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

Unified Diff: PRESUBMIT.py

Issue 5961009: Convert build.chromium.org URLs to new URL format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to tools/bisect-builds.py move Created 10 years 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 | chrome/common/extensions/docs/examples/extensions/buildbot/popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 1f97a89ddf37165b0a0243b78e91d2fe948253c2..0cff3dee328d4fedb22762585070beac72f71bda 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -168,7 +168,7 @@ def CheckChangeOnCommit(input_api, output_api):
results.extend(input_api.canned_checks.CheckBuildbotPendingBuilds(
input_api,
output_api,
- 'http://build.chromium.org/buildbot/waterfall/json/builders?filter=1',
+ 'http://build.chromium.org/p/chromium/json/builders?filter=1',
6,
IGNORED_BUILDERS))
return results
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/extensions/buildbot/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698