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 fca8d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/mkpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def set_parallelism_name(pipeline: Any) -> None:
def visit(step: Any) -> None:
if step.get("parallelism", 1) > 1:
step["label"] += " %N"
print(step)

for config in pipeline["steps"]:
if "trigger" in config or "wait" in config or "block" in config:
Expand Down

0 comments on commit fca8d35

Please sign in to comment.