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

Issue 2187763004: [Findit] Refactor Findit pipeline. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix nits after preliminary check. #

Total comments: 16

Patch Set 3 : Rebase and address comments. #

Total comments: 10

Patch Set 4 : Address comments #

Total comments: 6

Patch Set 5 : . #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1185 lines, -1742 lines) Patch
M appengine/findit/model/test/wf_swarming_task_test.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M appengine/findit/model/wf_swarming_task.py View 1 chunk +4 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/analyze_build_failure_pipeline.py View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
M appengine/findit/waterfall/identify_try_job_culprit_pipeline.py View 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/monitor_try_job_pipeline.py View 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/process_swarming_task_result_pipeline.py View 1 1 chunk +1 line, -1 line 0 comments Download
D appengine/findit/waterfall/run_try_job_for_reliable_failure_pipeline.py View 1 chunk +0 lines, -96 lines 0 comments Download
A appengine/findit/waterfall/schedule_compile_try_job_pipeline.py View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A appengine/findit/waterfall/schedule_test_try_job_pipeline.py View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/schedule_try_job_pipeline.py View 3 chunks +17 lines, -36 lines 0 comments Download
M appengine/findit/waterfall/start_try_job_on_demand_pipeline.py View 1 2 3 1 chunk +116 lines, -17 lines 0 comments Download
D appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py View 1 chunk +0 lines, -44 lines 0 comments Download
M appengine/findit/waterfall/test/analyze_build_failure_pipeline_test.py View 2 chunks +6 lines, -6 lines 0 comments Download
M appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py View 1 2 11 chunks +10 lines, -10 lines 0 comments Download
M appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py View 5 chunks +4 lines, -4 lines 0 comments Download
M appengine/findit/waterfall/test/process_swarming_task_result_pipeline_test.py View 3 chunks +3 lines, -3 lines 0 comments Download
D appengine/findit/waterfall/test/run_try_job_for_reliable_failure_pipeline_test.py View 1 chunk +0 lines, -165 lines 0 comments Download
A appengine/findit/waterfall/test/schedule_compile_try_job_pipeline_test.py View 1 chunk +85 lines, -0 lines 0 comments Download
A appengine/findit/waterfall/test/schedule_test_try_job_pipeline_test.py View 1 chunk +93 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/schedule_try_job_pipeline_test.py View 3 chunks +42 lines, -93 lines 0 comments Download
M appengine/findit/waterfall/test/start_try_job_on_demand_pipeline_test.py View 1 2 3 1 chunk +244 lines, -30 lines 0 comments Download
D appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py View 1 chunk +0 lines, -367 lines 0 comments Download
D appengine/findit/waterfall/test/try_job_pipeline_test.py View 1 chunk +0 lines, -188 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_util_test.py View 1 2 3 4 5 6 12 chunks +323 lines, -429 lines 0 comments Download
D appengine/findit/waterfall/try_job_pipeline.py View 1 chunk +0 lines, -59 lines 0 comments Download
D appengine/findit/waterfall/try_job_type.py View 1 chunk +0 lines, -8 lines 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 2 3 4 5 4 chunks +78 lines, -177 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 34 (13 generated)
chanli
PTAL.
4 years, 4 months ago (2016-07-27 20:30:07 UTC) #4
chanli
PTAL...
4 years, 4 months ago (2016-07-27 20:52:52 UTC) #5
chromium-reviews
This is a huge cl... On Wed, Jul 27, 2016 at 1:52 PM, <chanli@chromium.org> wrote: ...
4 years, 4 months ago (2016-07-27 23:09:11 UTC) #6
chanli
On 2016/07/27 23:09:11, chromium-reviews wrote: > This is a huge cl... > > On Wed, ...
4 years, 4 months ago (2016-08-02 00:07:17 UTC) #7
Sharu Jiang
Just reviewed schedule_compile_try_job_pipeline, schedule_test_try_job_pipeline and their tests. Will review others files later :) https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py File ...
4 years, 4 months ago (2016-08-04 06:21:12 UTC) #8
lijeffrey
https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py File appengine/findit/waterfall/analyze_build_failure_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py#newcode74 appengine/findit/waterfall/analyze_build_failure_pipeline.py:74: # Heuristic Approach nit: . after comment https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py File ...
4 years, 4 months ago (2016-08-04 10:31:47 UTC) #9
chanli
https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py File appengine/findit/waterfall/analyze_build_failure_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/20001/appengine/findit/waterfall/analyze_build_failure_pipeline.py#newcode74 appengine/findit/waterfall/analyze_build_failure_pipeline.py:74: # Heuristic Approach On 2016/08/04 10:31:47, lijeffrey wrote: > ...
4 years, 4 months ago (2016-08-05 19:53:54 UTC) #10
lijeffrey
https://codereview.chromium.org/2187763004/diff/40001/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py File appengine/findit/waterfall/start_try_job_on_demand_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/40001/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py#newcode78 appengine/findit/waterfall/start_try_job_on_demand_pipeline.py:78: logging.warning('Couldn"t start try job because last_pass is not found.') ...
4 years, 4 months ago (2016-08-09 04:07:34 UTC) #11
chanli
https://codereview.chromium.org/2187763004/diff/40001/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py File appengine/findit/waterfall/start_try_job_on_demand_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/40001/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py#newcode78 appengine/findit/waterfall/start_try_job_on_demand_pipeline.py:78: logging.warning('Couldn"t start try job because last_pass is not found.') ...
4 years, 4 months ago (2016-08-09 17:08:43 UTC) #12
lijeffrey
lgtm
4 years, 4 months ago (2016-08-09 22:30:07 UTC) #13
Sharu Jiang
lgtm
4 years, 4 months ago (2016-08-09 22:31:31 UTC) #14
Sharu Jiang
https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py File appengine/findit/waterfall/schedule_compile_try_job_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py#newcode26 appengine/findit/waterfall/schedule_compile_try_job_pipeline.py:26: bad_revision, try_job_type, compile_targets, suspected_revisions): nit: Add doc string to ...
4 years, 4 months ago (2016-08-09 23:05:04 UTC) #15
Sharu Jiang
https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/test/schedule_test_try_job_pipeline_test.py File appengine/findit/waterfall/test/schedule_test_try_job_pipeline_test.py (right): https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/test/schedule_test_try_job_pipeline_test.py#newcode60 appengine/findit/waterfall/test/schedule_test_try_job_pipeline_test.py:60: targeted_tests = ['a on platform', ['a', ['test1', 'test2']]] If ...
4 years, 4 months ago (2016-08-09 23:22:15 UTC) #16
chanli
https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py File appengine/findit/waterfall/schedule_compile_try_job_pipeline.py (right): https://codereview.chromium.org/2187763004/diff/60001/appengine/findit/waterfall/schedule_compile_try_job_pipeline.py#newcode26 appengine/findit/waterfall/schedule_compile_try_job_pipeline.py:26: bad_revision, try_job_type, compile_targets, suspected_revisions): On 2016/08/09 23:05:04, sharu jiang ...
4 years, 4 months ago (2016-08-11 01:27:54 UTC) #17
Sharu Jiang
lgtm
4 years, 4 months ago (2016-08-11 17:57:39 UTC) #18
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/2187763004/80001
4 years, 4 months ago (2016-08-12 17:28:51 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Precise 32 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/30989e4a920bcc10) ...
4 years, 4 months ago (2016-08-12 17:30:41 UTC) #23
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/2187763004/100001
4 years, 4 months ago (2016-08-12 17:34:37 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/3098a96911c6a610)
4 years, 4 months ago (2016-08-12 17:47:07 UTC) #28
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/2187763004/120001
4 years, 4 months ago (2016-08-12 23:06:34 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 23:23:39 UTC) #33
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/infra/infra/+/41875d7adbe20d8c9adeaaa7b4700...

Powered by Google App Engine
This is Rietveld 408576698