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

Issue 1870103003: [Findit] Adding Try Job suspected CLs and result status to analysis (Closed)

Created:
4 years, 8 months ago by lijeffrey
Modified:
4 years, 8 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 Try Job suspected CLs and result status to analysis Previously, only the results from heuristic-based analysis are accounted for when triaging Findit results. This change merges the results found by try jobs with those found by heuristic-based analysis. BUG=601853 Committed: https://chromium.googlesource.com/infra/infra/+/0eb9ae8bde4c7f5b3d0477080f189f1b4bfa5a0c

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressing comments and rebase #

Patch Set 3 : Cleanup #

Total comments: 5

Patch Set 4 : Addressing comments and rebase #

Patch Set 5 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+579 lines, -40 lines) Patch
M appengine/findit/waterfall/identify_try_job_culprit_pipeline.py View 1 2 3 4 5 chunks +89 lines, -1 line 0 comments Download
M appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py View 1 2 3 4 19 chunks +445 lines, -24 lines 0 comments Download
M appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py View 1 8 chunks +30 lines, -10 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_pipeline_test.py View 1 4 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
lijeffrey
This change still needs to be fully-tested with real failures and try jobs: Cases that ...
4 years, 8 months ago (2016-04-08 18:20:38 UTC) #3
stgao
https://codereview.chromium.org/1870103003/diff/1/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1870103003/diff/1/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode7 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:7: from model import wf_analysis_result_status you may want to rebase ...
4 years, 8 months ago (2016-04-11 19:50:13 UTC) #4
lijeffrey
https://codereview.chromium.org/1870103003/diff/1/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1870103003/diff/1/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode41 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:41: return wf_analysis_result_status.NOT_FOUND_UNTRIAGED On 2016/04/11 19:50:12, stgao wrote: > Why ...
4 years, 8 months ago (2016-04-12 21:10:54 UTC) #5
stgao
https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode278 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:278: analysis = WfAnalysis.Get(master_name, builder_name, build_number) nit: If ``culprits`` is ...
4 years, 8 months ago (2016-04-12 22:41:19 UTC) #6
lijeffrey
https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode278 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:278: analysis = WfAnalysis.Get(master_name, builder_name, build_number) On 2016/04/12 22:41:19, stgao ...
4 years, 8 months ago (2016-04-13 21:36:24 UTC) #7
lijeffrey
https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1870103003/diff/40001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode278 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:278: analysis = WfAnalysis.Get(master_name, builder_name, build_number) On 2016/04/13 21:36:24, lijeffrey ...
4 years, 8 months ago (2016-04-13 22:50:17 UTC) #8
stgao
lgtm
4 years, 8 months ago (2016-04-13 22:55:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1870103003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1870103003/80001
4 years, 8 months ago (2016-04-14 00:09:45 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 00:15:45 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/infra/infra/+/0eb9ae8bde4c7f5b3d0477080f189...

Powered by Google App Engine
This is Rietveld 408576698