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

Issue 2139093002: [Findit] Trigger swarming tasks after detech_first_faliure_pipeline (Closed)

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

Description

[Findit] Trigger swarming tasks after detech_first_faliure_pipeline BUG=627298 Committed: https://chromium.googlesource.com/infra/infra/+/668b1e3f1018f5e9493a36dc12686dfe67e1d4c0

Patch Set 1 #

Patch Set 2 : . #

Total comments: 10

Patch Set 3 : Address comments #

Total comments: 4

Patch Set 4 : . #

Total comments: 16

Patch Set 5 : Address Jeff's comments #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+455 lines, -122 lines) Patch
M appengine/findit/model/wf_analysis.py View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M appengine/findit/waterfall/analyze_build_failure_pipeline.py View 1 2 3 3 chunks +12 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/detect_first_failure_pipeline.py View 1 2 3 4 2 chunks +25 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/process_swarming_task_result_pipeline.py View 2 chunks +4 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py View 1 2 2 chunks +5 lines, -41 lines 0 comments Download
M appengine/findit/waterfall/test/detect_first_failure_pipeline_test.py View 1 2 3 4 9 chunks +38 lines, -11 lines 0 comments Download
M appengine/findit/waterfall/test/process_swarming_task_result_pipeline_test.py View 4 chunks +15 lines, -12 lines 0 comments Download
M appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py View 3 chunks +6 lines, -47 lines 0 comments Download
A appengine/findit/waterfall/test/trigger_swarming_tasks_pipeline_test.py View 1 2 3 4 5 1 chunk +278 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_util_test.py View 2 chunks +4 lines, -3 lines 0 comments Download
A appengine/findit/waterfall/trigger_swarming_tasks_pipeline.py View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (16 generated)
chanli
ptal
4 years, 5 months ago (2016-07-12 00:32:34 UTC) #2
stgao
https://codereview.chromium.org/2139093002/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py File appengine/findit/waterfall/analyze_build_failure_pipeline.py (right): https://codereview.chromium.org/2139093002/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py#newcode80 appengine/findit/waterfall/analyze_build_failure_pipeline.py:80: yield StartTryJobOnDemandPipeline( As discussed, TriggerSwarmingTasksPipeline and StartTryJobOnDemandPipeline should be ...
4 years, 5 months ago (2016-07-12 17:47:50 UTC) #3
chanli
ptal https://codereview.chromium.org/2139093002/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py File appengine/findit/waterfall/analyze_build_failure_pipeline.py (right): https://codereview.chromium.org/2139093002/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py#newcode80 appengine/findit/waterfall/analyze_build_failure_pipeline.py:80: yield StartTryJobOnDemandPipeline( On 2016/07/12 17:47:49, stgao wrote: > ...
4 years, 5 months ago (2016-07-12 20:04:52 UTC) #5
stgao
lgtm after comments are addressed. Since this change is not a small one, it might ...
4 years, 5 months ago (2016-07-12 20:26:52 UTC) #6
chanli
https://codereview.chromium.org/2139093002/diff/40001/appengine/findit/model/wf_analysis.py File appengine/findit/model/wf_analysis.py (right): https://codereview.chromium.org/2139093002/diff/40001/appengine/findit/model/wf_analysis.py#newcode149 appengine/findit/model/wf_analysis.py:149: default={}) On 2016/07/12 20:26:52, stgao wrote: > This possible ...
4 years, 5 months ago (2016-07-12 20:41:19 UTC) #7
lijeffrey
https://codereview.chromium.org/2139093002/diff/60001/appengine/findit/model/wf_analysis.py File appengine/findit/model/wf_analysis.py (right): https://codereview.chromium.org/2139093002/diff/60001/appengine/findit/model/wf_analysis.py#newcode30 appengine/findit/model/wf_analysis.py:30: analysis.failure_result_map = {} I think this can be simplified ...
4 years, 5 months ago (2016-07-12 22:36:28 UTC) #8
chanli
https://codereview.chromium.org/2139093002/diff/60001/appengine/findit/model/wf_analysis.py File appengine/findit/model/wf_analysis.py (right): https://codereview.chromium.org/2139093002/diff/60001/appengine/findit/model/wf_analysis.py#newcode30 appengine/findit/model/wf_analysis.py:30: analysis.failure_result_map = {} On 2016/07/12 22:36:27, lijeffrey wrote: > ...
4 years, 5 months ago (2016-07-12 22:54:56 UTC) #9
lijeffrey
lgtm
4 years, 5 months ago (2016-07-12 23:25:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2139093002/80001
4 years, 5 months ago (2016-07-12 23:27:33 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Trusty 64 Tester on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Infra%20Linux%20Trusty%2064%20Tester/builds/3114)
4 years, 5 months ago (2016-07-12 23:41:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2139093002/100001
4 years, 5 months ago (2016-07-13 00:50:58 UTC) #26
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 00:54:03 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/infra/infra/+/668b1e3f1018f5e9493a36dc12686...

Powered by Google App Engine
This is Rietveld 408576698