From 209a0418ba4b7a515366893dbcc2804af324312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Thu, 6 Feb 2025 15:23:47 +0200 Subject: [PATCH] Append os_name tag to all builders --- master.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master.cfg b/master.cfg index e4044787f..17a1555d9 100644 --- a/master.cfg +++ b/master.cfg @@ -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(