Skip to content

Commit

Permalink
Add cirrus CI for microshift bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Jun 15, 2023
1 parent e3efa9e commit 2cd2ece
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
task:
# Basic metadata:
name: microshift test

# The build machine:
osx_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
setup_script:
- brew install go
- go version
build_pkg_script:
- make NO_CODESIGN=1 out/macos-universal/crc-macos-installer.pkg
install_pkg_script:
- sudo installer -pkg out/macos-universal/crc-macos-installer.pkg -target /
run_crc_script:
- crc config set preset microshift
- echo '{"auths":{"quay.io":{"auth":"b3BlbnN","email":"dummy@dummy.com"}}}' > dummy_pull.json
- crc setup
- sleep 10
- crc start --pull-secret-file dummy_pull.json

0 comments on commit 2cd2ece

Please sign in to comment.