From c278db873f082eebf158bcdcb66f30b20cd64f1e Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 17 Feb 2025 13:23:10 +0100 Subject: [PATCH] cirrus: use fastvm for buildah_bud As they run parallel now we can use some more cores and remove the long timeout, they must be faster than the 20min default now. Signed-off-by: Paul Holzinger --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 475a632ceb..9bf8737112 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -979,8 +979,7 @@ buildah_bud_test_task: PODBIN_NAME: podman - env: PODBIN_NAME: remote - gce_instance: *standardvm - timeout_in: 45m + gce_instance: *fastvm clone_script: *get_gosrc setup_script: *setup main_script: *main