Skip to content

Commit

Permalink
bump cpu and memory
Browse files Browse the repository at this point in the history
Signed-off-by: flouthoc <[email protected]>
  • Loading branch information
flouthoc committed Feb 6, 2025
1 parent 4547c96 commit fe0750f
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: "24G"

# 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: "24G"

# 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: "24G"

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

0 comments on commit fe0750f

Please sign in to comment.