Chromium Code Reviews
Help | Chromium Project | Sign in
(39)

Issue 3132006: Add blame support to waterfall.sh (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 9 months ago by jochen
Modified:
4 years ago
CC:
chromium-reviews, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Add blame support to waterfall.sh BUG=51584 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55711

Patch Set 1 #

Total comments: 4

Patch Set 2 : updates #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -8 lines) Patch
M tools/valgrind/waterfall.sh View 1 4 chunks +121 lines, -8 lines 1 comment Download
Trybot results:
Commit: CQ not working?

Messages

Total messages: 5 (0 generated)
jochen
please review. Here's a demo output: ./waterfall.sh blame "Linux Tests (valgrind)(3)" ui 152F078A Searching for ...
4 years, 9 months ago (2010-08-11 10:31:54 UTC) #1
Timur Iskhodzhanov
Thank you very much for working on this feature! See the inline comments (Looking at ...
4 years, 9 months ago (2010-08-11 10:52:12 UTC) #2
jochen
http://codereview.chromium.org/3132006/diff/1/2 File tools/valgrind/waterfall.sh (right): http://codereview.chromium.org/3132006/diff/1/2#newcode100 tools/valgrind/waterfall.sh:100: # $1 - Name of the builder. On 2010/08/11 ...
4 years, 9 months ago (2010-08-11 11:19:18 UTC) #3
Timur Iskhodzhanov
LGTM searching the whole waterfall is definitely a lower priority feature On 2010/08/11 11:19:18, jochen ...
4 years, 9 months ago (2010-08-11 11:53:09 UTC) #4
M-A Ruel
4 years, 9 months ago (2010-08-11 13:14:40 UTC) #5
http://codereview.chromium.org/3132006/diff/5001/6001
File tools/valgrind/waterfall.sh (right):

http://codereview.chromium.org/3132006/diff/5001/6001#newcode15
tools/valgrind/waterfall.sh:15:
WATERFALL_PAGE="http://build.chromium.org/buildbot/memory/builders"
Why is this script bash? I think it's starting to become time to convert it in
python.

Using simplejson.loads( urllib.urlopen(
'http://build.chromium.org/buildbot/memory/json/builders' ) ) looks simpler to
me.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be