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

Unified Diff: site_config/config_default.py

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 | « scripts/master/try_job_base.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/config_default.py
diff --git a/site_config/config_default.py b/site_config/config_default.py
index 488accdc261175e8d928c7bc2cf0488dfbff5b5d..703633d79b833f8b53a849d547ca7766fc93213a 100644
--- a/site_config/config_default.py
+++ b/site_config/config_default.py
@@ -113,6 +113,7 @@ class Master(object):
store_revisions_url = base_app_url + '/revisions'
# Used by the try server to sync to the last known good revision:
last_good_url = 'http://chromium-status.appspot.com/lkgr'
+ last_good_blink_url = 'http://blink-status.appspot.com/lkgr'
class Chromium(_ChromiumBase):
# Used by the waterfall display.
« no previous file with comments | « scripts/master/try_job_base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698