Skip to content

Commit af8dd01

Browse files
committed
ci: increase test concurrency from 8 to 16
Now that there are no bottlenecks we can increase the concurrency of the tests. TBD Test run from X to Y (%) before after Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 5c449be commit af8dd01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline_cross.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
f"buildkite-agent artifact download snapshots/{src_instance}_{src_kv}.tar .",
8686
f"tar xSvf snapshots/{src_instance}_{src_kv}.tar",
8787
*pipeline.devtool_test(
88-
pytest_opts=f"-m nonci -n4 {k_val} integration_tests/functional/test_snapshot_restore_cross_kernel.py",
88+
pytest_opts=f"-m nonci -n8 --dist worksteal {k_val} integration_tests/functional/test_snapshot_restore_cross_kernel.py",
8989
),
9090
],
9191
"label": f"🎬 {src_instance} {src_kv} ➡️ {dst_instance} {dst_kv}",

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
pipeline.build_group(
7777
"⚙ Functional and security 🔒",
7878
pipeline.devtool_test(
79-
pytest_opts="-n 8 --dist worksteal integration_tests/{{functional,security}}",
79+
pytest_opts="-n 16 --dist worksteal integration_tests/{{functional,security}}",
8080
),
8181
)
8282

0 commit comments

Comments
 (0)