Skip to content

Commit 0a5f1f6

Browse files
committed
.buildkite/benchmarks.pipeline: Increase parallelization
This matches the parallelization and timeout of the code.pipeline.yml that also runs all default scenarios.
1 parent 5380a5e commit 0a5f1f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/benchmarks.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ steps:
117117
# E2E test jobs with enabled benchmarking
118118
#########################################
119119
- label: E2E tests
120-
parallelism: 7
121-
timeout_in_minutes: 30
120+
parallelism: 30
121+
timeout_in_minutes: 20
122122
command:
123123
- .buildkite/scripts/download_e2e_test_artifacts.sh
124124
- rm -rf /var/tmp/benchmarks/*

0 commit comments

Comments
 (0)