Add aarch64 slave
authorSiddhesh Poyarekar <siddhesh@gotplt.org>
Mon, 24 Apr 2017 05:16:55 +0000 (10:46 +0530)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Mon, 24 Apr 2017 05:16:55 +0000 (10:46 +0530)
master.cfg
scripts/slave/buildbot_selector.py

index 67f16ebd8cbd05b6830316a791dc3c6b02b98f14..1d35b52044f28eb236f8560b71e13828d27881fc 100644 (file)
@@ -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()))
index 12bfbb36b9a48b9a046a263685261b689676431f..8e6ab42e35b63cbf5d6a61b18bb463f928510b05 100755 (executable)
@@ -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 = {
This page took 0.082069 seconds and 5 git commands to generate.