Skip to content

Commit 24924c0

Browse files
committed
ci changes for test
Signed-off-by: Gunjan Vyas <[email protected]>
1 parent 6278601 commit 24924c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci_microshift.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ set -exuo pipefail
55
sudo yum install -y make golang
66

77
./shellcheck.sh
8-
MICROSHIFT_PRERELEASE=yes ./microshift.sh
8+
MICROSHIFT_NVR="4.18" MICROSHIFT_PRERELEASE=yes ./microshift.sh
99

1010
# Set the zstd compression level to 10 to have faster
1111
# compression while keeping a reasonable bundle size.
1212
export CRC_ZSTD_EXTRA_FLAGS="-10"
13+
1314
./createdisk.sh crc-tmp-install-data
1415

1516
# Delete the crc domain which created by snc so it can created

0 commit comments

Comments
 (0)