From 194415df09c17413e2eff1e7e70e328fc1c0ddbf Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 16 Jul 2024 12:56:59 -0600 Subject: [PATCH] ci: bump system tests to fastvm Signed-off-by: Ed Santiago --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2138bcb57f2e..a2684e209705 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -843,7 +843,7 @@ local_system_test_task: &local_system_test_task (changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**')) depends_on: *build matrix: *platform_axis - gce_instance: *standardvm + gce_instance: *fastvm env: TEST_FLAVOR: sys clone_script: *get_gosrc @@ -896,7 +896,7 @@ rootless_remote_system_test_task: CTR_FQIN: ${FEDORA_CONTAINER_FQIN} <<: *local_system_test_task alias: rootless_remote_system_test - gce_instance: *standardvm + gce_instance: *fastvm env: TEST_FLAVOR: sys PODBIN_NAME: remote @@ -910,7 +910,7 @@ rootless_system_test_task: only_if: *only_if_system_test depends_on: *build matrix: *platform_axis - gce_instance: *standardvm + gce_instance: *fastvm env: TEST_FLAVOR: sys PRIV_NAME: rootless