Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: masters/master.client.v8.ports/slaves.cfg

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: masters/master.client.v8.ports/slaves.cfg
diff --git a/masters/master.client.v8.ports/slaves.cfg b/masters/master.client.v8.ports/slaves.cfg
index efd6b06faf8d11eaafd6e646f5a6ab8e1eaf896b..5ffa490cabd6861b1349bfc4b846e055478f31a7 100644
--- a/masters/master.client.v8.ports/slaves.cfg
+++ b/masters/master.client.v8.ports/slaves.cfg
@@ -8,4 +8,21 @@
# This is an list of dictionaries to describe slaves.
# This list is intentionally flat to be easy to filter arbitrarily.
-slaves = []
+slaves = [
+ {
+ 'master': 'V8Ports',
+ 'builder': ['V8 Linux - x87 - nosnap - debug builder'],
+ 'hostname': 'slave5-c3',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+ {
+ 'master': 'V8Ports',
+ 'builder': ['V8 Linux - x87 - nosnap - debug'],
+ 'hostname': 'vm349-m3',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '32',
+ },
+]

Powered by Google App Engine
This is Rietveld 408576698