Skip to content

Commit

Permalink
ci: run style tests in parallel
Browse files Browse the repository at this point in the history
While it's about 25% faster, it is not a big improvement in absolute
term, just 8s. But it is cheap and it's good to get feedback a bit
quicker.

before: 13 passed in 33.06s
after: 13 passed in 25.21s

Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
  • Loading branch information
pb8o committed Mar 15, 2024
1 parent ab5367c commit a35412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
args = COMMON_PARSER.parse_args()

step_style = {
"command": "./tools/devtool -y test -- ../tests/integration_tests/style/",
"command": "./tools/devtool -y test -- -n 8 --dist worksteal ../tests/integration_tests/style/",
"label": "🪶 Style",
"priority": DEFAULT_PRIORITY,
}
Expand Down

0 comments on commit a35412b

Please sign in to comment.