mirror of
https://github.com/containers/podman.git
synced 2025-10-12 00:35:05 +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/**'))
|
(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
|
||||||
|
Reference in New Issue
Block a user