ci: bump system tests to fastvm

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2024-07-16 12:56:59 -06:00
parent bcffa9ce30
commit 6b621d9571

View File

@ -836,8 +836,8 @@ local_system_test_task: &local_system_test_task
(changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**')) (changesInclude('**/*.go', '**/*.c', '**/*.h') && !changesIncludeOnly('test/**', 'pkg/machine/e2e/**'))
depends_on: *build depends_on: *build
matrix: *platform_axis matrix: *platform_axis
gce_instance: *standardvm gce_instance: *fastvm
timeout_in: 35m timeout_in: 25m
env: env:
TEST_FLAVOR: sys TEST_FLAVOR: sys
clone_script: *get_gosrc clone_script: *get_gosrc
@ -890,8 +890,8 @@ rootless_remote_system_test_task:
CTR_FQIN: ${FEDORA_CONTAINER_FQIN} CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
<<: *local_system_test_task <<: *local_system_test_task
alias: rootless_remote_system_test alias: rootless_remote_system_test
gce_instance: *standardvm gce_instance: *fastvm
timeout_in: 35m timeout_in: 25m
env: env:
TEST_FLAVOR: sys TEST_FLAVOR: sys
PODBIN_NAME: remote PODBIN_NAME: remote
@ -905,8 +905,8 @@ rootless_system_test_task:
only_if: *only_if_system_test only_if: *only_if_system_test
depends_on: *build depends_on: *build
matrix: *platform_axis matrix: *platform_axis
gce_instance: *standardvm gce_instance: *fastvm
timeout_in: 35m timeout_in: 25m
env: env:
TEST_FLAVOR: sys TEST_FLAVOR: sys
PRIV_NAME: rootless PRIV_NAME: rootless