Skip to content

Commit

Permalink
EXPERIMENTAL: try running in parallel on fastvm
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 19, 2024
1 parent c63ca64 commit 4d35d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ buildah_bud_test_task:
- env:
PODBIN_NAME: remote
PRIV_NAME: rootless
gce_instance: *standardvm
gce_instance: *fastvm
timeout_in: 45m
clone_script: *get_gosrc
setup_script: *setup
Expand Down
2 changes: 1 addition & 1 deletion test/buildah-bud/run-buildah-bud-tests
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ review the test failure and double-check your changes.
BUILDAH_BINARY=$(pwd)/bin/buildah \
COPY_BINARY=$(pwd)/bin/copy \
INET_BINARY=$(pwd)/bin/inet \
bats "${bats_filter[@]}" tests/bud.bats)
bats -j $(nproc) "${bats_filter[@]}" tests/bud.bats)
fi

0 comments on commit 4d35d1a

Please sign in to comment.