public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: "Serhei Makarov" <serhei@serhei.io>
To: buildbot@sourceware.org
Subject: [PATCH] rhel10-x86_64: add systemtap builder
Date: Thu, 20 Feb 2025 12:44:01 -0500	[thread overview]
Message-ID: <cb85ad76-ac08-4cf7-9ada-00c6a7f47afa@app.fastmail.com> (raw)

From b6804dcb3fedac5fd06946c9017a7fba5f2ccbe6 Mon Sep 17 00:00:00 2001
From: Serhei Makarov <serhei@serhei.io>
Date: Thu, 20 Feb 2025 12:41:02 -0500
Subject: [PATCH] rhel10-x86_64: add systemtap builder

---
 builder/master.cfg | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index d02f3d7..0ccd23d 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -243,6 +243,14 @@ fedora39_x86_64_systemtap_privileged_worker = worker.Worker(
         notify_on_missing=['smakarov@redhat.com'])
 c['workers'].append(fedora39_x86_64_systemtap_privileged_worker)
 
+rhel10_x86_64_systemtap_privileged_worker = worker.Worker(
+        "stap-rhel10-x86_64",
+        getpw("stap-rhel10-x86_64"),
+        max_builds=1,
+        properties={'ncpus': 2, 'maxcpus': 2},
+        notify_on_missing=['smakarov@redhat.com'])
+c['workers'].append(rhel10_x86_64_systemtap_privileged_worker)
+
 rhel9_x86_64_systemtap_privileged_worker = worker.Worker(
         "stap-rhel9-x86_64",
         getpw("stap-rhel9-x86_64"),
@@ -1195,6 +1203,7 @@ systemtap_privileged_buildernames = [
         "stap-fedora41-x86_64",
         "stap-fedora40-x86_64",
         "stap-fedora39-x86_64",
+        "stap-rhel10-x86_64",
         "stap-rhel9-x86_64",
         "stap-rhel8-x86_64",
         "stap-c10s-x86_64",
@@ -5363,6 +5372,14 @@ systemtap_fedora39_x86_64_privileged_builder = util.BuilderConfig(
         factory=systemtap_privileged_factory)
 c['builders'].append(systemtap_fedora39_x86_64_privileged_builder)
 
+systemtap_rhel10_x86_64_privileged_builder = util.BuilderConfig(
+        name="stap-rhel10-x86_64",
+        collapseRequests=True,
+        workernames=["stap-rhel10-x86_64"],
+        tags=["systemtap", "rhel", "x86_64"],
+        factory=systemtap_privileged_factory)
+c['builders'].append(systemtap_rhel10_x86_64_privileged_builder)
+
 systemtap_rhel9_x86_64_privileged_builder = util.BuilderConfig(
         name="stap-rhel9-x86_64",
         collapseRequests=True,
-- 
2.47.0


             reply	other threads:[~2025-02-20 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-20 17:44 Serhei Makarov [this message]
2025-02-20 20:20 ` Mark Wielaard
     [not found]   ` <20250220203025.GI11999@gnu.wildebeest.org>
2025-02-24 18:42     ` Serhei Makarov
2025-02-24 18:48       ` Frank Ch. Eigler

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=cb85ad76-ac08-4cf7-9ada-00c6a7f47afa@app.fastmail.com \
    --to=serhei@serhei.io \
    --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).