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

Unified Diff: masters/master.client.v8/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/slaves.cfg
diff --git a/masters/master.client.v8/slaves.cfg b/masters/master.client.v8/slaves.cfg
index fc524d3c478bf69f9779e2c1c048813d29458ace..0636c872b9f8b1673dcaa0d2ad1034239339b7a6 100644
--- a/masters/master.client.v8/slaves.cfg
+++ b/masters/master.client.v8/slaves.cfg
@@ -111,8 +111,7 @@ slaves = [
},
{
'master': 'V8',
- 'builder': ['V8 Linux - x87 - nosnap - debug builder',
- 'V8 Linux64 - gcov coverage'],
+ 'builder': ['V8 Linux64 - gcov coverage'],
'hostname': 'slave12-c3',
'os': 'linux',
'version': 'trusty',
@@ -246,14 +245,6 @@ slaves = [
# FYI builders.
{
'master': 'V8',
- 'builder': ['V8 Linux - x87 - nosnap - debug'],
- 'hostname': 'vm349-m3',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '32',
- },
- {
- 'master': 'V8',
'builder': ['V8 Linux - predictable',
'V8 Linux - noi18n - debug',
'V8 Linux - interpreted regexp'],
@@ -333,7 +324,7 @@ for vm in [335, 368, 371]:
'bits': '64',
})
-for vm in [3, 4, 5, 26]:
Michael Achenbach 2016/04/05 14:50:03 Reserving 26 for a new s390 bot in a follow up CL
Sergiy Byelozyorov 2016/04/05 15:04:09 Not sure I understand. Are we going to decommissio
Michael Achenbach 2016/04/05 17:32:51 s390 is an architecture and v8 is going to port it
+for vm in [3, 4]:
slaves.append({
'master': 'V8',
'builder': LINUX64_TESTERS + LINUX32_TESTERS,

Powered by Google App Engine
This is Rietveld 408576698