mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
ci: bump system tests to fastvm
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
12
.cirrus.yml
12
.cirrus.yml
@ -836,8 +836,8 @@ 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
|
||||
timeout_in: 35m
|
||||
gce_instance: *fastvm
|
||||
timeout_in: 25m
|
||||
env:
|
||||
TEST_FLAVOR: sys
|
||||
clone_script: *get_gosrc
|
||||
@ -890,8 +890,8 @@ rootless_remote_system_test_task:
|
||||
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
|
||||
<<: *local_system_test_task
|
||||
alias: rootless_remote_system_test
|
||||
gce_instance: *standardvm
|
||||
timeout_in: 35m
|
||||
gce_instance: *fastvm
|
||||
timeout_in: 25m
|
||||
env:
|
||||
TEST_FLAVOR: sys
|
||||
PODBIN_NAME: remote
|
||||
@ -905,8 +905,8 @@ rootless_system_test_task:
|
||||
only_if: *only_if_system_test
|
||||
depends_on: *build
|
||||
matrix: *platform_axis
|
||||
gce_instance: *standardvm
|
||||
timeout_in: 35m
|
||||
gce_instance: *fastvm
|
||||
timeout_in: 25m
|
||||
env:
|
||||
TEST_FLAVOR: sys
|
||||
PRIV_NAME: rootless
|
||||
|
Reference in New Issue
Block a user