Skip to content

Commit

Permalink
ci: Call set_parallelism_name
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jan 13, 2025
1 parent 8f8ae3f commit 6d9f62f
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 6d9f62f

Please sign in to comment.