Merge pull request #22698 from Luap99/CI-VM

cirrus: use faster VM's for integration tests
This commit is contained in:
openshift-merge-bot[bot]
2024-05-21 14:12:41 +00:00
committed by GitHub

View File

@ -639,7 +639,11 @@ local_integration_test_task: &local_integration_test_task
only_if: *not_tag_branch_build_docs_machine
depends_on: *build
matrix: *platform_axis
gce_instance: *standardvm
# integration tests scale well with cpu as they are parallelized
# so we give these tests 4 cores to make them faster
gce_instance: &fastvm
<<: *standardvm
cpu: 4
timeout_in: 50m
env:
TEST_FLAVOR: int
@ -687,7 +691,7 @@ container_integration_test_task:
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
CI_DESIRED_RUNTIME: crun
CI_DESIRED_DATABASE: boltdb
gce_instance: *standardvm
gce_instance: *fastvm
timeout_in: 50m
env:
TEST_FLAVOR: int
@ -706,7 +710,7 @@ rootless_integration_test_task:
only_if: *not_tag_branch_build_docs_machine
depends_on: *build
matrix: *platform_axis
gce_instance: *standardvm
gce_instance: *fastvm
timeout_in: 50m
env:
TEST_FLAVOR: int