public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: David Abdurachmanov <david.abdurachmanov@gmail.com>,
	Mark Wielaard <mark@klomp.org>
Subject: [PATCH] starfive now runs ubuntu, update elfutils builder names and tags
Date: Thu, 21 Dec 2023 21:50:09 +0100	[thread overview]
Message-ID: <20231221205009.237293-1-mark@klomp.org> (raw)

The starfive visionfive 2 board now runs Ubuntu 23.10 with a 6.5.0
linux kernel and gcc 13, glibc 2.38 and binutils 2.41. Updated the
elfutils worker names and tags.
---
 builder/master.cfg | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 561b1ee..c503db7 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -526,7 +526,7 @@ elfutils_scheduler = schedulers.SingleBranchScheduler(
                       "elfutils-fedora-s390x",
                       "elfutils-debian-ppc64",
                       "elfutils-fedora-ppc64le",
-                      "elfutils-debian-riscv",
+                      "elfutils-ubuntu-riscv",
                       "elfutils-opensusetw-x86_64",
                       "elfutils-opensuseleap-x86_64"])
 c['schedulers'].append(elfutils_scheduler)
@@ -550,7 +550,7 @@ elfutils_try_scheduler = schedulers.AnyBranchScheduler(
                       "elfutils-try-fedora-s390x",
                       "elfutils-try-debian-ppc64",
                       "elfutils-try-fedora-ppc64le",
-                      "elfutils-try-debian-riscv",
+                      "elfutils-try-ubuntu-riscv",
                       "elfutils-try-opensusetw-x86_64",
                       "elfutils-try-opensuseleap-x86_64"])
 c['schedulers'].append(elfutils_try_scheduler)
@@ -2188,20 +2188,20 @@ elfutils_try_fedora_ppc64le_builder = util.BuilderConfig(
         factory=elfutils_factory_mu)
 c['builders'].append(elfutils_try_fedora_ppc64le_builder)
 
-elfutils_debian_riscv_builder = util.BuilderConfig(
-        name="elfutils-debian-riscv",
+elfutils_ubuntu_riscv_builder = util.BuilderConfig(
+        name="elfutils-ubuntu-riscv",
         workernames=["starfive-riscv"],
-        tags=["elfutils", "debian", "riscv"],
+        tags=["elfutils", "ubuntu", "riscv"],
         factory=elfutils_factory)
-c['builders'].append(elfutils_debian_riscv_builder)
+c['builders'].append(elfutils_ubuntu_riscv_builder)
 
-elfutils_try_debian_riscv_builder = util.BuilderConfig(
-        name="elfutils-try-debian-riscv",
+elfutils_try_ubuntu_riscv_builder = util.BuilderConfig(
+        name="elfutils-try-ubuntu-riscv",
         collapseRequests=True,
         workernames=["starfive-riscv"],
-        tags=["elfutils-try", "debian", "riscv"],
+        tags=["elfutils-try", "ubuntu", "riscv"],
         factory=elfutils_factory)
-c['builders'].append(elfutils_try_debian_riscv_builder)
+c['builders'].append(elfutils_try_ubuntu_riscv_builder)
 
 elfutils_opensusetw_x86_64_builder = util.BuilderConfig(
         name="elfutils-opensusetw-x86_64",
-- 
2.43.0


                 reply	other threads:[~2023-12-21 20:50 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=20231221205009.237293-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=david.abdurachmanov@gmail.com \
    /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).