public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Move binutils_debian_amd64_builder to debian-stable container
@ 2022-06-08 21:08 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-08 21:08 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

The debian-amd64 worker is slower and old-stable.
---
 builder/master.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 6d52e02..90d9373 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1350,7 +1350,9 @@ binutils_factory_target_all.addSteps(binutils_steps_bunsen)
 
 binutils_debian_amd64_builder = util.BuilderConfig(
 	name="binutils-debian-amd64",
-        workernames=["debian-amd64"],
+        properties={'container-file':
+		    readContainerFile('debian-stable')},
+	workernames=vm_workers,
         tags=["binutils", "debian", "x86_64"],
         factory=binutils_factory_target_all)
 c['builders'].append(binutils_debian_amd64_builder)
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 21:08 [COMMITTED] Move binutils_debian_amd64_builder to debian-stable container Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).