Skip to content

Commit

Permalink
Merge pull request #31017 from def-/pr-parallelism-name
Browse files Browse the repository at this point in the history
ci: Call set_parallelism_name
  • Loading branch information
def- authored Jan 13, 2025
2 parents 1e749b5 + 6d9f62f commit 6011718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/mkpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ def visit(step: dict[str, Any]) -> None:

set_default_agents_queue(pipeline)

set_parallelism_name(pipeline)

if test_selection := os.getenv("CI_TEST_SELECTION"):
trim_test_selection(pipeline, set(test_selection.split(",")))

Expand Down

0 comments on commit 6011718

Please sign in to comment.