Skip to content

Commit

Permalink
ci: bump system tests to fastvm
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Jul 16, 2024
1 parent d100069 commit 194415d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 194415d

Please sign in to comment.