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

Issue 633213002: Waterfall builder monitoring script. (Closed)

Created:
6 years, 2 months ago by pshenoy
Modified:
6 years, 2 months ago
Reviewers:
samuong, stgao
CC:
chromium-reviews, stgao, anantha
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Waterfall builder monitoring script. BUG=None NOTRY=True Committed: https://crrev.com/9954e0bd8253062d25861f11e24efd8d8f1d7c28 Cr-Commit-Position: refs/heads/master@{#299356}

Patch Set 1 #

Total comments: 30

Patch Set 2 : Fixed Shuotao's comments. #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -0 lines) Patch
A chrome/test/chromedriver/test/waterfall_builder_config_sample.json View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/test/chromedriver/test/waterfall_builder_monitor.py View 1 2 3 4 5 6 1 chunk +226 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
pshenoy
6 years, 2 months ago (2014-10-07 20:26:05 UTC) #2
stgao
Prashant, I posted some comments. You could address them first. Sam may have more comments ...
6 years, 2 months ago (2014-10-07 21:01:09 UTC) #3
pshenoy
Hi Shuotao, I have fixed all your comments. Please take a look. -- Prashanth https://codereview.chromium.org/633213002/diff/1/chrome/test/chromedriver/test/waterfall_builder_config_sample.json ...
6 years, 2 months ago (2014-10-07 23:21:53 UTC) #4
stgao
https://codereview.chromium.org/633213002/diff/1/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/1/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode10 chrome/test/chromedriver/test/waterfall_builder_monitor.py:10: 2 days back. (Number of days can be configured ...
6 years, 2 months ago (2014-10-07 23:53:19 UTC) #5
pshenoy
https://codereview.chromium.org/633213002/diff/1/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/1/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode10 chrome/test/chromedriver/test/waterfall_builder_monitor.py:10: 2 days back. (Number of days can be configured ...
6 years, 2 months ago (2014-10-08 00:09:25 UTC) #6
samuong
https://codereview.chromium.org/633213002/diff/60001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/60001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode101 chrome/test/chromedriver/test/waterfall_builder_monitor.py:101: result['build_link'] + '\n\n' It might be worth pushing all ...
6 years, 2 months ago (2014-10-09 16:56:44 UTC) #7
pshenoy
https://codereview.chromium.org/633213002/diff/60001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/60001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode101 chrome/test/chromedriver/test/waterfall_builder_monitor.py:101: result['build_link'] + '\n\n' On 2014/10/09 16:56:44, samuong wrote: > ...
6 years, 2 months ago (2014-10-09 17:49:51 UTC) #8
stgao
https://codereview.chromium.org/633213002/diff/100001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/100001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode82 chrome/test/chromedriver/test/waterfall_builder_monitor.py:82: count = 0 Rename |count| to |failure_count|? https://codereview.chromium.org/633213002/diff/100001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode84 chrome/test/chromedriver/test/waterfall_builder_monitor.py:84: ...
6 years, 2 months ago (2014-10-13 19:49:02 UTC) #9
pshenoy
https://codereview.chromium.org/633213002/diff/100001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/100001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode82 chrome/test/chromedriver/test/waterfall_builder_monitor.py:82: count = 0 On 2014/10/13 19:49:02, Shuotao wrote: > ...
6 years, 2 months ago (2014-10-13 19:57:40 UTC) #10
samuong
thanks prashant, lgtm with one nit https://codereview.chromium.org/633213002/diff/170001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/170001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode44 chrome/test/chromedriver/test/waterfall_builder_monitor.py:44: def GetDateFromEphocFormat(ephoc_time): "epoch"?
6 years, 2 months ago (2014-10-13 20:11:18 UTC) #11
pshenoy
https://codereview.chromium.org/633213002/diff/170001/chrome/test/chromedriver/test/waterfall_builder_monitor.py File chrome/test/chromedriver/test/waterfall_builder_monitor.py (right): https://codereview.chromium.org/633213002/diff/170001/chrome/test/chromedriver/test/waterfall_builder_monitor.py#newcode44 chrome/test/chromedriver/test/waterfall_builder_monitor.py:44: def GetDateFromEphocFormat(ephoc_time): On 2014/10/13 20:11:18, samuong wrote: > "epoch"? ...
6 years, 2 months ago (2014-10-13 20:21:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633213002/220001
6 years, 2 months ago (2014-10-13 20:25:05 UTC) #14
commit-bot: I haz the power
Committed patchset #7 (id:220001)
6 years, 2 months ago (2014-10-13 20:26:19 UTC) #15
commit-bot: I haz the power
6 years, 2 months ago (2014-10-13 20:27:05 UTC) #16
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/9954e0bd8253062d25861f11e24efd8d8f1d7c28
Cr-Commit-Position: refs/heads/master@{#299356}

Powered by Google App Engine
This is Rietveld 408576698