Skip to content

Commit

Permalink
ci changes for test
Browse files Browse the repository at this point in the history
Signed-off-by: Gunjan Vyas <[email protected]>
  • Loading branch information
vyasgun committed Jan 23, 2025
1 parent 6278601 commit 24924c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci_microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ set -exuo pipefail
sudo yum install -y make golang

./shellcheck.sh
MICROSHIFT_PRERELEASE=yes ./microshift.sh
MICROSHIFT_NVR="4.18" MICROSHIFT_PRERELEASE=yes ./microshift.sh

# Set the zstd compression level to 10 to have faster
# compression while keeping a reasonable bundle size.
export CRC_ZSTD_EXTRA_FLAGS="-10"

./createdisk.sh crc-tmp-install-data

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

0 comments on commit 24924c0

Please sign in to comment.