Merge pull request #5979 from flouthoc/bump-ci-resources

.cirrus: bump ci resources
This commit is contained in:
openshift-merge-bot[bot] 2025-02-10 18:58:23 +00:00 committed by GitHub
commit a35f5fa04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 3 deletions

View File

@ -183,6 +183,7 @@ conformance_task:
depends_on: *smoke_vendor
gce_instance:
cpu: 4
image_name: "${DEBIAN_CACHE_IMAGE_NAME}"
timeout_in: 65m
@ -236,7 +237,8 @@ integration_task:
gce_instance:
image_name: "$IMAGE_NAME"
cpu: 4
cpu: 8
memory: "8G"
# Separate scripts for separate outputs, makes debugging easier.
setup_script: '${SCRIPT_BASE}/setup.sh |& ${_TIMESTAMP}'
@ -284,7 +286,8 @@ integration_rootless_task:
gce_instance:
image_name: "$IMAGE_NAME"
cpu: 4
cpu: 8
memory: "8G"
# Separate scripts for separate outputs, makes debugging easier.
setup_script: '${SCRIPT_BASE}/setup.sh |& ${_TIMESTAMP}'
@ -304,7 +307,8 @@ in_podman_task:
depends_on: *smoke_vendor
gce_instance:
cpu: 4
cpu: 8
memory: "8G"
env:
# This is key, cause the scripts to re-execute themselves inside a container.