Skip to content

Commit

Permalink
ci: Bump parallelism for basic sgx1 E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Apr 24, 2024
1 parent 0e6830f commit 3a04e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ steps:
- "build-rust-runtime-loader"
- "build-rust-runtimes"
branches: "!master !stable/*"
parallelism: 6
parallelism: 7
command:
- trap 'buildkite-agent artifact upload "coverage-merged-e2e-*.txt;/tmp/e2e/**/*.log;/tmp/e2e/**/genesis.json;/tmp/e2e/**/runtime_genesis.json"' EXIT
- .buildkite/scripts/download_e2e_test_artifacts.sh
Expand Down

0 comments on commit 3a04e49

Please sign in to comment.