scripts/slave/buildbot_selector.py (BOT_ASSIGNMENT): Add glibc-s390x-linux. mjw/s390x
authorMark Wielaard <mjw@redhat.com>
Tue, 4 Oct 2016 14:11:44 +0000 (16:11 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 4 Oct 2016 14:11:44 +0000 (16:11 +0200)
scripts/slave/buildbot_selector.py

index 1bb72d03c928cd76618972f8d5c56b5085a7d835..12bfbb36b9a48b9a046a263685261b689676431f 100755 (executable)
@@ -20,7 +20,8 @@ BOT_ASSIGNMENT = {
     'glibc-power8-linux': bash('glibc-native.sh', [
         '--with-cpu=power8',
         '--enable-lock-elision',
-    ])
+    ]),
+    'glibc-s390x-linux': bash('glibc-native.sh'),
 }
 
 BOT_ADDITIONAL_ENV = {
This page took 0.05567 seconds and 5 git commands to generate.