Author: Richard Plangger <[email protected]>
Branch: 
Changeset: r998:66858fbd0d4a
Date: 2016-04-19 09:08 +0200
http://bitbucket.org/pypy/buildbot/changeset/66858fbd0d4a/

Log:    added a new builder that I have access to (s390x) own-linux

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -175,6 +175,7 @@
 LINUX32 = "own-linux-x86-32"
 LINUX64 = "own-linux-x86-64"
 LINUX_S390X = "own-linux-s390x"
+LINUX_S390X_2 = "own-linux-s390x-2"
 
 MACOSX32 = "own-macosx-x86-32"
 WIN32 = "own-win-x86-32"
@@ -526,6 +527,12 @@
                    "factory": pypyOwnTestFactory,
                    "category": 's390x',
                   },
+                  {"name": LINUX_S390X_2,
+                   "slavenames": ["s390x-slave"],
+                   "builddir": LINUX_S390X_2,
+                   "factory": pypyOwnTestFactory,
+                   "category": 's390x',
+                  },
                   {'name': JITLINUX_S390X,
                    'slavenames': ["dje"],
                    'builddir': JITLINUX_S390X,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to