projects
/
glibc-buildbot.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d66be
)
scripts/slave/buildbot_selector.py (BOT_ASSIGNMENT): Add glibc-s390x-linux.
mjw/s390x
author
Mark Wielaard <mjw@redhat.com>
Tue, 4 Oct 2016 14:11:44 +0000
(16:11 +0200)
committer
Mark Wielaard <mjw@redhat.com>
Tue, 4 Oct 2016 14:11:44 +0000
(16:11 +0200)
scripts/slave/buildbot_selector.py
patch
|
blob
|
history
diff --git
a/scripts/slave/buildbot_selector.py
b/scripts/slave/buildbot_selector.py
index 1bb72d03c928cd76618972f8d5c56b5085a7d835..12bfbb36b9a48b9a046a263685261b689676431f 100755
(executable)
--- a/
scripts/slave/buildbot_selector.py
+++ b/
scripts/slave/buildbot_selector.py
@@
-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.