public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Remove Will from the ibm_power9,10 notify_on_missing lists
@ 2023-02-03 22:47 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-02-03 22:47 UTC (permalink / raw)
  To: buildbot; +Cc: Carl Love, Will Schmidt, Mark Wielaard

Carl will take care of these now.
---
 builder/master.cfg | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 3ba9664..30266bb 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -243,16 +243,14 @@ ibm_power9_worker = worker.Worker("ibm_power9",
                                   getpw("ibm_power9"),
                                   max_builds=2,
                                   properties={'ncpus': 4, 'maxcpus': 8},
-                                  notify_on_missing=['will_schmidt@vnet.ibm.com',
-                                                     'cel@us.ibm.com']);
+                                  notify_on_missing=['cel@us.ibm.com']);
 c['workers'].append(ibm_power9_worker)
 
 ibm_power10_worker = worker.Worker("ibm_power10",
                                    getpw("ibm_power10"),
                                    max_builds=5,
                                    properties={'ncpus': 16, 'maxcpus': 32},
-                                   notify_on_missing=['will_schmidt@vnet.ibm.com',
-                                                      'cel@us.ibm.com']);
+                                   notify_on_missing=['cel@us.ibm.com']);
 c['workers'].append(ibm_power10_worker)
 
 # Various arm64/armhf workers provided by the Works on Arm initiative
-- 
2.31.1


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

only message in thread, other threads:[~2023-02-03 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 22:47 [COMMITTED] Remove Will from the ibm_power9,10 notify_on_missing lists 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).