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

Issue 1921493002: [Findit] Adding improved error detection to MonitorTryJobPipeline (Closed)

Created:
4 years, 8 months ago by lijeffrey
Modified:
4 years, 7 months ago
Reviewers:
chanli, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Sharu Jiang
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] Adding improved error detection to MonitorTryJobPipeline BUG=605344, 606038 Committed: https://chromium.googlesource.com/infra/infra/+/4167fabff66f36b317553ea8ee8a2a165891e383

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing comments #

Total comments: 7

Patch Set 3 : Addressing comments #

Total comments: 8

Patch Set 4 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -27 lines) Patch
A appengine/findit/common/waterfall/try_job_error.py View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M appengine/findit/model/wf_try_job_data.py View 1 chunk +2 lines, -6 lines 0 comments Download
M appengine/findit/waterfall/monitor_try_job_pipeline.py View 1 2 3 4 chunks +77 lines, -18 lines 0 comments Download
M appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py View 1 2 3 4 chunks +124 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
lijeffrey
ptal
4 years, 8 months ago (2016-04-25 00:48:41 UTC) #3
chanli
https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py File appengine/findit/waterfall/monitor_try_job_pipeline.py (right): https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py#newcode39 appengine/findit/waterfall/monitor_try_job_pipeline.py:39: def _GetError(buildbucket_response, buildbucket_error, timed_out): Will this handle cases like: ...
4 years, 7 months ago (2016-04-25 20:51:28 UTC) #4
lijeffrey
https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py File appengine/findit/waterfall/monitor_try_job_pipeline.py (right): https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py#newcode39 appengine/findit/waterfall/monitor_try_job_pipeline.py:39: def _GetError(buildbucket_response, buildbucket_error, timed_out): On 2016/04/25 20:51:28, chanli wrote: ...
4 years, 7 months ago (2016-04-25 22:54:16 UTC) #6
chanli
On 2016/04/25 22:54:16, lijeffrey wrote: > https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py > File appengine/findit/waterfall/monitor_try_job_pipeline.py (right): > > https://codereview.chromium.org/1921493002/diff/1/appengine/findit/waterfall/monitor_try_job_pipeline.py#newcode39 > ...
4 years, 7 months ago (2016-04-25 23:04:48 UTC) #7
stgao
https://codereview.chromium.org/1921493002/diff/20001/appengine/findit/model/try_job_error.py File appengine/findit/model/try_job_error.py (right): https://codereview.chromium.org/1921493002/diff/20001/appengine/findit/model/try_job_error.py#newcode5 appengine/findit/model/try_job_error.py:5: # Represents possible error codes for what can go ...
4 years, 7 months ago (2016-04-25 23:44:40 UTC) #8
lijeffrey
https://codereview.chromium.org/1921493002/diff/20001/appengine/findit/model/try_job_error.py File appengine/findit/model/try_job_error.py (right): https://codereview.chromium.org/1921493002/diff/20001/appengine/findit/model/try_job_error.py#newcode5 appengine/findit/model/try_job_error.py:5: # Represents possible error codes for what can go ...
4 years, 7 months ago (2016-04-26 00:50:08 UTC) #9
stgao
lgtm with nits. https://codereview.chromium.org/1921493002/diff/40001/appengine/findit/waterfall/monitor_try_job_pipeline.py File appengine/findit/waterfall/monitor_try_job_pipeline.py (right): https://codereview.chromium.org/1921493002/diff/40001/appengine/findit/waterfall/monitor_try_job_pipeline.py#newcode83 appengine/findit/waterfall/monitor_try_job_pipeline.py:83: try_job_error.BUILDBUCKET_REPORTED_ERROR) Maybe rename it to CI_REPORTED_ERROR. ...
4 years, 7 months ago (2016-04-26 17:33:07 UTC) #10
lijeffrey
https://codereview.chromium.org/1921493002/diff/40001/appengine/findit/waterfall/monitor_try_job_pipeline.py File appengine/findit/waterfall/monitor_try_job_pipeline.py (right): https://codereview.chromium.org/1921493002/diff/40001/appengine/findit/waterfall/monitor_try_job_pipeline.py#newcode83 appengine/findit/waterfall/monitor_try_job_pipeline.py:83: try_job_error.BUILDBUCKET_REPORTED_ERROR) On 2016/04/26 17:33:06, stgao wrote: > Maybe rename ...
4 years, 7 months ago (2016-04-26 19:07:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921493002/60001
4 years, 7 months ago (2016-04-26 19:07:43 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-04-26 19:13:47 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/4167fabff66f36b317553ea8ee8a2...

Powered by Google App Engine
This is Rietveld 408576698