public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Arm GDB buildbot workers
@ 2022-07-07 13:50 Christophe Lyon
  2022-07-07 23:13 ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe Lyon @ 2022-07-07 13:50 UTC (permalink / raw)
  To: buildbot; +Cc: Luis Machado, Szabolcs Nagy

Hi,

As discussed on IRC we are going to enable workers on our Ampere "big"
machine.

For a start, we are going to try with GDB, having 4 different docker
containers on the machine covering ubuntu-20.04/ubuntu-22.04 x
arm64/armhf, using 4 CPUs each.

I am not sure if we need a single password for all workers, or 4 of them?

For each of them that means:
ncpus:4
maxcpus:4
max_builds:1

Once these work, I'll add more containers for glibc, binutils and
hopefully GCC.

I think this small patch is desirable:
diff --git a/builder/containers/bb-start.sh b/builder/containers/bb-start.sh
index 31cdbc9..220e82e 100755
--- a/builder/containers/bb-start.sh
+++ b/builder/containers/bb-start.sh
@@ -18,6 +18,7 @@ fi

  # Fill in the info visible in the buildbot website
  # objcopy gives us the binutils version, iconv the glibc version
+mkdir -p $worker_dir/info
  echo buildbot@sourceware.org > $worker_dir/info/admin
  echo $IMAGE_NAME > $worker_dir/info/host
  gcc --version | head -1 >> $worker_dir/info/host


Let me know if I missed something.

Thanks,

Christophe
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-08 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 13:50 Arm GDB buildbot workers Christophe Lyon
2022-07-07 23:13 ` Mark Wielaard
2022-07-08 10:11   ` Christophe Lyon
2022-07-08 10:46     ` 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).