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

Issue 1924823003: [Findit] Use heuristic analysis result for test try jobs(Findit side). (Closed)

Created:
4 years, 7 months ago by chanli
Modified:
3 years, 8 months ago
Reviewers:
stgao, 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

[Findit] Use heuristic analysis result for test try jobs(Findit side). Process the result of heuristic analysis and get a list of suspected revisions and pass those revisions to try job. BUG=596969 Committed: https://chromium.googlesource.com/infra/infra/+/9b6b8073b0d6f4c6ea26bdbdae406f5918b75c9e

Patch Set 1 #

Total comments: 6

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : Address comments. #

Total comments: 2

Patch Set 4 : modify pipeline after the recipe change. #

Total comments: 2

Patch Set 5 : Use culprits directly if returned from recipe. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -28 lines) Patch
M appengine/findit/waterfall/identify_try_job_culprit_pipeline.py View 1 2 3 4 4 chunks +40 lines, -12 lines 0 comments Download
M appengine/findit/waterfall/schedule_try_job_pipeline.py View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_util_test.py View 1 2 3 2 chunks +33 lines, -5 lines 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 2 3 2 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
chanli
ptal
4 years, 7 months ago (2016-04-27 23:15:39 UTC) #3
lijeffrey
lgtm with nits https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/test/try_job_util_test.py File appengine/findit/waterfall/test/try_job_util_test.py (right): https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/test/try_job_util_test.py#newcode442 appengine/findit/waterfall/test/try_job_util_test.py:442: heuristic_result)) nit: does this fit on ...
4 years, 7 months ago (2016-04-27 23:34:08 UTC) #4
chanli
https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/test/try_job_util_test.py File appengine/findit/waterfall/test/try_job_util_test.py (right): https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/test/try_job_util_test.py#newcode442 appengine/findit/waterfall/test/try_job_util_test.py:442: heuristic_result)) On 2016/04/27 23:34:08, lijeffrey wrote: > nit: does ...
4 years, 7 months ago (2016-04-28 17:36:04 UTC) #5
stgao
https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/try_job_util.py File appengine/findit/waterfall/try_job_util.py (right): https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/try_job_util.py#newcode140 appengine/findit/waterfall/try_job_util.py:140: suspected_revisions = [c['revision'] for c in failure['suspected_cls']] I don't ...
4 years, 7 months ago (2016-04-28 17:37:50 UTC) #6
chanli
https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/try_job_util.py File appengine/findit/waterfall/try_job_util.py (right): https://codereview.chromium.org/1924823003/diff/1/appengine/findit/waterfall/try_job_util.py#newcode140 appengine/findit/waterfall/try_job_util.py:140: suspected_revisions = [c['revision'] for c in failure['suspected_cls']] On 2016/04/28 ...
4 years, 7 months ago (2016-04-28 22:13:14 UTC) #7
stgao
Before the change on recipe is committed, this CL should not be committed. Otherwise, it ...
4 years, 7 months ago (2016-04-28 22:25:49 UTC) #8
chanli
https://codereview.chromium.org/1924823003/diff/40001/appengine/findit/waterfall/try_job_util.py File appengine/findit/waterfall/try_job_util.py (right): https://codereview.chromium.org/1924823003/diff/40001/appengine/findit/waterfall/try_job_util.py#newcode141 appengine/findit/waterfall/try_job_util.py:141: suspected_revisions.add(cl['revision']) On 2016/04/28 22:25:49, stgao wrote: > Have you ...
4 years, 7 months ago (2016-04-28 22:43:19 UTC) #9
chanli
4 years, 7 months ago (2016-05-04 16:58:41 UTC) #10
stgao
https://codereview.chromium.org/1924823003/diff/60001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1924823003/diff/60001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode179 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:179: if not test_results.get(revision): How about let the recipe compute ...
4 years, 7 months ago (2016-05-04 21:40:18 UTC) #11
chanli
https://codereview.chromium.org/1924823003/diff/60001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py File appengine/findit/waterfall/identify_try_job_culprit_pipeline.py (right): https://codereview.chromium.org/1924823003/diff/60001/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py#newcode179 appengine/findit/waterfall/identify_try_job_culprit_pipeline.py:179: if not test_results.get(revision): On 2016/05/04 21:40:18, stgao wrote: > ...
4 years, 7 months ago (2016-05-04 23:41:37 UTC) #12
lijeffrey
lgtm
4 years, 7 months ago (2016-05-06 18:45:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924823003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924823003/80001
4 years, 7 months ago (2016-05-13 00:40:02 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 00:45:21 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/infra/infra/+/9b6b8073b0d6f4c6ea26bdbdae406...

Powered by Google App Engine
This is Rietveld 408576698