Skip to content

Commit

Permalink
.cirrus: bump ci resources
Browse files Browse the repository at this point in the history
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
  • Loading branch information
flouthoc committed Feb 7, 2025
1 parent a3701cb commit 7b87044
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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}'
Expand Down Expand Up @@ -284,7 +285,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}'
Expand All @@ -304,7 +306,8 @@ in_podman_task:
depends_on: *smoke_vendor

gce_instance:
cpu: 4
cpu: 8
memory: "16G"

env:
# This is key, cause the scripts to re-execute themselves inside a container.
Expand Down

0 comments on commit 7b87044

Please # to comment.