diff --git a/ci_microshift.sh b/ci_microshift.sh index c486f189..2ac726b5 100755 --- a/ci_microshift.sh +++ b/ci_microshift.sh @@ -10,6 +10,7 @@ sudo yum install -y make golang # 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 diff --git a/createdisk.sh b/createdisk.sh index 55ceb778..43e9a593 100755 --- a/createdisk.sh +++ b/createdisk.sh @@ -101,6 +101,7 @@ fi # this mac address is used to allocate a specific IP to the VM # when tap device is in use. ${SSH} core@${VM_IP} 'sudo bash -x -s' <