phase1: allow restricting builders to tag builds only
[buildbot.git] / phase1 / config.ini.example
index 3a1e34e188ba78d5edf596a225081a8c7b524a09..5ae45fa1d1aab93df2feb4b6a5e400d2eed1aa92 100644 (file)
@@ -61,3 +61,10 @@ password = example
 phase = 1
 name = example-worker-2
 password = example2
+# for workers which share a common pipe, ul/dl resource-access locks can be defined.
+# if the identifier is the same for both ul/dl, then all ul/dl operations will be serialized between workers having the same id.
+# if the identifier differs for ul and dl, then dl operations will be serialized independently of ul operations.
+ul_lock = host1
+dl_lock = host1
+# tag_only workers will only build forced tag buildrequests (i.e. release builds)
+tag_only = yes