From e797da088f5b81e4ef99974355a35583b4ba1cc4 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 2 Jun 2021 14:11:50 +0200 Subject: [PATCH] Increase resources for 'sig-builds' tests, I had to increase disk size locally. --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index f17f7dd1..761a0582 100755 --- a/ci.sh +++ b/ci.sh @@ -68,7 +68,7 @@ sudo mv out/linux-amd64/crc /usr/local/bin/ popd crc setup -crc start -m 16000 -c 7 -p "${HOME}"/pull-secret -b crc_libvirt_*.crcbundle +crc start --disk-size 80 -m 20000 -c 8 -p "${HOME}"/pull-secret -b crc_libvirt_*.crcbundle mkdir -p /tmp/artifacts export KUBECONFIG="${HOME}"/.crc/machines/crc/kubeconfig