public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add gccrust for openSUSE containers.
Date: Mon, 30 May 2022 09:57:53 +0200	[thread overview]
Message-ID: <c87b7549-918c-4b19-93e1-91577b724e4b@suse.cz> (raw)

Ready to be installed?

Thanks,
Martin

---
 builder/master.cfg | 22 +++++++++++++++++++++-
 htdocs/index.html  |  4 ++++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 473743f..0c270f5 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -410,7 +410,9 @@ gccrust_scheduler = schedulers.SingleBranchScheduler(
 #                      "gccrust-debian-arm64",
                       "gccrust-fedora-ppc64le",
                       "gccrust-fedora-s390x",
-                      "gccrust-debian-ppc64"])
+                      "gccrust-debian-ppc64",
+                      "gccrust-opensusetw-x86_64",
+                      "gccrust-opensuseleap-x86_64"])
 c['schedulers'].append(gccrust_scheduler)
 
 # Only trigger scheduler for changes to binutils (or deps)
@@ -1254,6 +1256,24 @@ gccrust_debian_ppc64_builder = util.BuilderConfig(
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_ppc64_builder)
 
+gccrust_opensusetw_x86_64_builder = util.BuilderConfig(
+        name="gccrust-opensusetw-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-tumbleweed')},
+	workernames=vm_workers,
+        tags=["gccrust", "opensusetw", "x86_64"],
+        factory=gccrust_factory)
+c['builders'].append(gccrust_opensusetw_x86_64_builder)
+
+gccrust_opensuseleap_x86_64_builder = util.BuilderConfig(
+        name="gccrust-opensuseleap-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-leap')},
+	workernames=vm_workers,
+        tags=["gccrust", "opensuseleap", "x86_64"],
+        factory=gccrust_factory)
+c['builders'].append(gccrust_opensuseleap_x86_64_builder)
+
 # binutils build steps, factory and builders
 
 binutils_step_git = steps.Git(
diff --git a/htdocs/index.html b/htdocs/index.html
index a4458c8..b489fb5 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -168,6 +168,10 @@
 	      <img src="/buildbot/badges/gccrust-debian-ppc64.svg"></a></td>
 	  <td><a href="/buildbot/#builders/gccrust-fedora-ppc64le">fedora-ppc64le<br>
 	      <img src="/buildbot/badges/gccrust-fedora-ppc64le.svg"></a></td>
+	  <td><a href="/buildbot/#builders/gccrust-opensusetw-x86_64">opensusetw-x86_64<br>
+	      <img src="/buildbot/badges/gccrust-opensusetw-x86_64.svg"></a></td>
+	  <td><a href="/buildbot/#builders/gccrust-opensuseleap-x86_64">opensuseleap-x86_64<br>
+	      <img src="/buildbot/badges/gccrust-opensuseleap-x86_64.svg"></a></td>
 	</tr>
 	<tr>
 	  <td><a href="/buildbot/#/builders?tags=gdb">gdb</a></td>
-- 
2.36.1


             reply	other threads:[~2022-05-30  7:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30  7:57 Martin Liška [this message]
2022-05-30  8:08 ` Mark Wielaard

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=c87b7549-918c-4b19-93e1-91577b724e4b@suse.cz \
    --to=mliska@suse.cz \
    --cc=buildbot@sourceware.org \
    --cc=mark@klomp.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).