Author: Matti Picus <[email protected]>
Branch:
Changeset: r1077:c18cf92e03d2
Date: 2019-03-17 13:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/c18cf92e03d2/
Log: rename for consistency
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -415,14 +415,14 @@
'builders': [
{"name": LINUX32OWN,
- "slavenames": ["salsa_32", "benchmarker_32"],
+ "slavenames": ["salsa_32", "benchmarker32"],
"builddir": LINUX32OWN,
"factory": pypyOwnTestFactory,
"category": 'linux32',
"locks": [TannitCPU.access('counting')],
},
{"name": LINUX32RPYTHON,
- "slavenames": ["salsa_32", "benchmarker_32"],
+ "slavenames": ["salsa_32", "benchmarker32"],
"builddir": LINUX32RPYTHON,
"factory": pypyRPythonTestFactory,
"category": 'linux32',
@@ -446,7 +446,7 @@
},
{"name": APPLVLLINUX32,
#"slavenames": ["allegro32"],
- "slavenames": ["benchmarker_32"],
+ "slavenames": ["benchmarker32"],
"builddir": APPLVLLINUX32,
"factory": pypyTranslatedAppLevelTestFactory,
'category': 'linux32',
@@ -478,7 +478,7 @@
},
{"name" : JITLINUX32,
#"slavenames": ["allegro32"],
- "slavenames": ["bencher4_32", "salsa_32", "benchmarker_32"],
+ "slavenames": ["bencher4_32", "salsa_32", "benchmarker32"],
'builddir' : JITLINUX32,
'factory' : pypyJITTranslatedTestFactory,
'category' : 'linux32',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit