Skip to content

Commit

Permalink
Increase resources
Browse files Browse the repository at this point in the history
for 'sig-builds' tests, I had to increase disk size locally.
  • Loading branch information
cfergeau committed Jun 2, 2021
1 parent 075d7d7 commit e797da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e797da0

Please sign in to comment.