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

Unified Diff: masters/master.tryserver.blink/master.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 | « no previous file | masters/master.tryserver.blink/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.blink/master.cfg
diff --git a/masters/master.tryserver.blink/master.cfg b/masters/master.tryserver.blink/master.cfg
index d1423fe540776201bfff085fe0e10f2a2225cae6..a34203f1916df7ead5f6fb92af4f1fbbef762020 100644
--- a/masters/master.tryserver.blink/master.cfg
+++ b/masters/master.tryserver.blink/master.cfg
@@ -46,7 +46,7 @@
**kwargs)
c['builders'] = []
-for platform in ['linux_precise', 'mac10.9', 'win7']:
+for platform in ['linux', 'mac', 'win']:
for target in ['_dbg', '_compile_dbg', '_compile_rel', '_rel']:
c['builders'].append({
'name': '%s_blink%s' % (platform, target),
« no previous file with comments | « no previous file | masters/master.tryserver.blink/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698