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

Unified Diff: masters/master.tryserver.blink/slaves.cfg

Issue 2187543002: Reland of rename existing Blink try bots to include OS version. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 5 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
« no previous file with comments | « masters/master.tryserver.blink/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.blink/slaves.cfg
diff --git a/masters/master.tryserver.blink/slaves.cfg b/masters/master.tryserver.blink/slaves.cfg
index 21054027e61fffcedf6b54c9ff7f9bc82ee1b798..371abb913bacfc8fed2307584158fa27ac7200dc 100644
--- a/masters/master.tryserver.blink/slaves.cfg
+++ b/masters/master.tryserver.blink/slaves.cfg
@@ -15,10 +15,10 @@ for slave in range(501, 506):
'version': 'precise',
'bits': '64',
'builder': [
- 'linux_blink_compile_dbg',
- 'linux_blink_compile_rel',
- 'linux_blink_dbg',
- 'linux_blink_rel',
+ 'linux_precise_blink_compile_dbg',
+ 'linux_precise_blink_compile_rel',
+ 'linux_precise_blink_dbg',
+ 'linux_precise_blink_rel',
],
'hostname': 'slave%d-c4' % slave,
})
@@ -30,10 +30,10 @@ for slave in [601, 603, 605, 607, 609]:
'version': '10.9',
'bits': '64',
'builder': [
- 'mac_blink_compile_dbg',
- 'mac_blink_compile_rel',
- 'mac_blink_dbg',
- 'mac_blink_rel',
+ 'mac10.9_blink_compile_dbg',
+ 'mac10.9_blink_compile_rel',
+ 'mac10.9_blink_dbg',
+ 'mac10.9_blink_rel',
],
'hostname': 'vm%d-m4' % slave,
})
@@ -45,10 +45,10 @@ for slave in [106, 114, 425, 496]:
'version': 'win7',
'bits': '64',
'builder': [
- 'win_blink_compile_dbg',
- 'win_blink_compile_rel',
- 'win_blink_dbg',
- 'win_blink_rel',
+ 'win7_blink_compile_dbg',
+ 'win7_blink_compile_rel',
+ 'win7_blink_dbg',
+ 'win7_blink_rel',
],
'hostname': 'vm%d-m4' % slave,
})
« no previous file with comments | « masters/master.tryserver.blink/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698