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

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 14336002: Let Blink try jobs use a Blink-specific LKGR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix bug # Created 7 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
« no previous file with comments | « no previous file | scripts/master/try_job_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 22458a8b8919d47ed987a0ca9181c58ae2ad6073..84ca642728a2ba1104b4718ec6c1e97016f3e1ab 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -1984,7 +1984,8 @@ master_utils.VerifySetup(c, slaves)
# Main Tryscheduler for the try queue. groups is defined in the loop above.
c['schedulers'] = []
-last_good_urls = {'chrome': ActiveMaster.last_good_url}
+last_good_urls = {'chrome': ActiveMaster.last_good_url,
+ 'blink': ActiveMaster.last_good_blink_url}
code_review_sites = {'chrome': ActiveMaster.code_review_site}
c['schedulers'].append(TryJobHTTP(
« no previous file with comments | « no previous file | scripts/master/try_job_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698