Skip to content

Commit

Permalink
Append os_name tag to all builders
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Feb 6, 2025
1 parent 39719db commit 209a041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ for arch in master_config["builders"]:
build_type = builders_group[os_name]["type"]

tags = builders_group[os_name]["tags"]
# For easier searching in Builders tab for all sub-builders, like
# autobake, install, upgrade from the same OS.
tags.append(os_name)
# Add builder only if it's not a protected branches one
if builder not in GITHUB_STATUS_BUILDERS:
c["builders"].append(
Expand Down

0 comments on commit 209a041

Please sign in to comment.