public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add new worker ibmpower9-cel
@ 2024-01-11 23:20 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-01-11 23:20 UTC (permalink / raw)
  To: buildbot; +Cc: cel, Mark Wielaard

We are having trouble with the ibm_power9 worker to properly connect.
Add a fresh new worker for testing.
---
 buildbot.config.sample | 1 +
 builder/master.cfg     | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/buildbot.config.sample b/buildbot.config.sample
index 9e1fd52..68175ba 100644
--- a/buildbot.config.sample
+++ b/buildbot.config.sample
@@ -16,6 +16,7 @@ fedrawhide-x86_64=frob
 ibm_power8=frob
 ibm_power9=frob
 ibm_power10=frob
+ibmpower9-cel=frob
 arm64-ubuntu20_04=frob
 arm64-ubuntu22_04=frob
 armhf-ubuntu20_04=frob
diff --git a/builder/master.cfg b/builder/master.cfg
index 75fb312..84a3b22 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -281,6 +281,14 @@ ibm_power9_worker = worker.Worker("ibm_power9",
                                   notify_on_missing=['cel@linux.ibm.com']);
 c['workers'].append(ibm_power9_worker)
 
+# Additional name for ibm_power9
+ibm_power9_2_worker = worker.Worker("ibmpower9-cel",
+                                  getpw("ibmpower9-cel"),
+                                  max_builds=2,
+                                  properties={'ncpus': 4, 'maxcpus': 8},
+                                  notify_on_missing=['cel@linux.ibm.com']);
+c['workers'].append(ibm_power9_2_worker)
+
 ibm_power10_worker = worker.Worker("ibm_power10",
                                    getpw("ibm_power10"),
                                    max_builds=5,
-- 
2.39.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-11 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 23:20 [PATCH] Add new worker ibmpower9-cel Mark Wielaard

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).