Skip to content

Commit

Permalink
try vfs and containerized_integration with 8 cpu
Browse files Browse the repository at this point in the history
Signed-off-by: flouthoc <[email protected]>
  • Loading branch information
flouthoc committed Jan 31, 2025
1 parent 1c2b97f commit df76c15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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 @@ -302,7 +303,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 df76c15

Please sign in to comment.