[pypy-commit] buildbot default: add anubis64

mattip noreply at buildbot.pypy.org
Fri Apr 24 07:13:47 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r949:98c105c0aaef
Date: 2015-04-24 08:14 +0300
http://bitbucket.org/pypy/buildbot/changeset/98c105c0aaef/

Log:	add anubis64

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -36,3 +36,4 @@
 *-win-x86-64
 slave/pypy-buildbot
 master/pypy-buildbot
+*.swp
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -439,7 +439,7 @@
                   # 'category' : 'mac64',
                   # },
                   {"name": WIN32,
-                   "slavenames": ["SalsaSalsa", "allegro_win32"],
+                   "slavenames": ["SalsaSalsa", "allegro_win32", "anubis64"],
                    "builddir": WIN32,
                    "factory": pypyOwnTestFactoryWin,
                    "locks": [WinSlaveLock.access('counting')],
@@ -453,7 +453,7 @@
                    "category": "win32",
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["SalsaSalsa", "allegro_win32"],
+                   "slavenames": ["SalsaSalsa", "allegro_win32", "anubis64"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    "locks": [WinSlaveLock.access('counting')],


More information about the pypy-commit mailing list