public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED][glibc-buildbot] Add aarch64 slave
@ 2017-04-25  9:38 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2017-04-25  9:38 UTC (permalink / raw)
  To: libc-alpha

---
 master.cfg                         | 1 +
 scripts/slave/buildbot_selector.py | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/master.cfg b/master.cfg
index 67f16eb..1d35b52 100644
--- a/master.cfg
+++ b/master.cfg
@@ -23,6 +23,7 @@ builder_map = {
   'glibc-i686-linux': 'glibc-ubuntu-trusty-slave2',
   'glibc-power8-linux': 'fedora22-ppc64-1',
   'glibc-s390x-linux': 'marist-fedora-s390x',
+  'glibc-aarch64-linux': 'reservedbit-xgene-ubuntu-aarch64',
 }
 
 builders = sorted(set(builder_map.iterkeys()))
diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index 12bfbb3..8e6ab42 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -22,6 +22,9 @@ BOT_ASSIGNMENT = {
         '--enable-lock-elision',
     ]),
     'glibc-s390x-linux': bash('glibc-native.sh'),
+    'glibc-aarch64-linux': bash('glibc-native.sh' [
+        '--enable-tunables'
+    ]),
 }
 
 BOT_ADDITIONAL_ENV = {
-- 
2.7.4

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

only message in thread, other threads:[~2017-04-25  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25  9:38 [COMMITTED][glibc-buildbot] Add aarch64 slave Siddhesh Poyarekar

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