public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [COMMITTED] Remove debian-amd64 and fedora-x86_64 workers
Date: Mon, 13 Jun 2022 23:58:43 +0200	[thread overview]
Message-ID: <20220613215843.707338-1-mark@klomp.org> (raw)

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


                 reply	other threads:[~2022-06-13 21:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220613215843.707338-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).