public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: buildbot@sourceware.org
Subject: [PATCH][pushed] Move opensuse builders to the end.
Date: Mon, 30 May 2022 09:52:06 +0200	[thread overview]
Message-ID: <31f3010f-bb7e-9d1f-1da7-3c531cb45669@suse.cz> (raw)

It's a NOP that only moves some configuration.
---
 builder/master.cfg | 72 +++++++++++++++++++++++-----------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 10be9c3..473743f 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -693,24 +693,6 @@ bzip2_debian_amd64_builder = util.BuilderConfig(
         factory=bzip2_factory_no_valgrind)
 c['builders'].append(bzip2_debian_amd64_builder)
 
-bzip2_opensusetw_x86_64_builder = util.BuilderConfig(
-        name="bzip2-opensusetw-x86_64",
-	properties={'container-file':
-		    readContainerFile('opensuse-tumbleweed')},
-	workernames=vm_workers,
-        tags=["bzip2", "opensusetw", "x86_64"],
-        factory=bzip2_factory)
-c['builders'].append(bzip2_opensusetw_x86_64_builder)
-
-bzip2_opensuseleap_x86_64_builder = util.BuilderConfig(
-        name="bzip2-opensuseleap-x86_64",
-	properties={'container-file':
-		    readContainerFile('opensuse-leap')},
-	workernames=vm_workers,
-        tags=["bzip2", "opensuseleap", "x86_64"],
-        factory=bzip2_factory)
-c['builders'].append(bzip2_opensuseleap_x86_64_builder)
-
 bzip2_debian_armhf_builder = util.BuilderConfig(
         name="bzip2-debian-armhf",
         workernames=["debian-armhf"],
@@ -746,6 +728,24 @@ bzip2_fedora_ppc64le_builder = util.BuilderConfig(
         factory=bzip2_factory_no_valgrind)
 c['builders'].append(bzip2_fedora_ppc64le_builder)
 
+bzip2_opensusetw_x86_64_builder = util.BuilderConfig(
+        name="bzip2-opensusetw-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-tumbleweed')},
+	workernames=vm_workers,
+        tags=["bzip2", "opensusetw", "x86_64"],
+        factory=bzip2_factory)
+c['builders'].append(bzip2_opensusetw_x86_64_builder)
+
+bzip2_opensuseleap_x86_64_builder = util.BuilderConfig(
+        name="bzip2-opensuseleap-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-leap')},
+	workernames=vm_workers,
+        tags=["bzip2", "opensuseleap", "x86_64"],
+        factory=bzip2_factory)
+c['builders'].append(bzip2_opensuseleap_x86_64_builder)
+
 # debugedit build steps, factory and builders
 
 debugedit_factory = util.BuildFactory()
@@ -1108,24 +1108,6 @@ elfutils_debian_amd64_builder = util.BuilderConfig(
         factory=elfutils_factory_mvu)
 c['builders'].append(elfutils_debian_amd64_builder)
 
-elfutils_opensusetw_x86_64_builder = util.BuilderConfig(
-        name="elfutils-opensusetw-x86_64",
-	properties={'container-file':
-		    readContainerFile('opensuse-tumbleweed')},
-	workernames=vm_workers,
-        tags=["elfutils", "opensusetw", "x86_64"],
-        factory=elfutils_factory_distcheck)
-c['builders'].append(elfutils_opensusetw_x86_64_builder)
-
-elfutils_opensuseleap_x86_64_builder = util.BuilderConfig(
-        name="elfutils-opensuseleap-x86_64",
-	properties={'container-file':
-		    readContainerFile('opensuse-leap')},
-	workernames=vm_workers,
-        tags=["elfutils", "opensuseleap", "x86_64"],
-        factory=elfutils_factory_distcheck)
-c['builders'].append(elfutils_opensuseleap_x86_64_builder)
-
 elfutils_debian_armhf_builder = util.BuilderConfig(
         name="elfutils-debian-armhf",
         workernames=["debian-armhf"],
@@ -1161,6 +1143,24 @@ elfutils_fedora_ppc64le_builder = util.BuilderConfig(
         factory=elfutils_factory_mu)
 c['builders'].append(elfutils_fedora_ppc64le_builder)
 
+elfutils_opensusetw_x86_64_builder = util.BuilderConfig(
+        name="elfutils-opensusetw-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-tumbleweed')},
+	workernames=vm_workers,
+        tags=["elfutils", "opensusetw", "x86_64"],
+        factory=elfutils_factory_distcheck)
+c['builders'].append(elfutils_opensusetw_x86_64_builder)
+
+elfutils_opensuseleap_x86_64_builder = util.BuilderConfig(
+        name="elfutils-opensuseleap-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-leap')},
+	workernames=vm_workers,
+        tags=["elfutils", "opensuseleap", "x86_64"],
+        factory=elfutils_factory_distcheck)
+c['builders'].append(elfutils_opensuseleap_x86_64_builder)
+
 # elfutils build steps, factory and builders
 # All steps are custom because of the workdir settings
 
-- 
2.36.1


                 reply	other threads:[~2022-05-30  7:52 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=31f3010f-bb7e-9d1f-1da7-3c531cb45669@suse.cz \
    --to=mliska@suse.cz \
    --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).