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

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

Issue 1862083002: V8: Add s390 bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Mail notifier 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 5ffa490cabd6861b1349bfc4b846e055478f31a7..0be11688b3752324c533f4329a3a3f0cb19bd617 100644
--- a/masters/master.client.v8.ports/slaves.cfg
+++ b/masters/master.client.v8.ports/slaves.cfg
@@ -11,6 +11,14 @@
slaves = [
{
'master': 'V8Ports',
+ 'builder': ['V8 Linux - s390 - sim', 'V8 Linux - s390x - sim'],
+ 'hostname': 'slave26-c3',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+ {
+ 'master': 'V8Ports',
'builder': ['V8 Linux - x87 - nosnap - debug builder'],
'hostname': 'slave5-c3',
'os': 'linux',
@@ -25,4 +33,4 @@ slaves = [
'version': 'precise',
'bits': '32',
},
-]
+]

Powered by Google App Engine
This is Rietveld 408576698