public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Remove debian-amd64 and fedora-x86_64 workers
@ 2022-06-13 21:58 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-13 21:58 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

All builders using these workers have been moved to the bb
container workers.
---
 builder/master.cfg | 14 +-------------
 htdocs/index.html  |  5 ++---
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index b606604..d1e169b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -56,25 +56,13 @@ sourceware_worker = worker.Worker("sourceware",
                                   notify_on_missing="buildbot@sourceware.org")
 c['workers'].append(sourceware_worker)
 
-# 4 libvirt workers on shared Intel Core i7-7700 machine
-debian_amd64_worker = worker.Worker("debian-amd64",
-                                    getpw("debian-amd64"),
-                                    max_builds=1,
-                                    properties={'ncpus': 4},
-                                    notify_on_missing='mark@klomp.org')
-c['workers'].append(debian_amd64_worker)
+# 2 libvirt workers on shared Intel Core i7-7700 machine
 centos_x86_64_worker = worker.Worker("centos-x86_64",
                                      getpw("centos-x86_64"),
                                      max_builds=1,
                                      properties={'ncpus': 4},
                                      notify_on_missing='mark@klomp.org');
 c['workers'].append(centos_x86_64_worker)
-fedora_x86_64_worker = worker.Worker("fedora-x86_64",
-                                     getpw("fedora-x86_64"),
-                                     max_builds=1,
-                                     properties={'ncpus': 4},
-                                     notify_on_missing='mark@klomp.org');
-c['workers'].append(fedora_x86_64_worker)
 debian_i386_worker = worker.Worker("debian-i386",
                                    getpw("debian-i386"),
                                    max_builds=1,
diff --git a/htdocs/index.html b/htdocs/index.html
index 99689a1..8837cd1 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -271,9 +271,8 @@
 	<li>Marist University for the fedora-s390x worker ran by Dan
 	  Horák</li>
 	<li>Thomas Fitzsimmons for the debian-ppc64 worker</li>
-	<li>Mark Wielaard for the centos-x86_64, debian-amd64,
-	  debian-i386, fedora-x86_64, debian-arm64 and debian-armhf
-	  workers</li>
+	<li>Mark Wielaard for the centos-x86_64, debian-i386,
+	  debian-arm64 and debian-armhf workers</li>
 	<li>Frank Eigler for the fedrawhide-x86_64 worker</li>
       </ul>
     </p>
-- 
2.30.2


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13 21:58 [COMMITTED] Remove debian-amd64 and fedora-x86_64 workers 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).