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

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

Issue 2185443003: Revert of Rename existing Blink try bots to include OS version. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 627a917163f6e4c5269449c9c8ea7b2e107e8e44..5be6f0f3dc25f58027254cae46b2402ecaef15d0 100644
--- a/masters/master.tryserver.blink/slaves.cfg
+++ b/masters/master.tryserver.blink/slaves.cfg
@@ -15,10 +15,10 @@
'version': 'precise',
'bits': '64',
'builder': [
- 'linux_precise_blink_compile_dbg',
- 'linux_precise_blink_compile_rel',
- 'linux_precise_blink_dbg',
- 'linux_precise_blink_rel',
+ 'linux_blink_compile_dbg',
+ 'linux_blink_compile_rel',
+ 'linux_blink_dbg',
+ 'linux_blink_rel',
],
'hostname': 'slave%d-c4' % slave,
})
@@ -30,10 +30,10 @@
'version': '10.9',
'bits': '64',
'builder': [
- 'mac10.9_blink_compile_dbg',
- 'mac10.9_blink_compile_rel',
- 'mac10.9_blink_dbg',
- 'mac10.9_blink_rel',
+ 'mac_blink_compile_dbg',
+ 'mac_blink_compile_rel',
+ 'mac_blink_dbg',
+ 'mac_blink_rel',
],
'hostname': 'vm%d-m4' % slave,
})
@@ -45,10 +45,10 @@
'version': 'win7',
'bits': '64',
'builder': [
- 'win7_blink_compile_dbg',
- 'win7_blink_compile_rel',
- 'win7_blink_dbg',
- 'win7_blink_rel',
+ 'win_blink_compile_dbg',
+ 'win_blink_compile_rel',
+ 'win_blink_dbg',
+ 'win_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