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

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

Issue 2464403005: V8: Switch client.v8.ports to trusty. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 91cde3536694c38c718fe80ec933a9fc0293fd2b..956dd8e9633386466461f0a8cd47f2272e5dd3c5 100644
--- a/masters/master.client.v8.ports/slaves.cfg
+++ b/masters/master.client.v8.ports/slaves.cfg
@@ -12,25 +12,25 @@ slaves = [
{
'master': 'V8Ports',
'builder': ['V8 Linux - arm - sim'],
- 'hostname': 'vm366-m3',
+ 'hostname': 'slave197-c3',
Michael Achenbach 2016/11/03 11:44:38 FYI: https://bugs.chromium.org/p/chromium/issues/d
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': ['V8 Linux - arm - sim - debug'],
- 'hostname': 'vm184-m3', # Fast VM.
+ 'hostname': 'slave198-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': 'V8 Linux - arm64 - sim - gc stress',
- 'hostname': 'vm354-m3', # Fast VM.
+ 'hostname': 'slave199-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
@@ -44,33 +44,33 @@ slaves = [
{
'master': 'V8Ports',
'builder': ['V8 Android Arm - builder', 'V8 Android Arm64 - builder'],
- 'hostname': 'vm371-m3',
+ 'hostname': 'slave200-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': 'V8 Linux - arm64 - sim',
- 'hostname': 'vm351-m3', # Fast VM.
+ 'hostname': 'slave201-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': 'V8 Linux - arm64 - sim - debug',
- 'hostname': 'vm200-m3', # Fast VM.
+ 'hostname': 'slave202-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': 'V8 Linux - arm64 - sim - nosnap - debug',
- 'hostname': 'vm352-m3', # Fast VM.
+ 'hostname': 'slave203-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
@@ -95,34 +95,18 @@ slaves = [
},
{
'master': 'V8Ports',
- 'builder': ['V8 Linux - mipsel - sim'],
- 'hostname': 'vm364-m3',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '32',
- },
- {
- 'master': 'V8Ports',
- 'builder': ['V8 Linux - ppc - sim'],
- 'hostname': 'vm80-m3',
+ 'builder': ['V8 Linux - ppc - sim', 'V8 Linux - ppc64 - sim'],
+ 'hostname': 'slave204-c3',
'os': 'linux',
- 'version': 'precise',
- 'bits': '64',
- },
- {
- 'master': 'V8Ports',
- 'builder': ['V8 Linux - ppc64 - sim'],
- 'hostname': 'vm361-m3',
- 'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
'master': 'V8Ports',
'builder': ['V8 Linux - s390 - sim', 'V8 Linux - s390x - sim'],
- 'hostname': 'vm374-m3',
+ 'hostname': 'slave205-c3',
'os': 'linux',
- 'version': 'precise',
+ 'version': 'trusty',
'bits': '64',
},
{
@@ -135,14 +119,6 @@ slaves = [
'version': 'trusty',
'bits': '64',
},
- {
- 'master': 'V8Ports',
- 'builder': ['V8 Linux - x87 - nosnap - debug'],
- 'hostname': 'vm349-m3',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '32',
- },
]
distribute_subdir_slaves(
@@ -151,6 +127,8 @@ distribute_subdir_slaves(
'V8 Arm',
'V8 Arm - debug',
'V8 Arm GC Stress',
+ 'V8 Linux - x87 - nosnap - debug',
+ 'V8 Linux - mipsel - sim',
],
['slave%d-c3' % i for i in [26]],
slaves,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698