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

Unified Diff: masters/master.tryserver.blink/master.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 | « 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 4c1e666148b3b36a33bf19e12ea49d292fa87855..969cf365636bdbace8afdd1feec933c1d9a76a95 100644
--- a/masters/master.tryserver.blink/master.cfg
+++ b/masters/master.tryserver.blink/master.cfg
@@ -46,7 +46,7 @@ def m_remote_run(recipe, **kwargs):
**kwargs)
c['builders'] = []
-for platform in ['linux', 'mac', 'win']:
+for platform in ['linux_precise', 'mac10.9', 'win7']:
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