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

Unified Diff: projects.py

Issue 23612002: A buildstep has been renamed, this is causing the Skia Commit Queue to fail. (Closed) Base URL: https://src.chromium.org/chrome/trunk/tools/commit-queue/
Patch Set: Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: projects.py
===================================================================
--- projects.py (revision 219798)
+++ projects.py (working copy)
@@ -505,16 +505,16 @@
compile_required_build_steps = [
'BuildBench',
'BuildGm',
- 'BuildMost',
+ 'BuildEverything',
'BuildSkiaLib',
'BuildTests',
'BuildTools',
]
# Get the required build steps and builder names from the try server.
- compile_required_build_steps = json.load(
- urllib2.urlopen(
- try_server_url + 'json/cq_required_steps'))['cq_required_steps']
+ # compile_required_build_steps = json.load(
rmistry 2013/08/27 16:22:11 Commenting this out because changing this on Skia'
agable 2013/08/27 16:33:36 This is broken because the urlopen is hanging? Sit
rmistry 2013/08/27 16:40:18 This is because the steps returned at that url are
agable 2013/08/27 16:42:56 It was hanging and timing out for me. Now it works
+ # urllib2.urlopen(
+ # try_server_url + 'json/cq_required_steps'))['cq_required_steps']
builder_names = list(
json.load(urllib2.urlopen(try_server_url + 'json/cqtrybots')))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698