From 5b95c38568a75b6d1777b2102dbb35819ad72ab5 Mon Sep 17 00:00:00 2001 From: Razvan-Liviu Varzaru Date: Thu, 16 Apr 2026 10:49:31 +0300 Subject: [PATCH] MDBF-1152: Fixup - MSI builder in Grid View Forgot to add the "Protected" tag to the builder, currently is not visible under Grid View when using filter tags. --- master-nonlatent/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master-nonlatent/master.cfg b/master-nonlatent/master.cfg index 93df9845..58ef7307 100644 --- a/master-nonlatent/master.cfg +++ b/master-nonlatent/master.cfg @@ -1123,7 +1123,7 @@ c["builders"].append( util.BuilderConfig( name="amd64-windows-packages", workernames=["bbw3-windows"], - tags=["Windows", "2022", "packages", "zip", "msi"], + tags=["Windows", "2022", "packages", "zip", "msi", "protected"], collapseRequests=True, nextBuild=nextBuild, factory=f_windows_msi,