Skip to content

Commit 122cb0b

Browse files
Bintar to Branch Protection
These two builders are used for release. Let's avoid pushing failures into the main branches.
1 parent ec16042 commit 122cb0b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"amd64-ubuntu-2204-debug-ps",
6464
"amd64-windows",
6565
"amd64-windows-packages",
66+
"amd64-centos-7-bintar",
67+
"amd64-almalinux-8-bintar",
6668
]
6769

6870
# Special builders triggering

master-docker-nonstandard/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ c["builders"].append(
11541154
util.BuilderConfig(
11551155
name="amd64-centos-7-bintar",
11561156
workernames=workers["x64-bbw-docker-centos-7-bintar"],
1157-
tags=["CentOS", "quick", "bintar"],
1157+
tags=["CentOS", "quick", "bintar", "protected"],
11581158
collapseRequests=True,
11591159
nextBuild=nextBuild,
11601160
canStartBuild=canStartBuild,
@@ -1168,7 +1168,7 @@ c["builders"].append(
11681168
util.BuilderConfig(
11691169
name="amd64-almalinux-8-bintar",
11701170
workernames=workers["x64-bbw-docker-almalinux-8-bintar"],
1171-
tags=["AlmaLinux", "quick", "bintar"],
1171+
tags=["AlmaLinux", "quick", "bintar", "protected"],
11721172
collapseRequests=True,
11731173
nextBuild=nextBuild,
11741174
canStartBuild=canStartBuild,

0 commit comments

Comments
 (0)