public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add new OSUOSL build machine
Date: Fri,  5 Aug 2022 03:07:42 +0200	[thread overview]
Message-ID: <20220805010742.5047-1-mark@klomp.org> (raw)

Use it as an extra vm_workers builder for now.
---
 builder/master.cfg | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index e051288..f53a45f 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -165,7 +165,19 @@ bb3_worker = worker.DockerLatentWorker("bb3",
                            properties={'ncpus': 6, 'maxcpus': 8});
 c['workers'].append(bb3_worker)
 
-vm_workers = ['bb1', 'bb2', 'bb3']
+# OSUOSL machine
+bbo1_worker = worker.DockerLatentWorker("bbo1",
+                           None,
+                           masterFQDN="builder.sourceware.org",
+                           docker_host="ssh://builder@sourceware-builder1.osuosl.org",
+                           dockerfile=util.Interpolate('%(prop:container-file)s'),
+                           volumes=["/home/builder/shared:/home/builder/shared"],
+                           build_wait_timeout=0,
+                           max_builds=2,
+                           properties={'ncpus': 4, 'maxcpus': 8});
+c['workers'].append(bbo1_worker)
+
+vm_workers = ['bb1', 'bb2', 'bb3', 'bbo1']
 
 ibm_power8_worker = worker.Worker("ibm_power8",
                                   getpw("ibm_power8"),
-- 
2.30.2


                 reply	other threads:[~2022-08-05  1:07 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=20220805010742.5047-1-mark@klomp.org \
    --to=mark@klomp.org \
    --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).