Skip to content

Commit

Permalink
bump CI VMs to 4 CPUs (was: 2) for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 22, 2024
1 parent d4c48a9 commit 6254755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ integration_task:

gce_instance:
image_name: "$IMAGE_NAME"
cpu: 4

# Separate scripts for separate outputs, makes debugging easier.
setup_script: '${SCRIPT_BASE}/setup.sh |& ${_TIMESTAMP}'
Expand Down Expand Up @@ -282,6 +283,7 @@ integration_rootless_task:

gce_instance:
image_name: "$IMAGE_NAME"
cpu: 4

# Separate scripts for separate outputs, makes debugging easier.
setup_script: '${SCRIPT_BASE}/setup.sh |& ${_TIMESTAMP}'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ function execute() {
}

# Run the tests.
execute time bats -j 4 --tap "${@:-.}"
execute time bats -j $(nproc) --tap "${@:-.}"

0 comments on commit 6254755

Please sign in to comment.