- create bundle with ocp version
./bundle-create.sh -v 4.17.14
- run test with the bundle
./crc-latest-test.sh -p interop-test -b 4.17.14
Note: don't run mac-arm and mac-amd at the same time
- upload bundle to s3
./upload-bundle-s3.sh 4.17.14
- openshift bundle test
./crc-latest-test.sh -p bundle-test -b 4.17.14 --preset openshift
- microshift bundle test
./crc-latest-test.sh -p bundle-test -b 4.17.14 --preset microshift
Note: openshift and microshift should not run at the same time. They all use same baremetal machine
./crc-latest-test.sh -p bundle-test -b 4.17.14 --e2etag "@basic" --integration false
./crc-latest-test.sh -p bundle-test -b 4.17.14 --platform windows
./crc-release-test.sh 2.48.0
- create bundle with the snc pr
./bundle-create.sh -o 4.17.14 -p snc-pr-test --pr 1003
- run test with the bundle
./crc-latest-test.sh -p snc-pr-test -b 4.17.14 --pr 1003
./crc-latest-test.sh -p crc-pr-test -b 4.17.14 --pr 4620
Note: don't run mac-arm and mac-amd at the same time. They share one machine for building installer.