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 gccrust-rawhide-x86_64 and gcc-rawhide-x86_64 builders
Date: Tue,  5 Mar 2024 21:24:43 +0100	[thread overview]
Message-ID: <20240305202443.2991235-1-mark@klomp.org> (raw)

These don't add much over fedora-stable-x86_64 builders.
Saves a bit of build time and space on the container builders.
---
 builder/master.cfg | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 99758c52f666..a6f45fe77d37 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -814,7 +814,6 @@ gccrust_scheduler = schedulers.SingleBranchScheduler(
         onlyImportant=True,
         reason="gccrust project master branch gccrs files update",
         builderNames=["gccrust-fedora-x86_64",
-                      "gccrust-rawhide-x86_64",
                       "gccrust-debian-testing-x86_64",
                       "gccrust-debian-i386",
                       "gccrust-fedora-arm64",
@@ -1009,7 +1008,6 @@ gcc_build_scheduler = schedulers.SingleBranchScheduler(
                       "gcc-autoregen",
                       "gcc-debian-arm64",
                       "gcc-gentoo-sparc",
-                      "gcc-rawhide-x86_64",
                       "gcc-debian-testing-x86_64",
                       "gcc-debian-i386",
                       "gcc-fedora-ppc64le",
@@ -2568,16 +2566,6 @@ gccrust_debian_ppc64_builder = util.BuilderConfig(
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_ppc64_builder)
 
-gccrust_rawhide_x86_64_builder = util.BuilderConfig(
-        name="gccrust-rawhide-x86_64",
-	properties={'container-file':
-		    readContainerFile('fedora-rawhide')},
-	workernames=vm_workers,
-        tags=["gccrust", "fedora", "x86_64"],
-        collapseRequests=True,
-        factory=gccrust_factory)
-c['builders'].append(gccrust_rawhide_x86_64_builder)
-
 gccrust_debian_testing_x86_64_builder = util.BuilderConfig(
         name="gccrust-debian-testing-x86_64",
 	properties={'container-file':
@@ -3669,16 +3657,6 @@ gcc_fedora_ppc64le_builder = util.BuilderConfig(
         factory=gcc_build_factory)
 c['builders'].append(gcc_fedora_ppc64le_builder)
 
-gcc_rawhide_x86_64_builder = util.BuilderConfig(
-        name="gcc-rawhide-x86_64",
-        collapseRequests=True,
-        properties={'container-file':
-                    readContainerFile('fedora-rawhide')},
-        workernames=vm_workers,
-        tags=["gcc", "fedora", "x86_64"],
-        factory=gcc_build_factory)
-c['builders'].append(gcc_rawhide_x86_64_builder)
-
 gcc_debian_testing_x86_64_builder = util.BuilderConfig(
         name="gcc-debian-testing-x86_64",
         collapseRequests=True,
-- 
2.39.3


                 reply	other threads:[~2024-03-05 20:24 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=20240305202443.2991235-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).