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

Issue 2597373002: [Findit] Flake checker: Get full build info for each flake build analyzed (Closed)

Created:
3 years, 12 months ago by lijeffrey
Modified:
3 years, 11 months ago
Reviewers:
chanli, stgao, RobertoCN
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Sharu Jiang
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] Get full build info for each flake build analyzed This change is primarily to add blame_list information to each analyzed flake build data point. The blame list will be used for try jobs for determining the exact culprit change. BUG=672724 Review-Url: https://codereview.chromium.org/2597373002 Committed: https://chromium.googlesource.com/infra/infra/+/53f89955d1b113d967079561b66a45f14297e9d8

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing comments #

Patch Set 3 : Removing incorrect line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -106 lines) Patch
M appengine/findit/model/flake/master_flake_analysis.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/build_util.py View 1 2 chunks +21 lines, -1 line 0 comments Download
M appengine/findit/waterfall/process_flake_swarming_task_result_pipeline.py View 1 2 2 chunks +8 lines, -34 lines 0 comments Download
M appengine/findit/waterfall/test/build_util_test.py View 1 2 chunks +28 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/test/process_base_swarming_task_result_pipeline_test.py View 1 2 chunks +10 lines, -5 lines 0 comments Download
M appengine/findit/waterfall/test/process_flake_swarming_task_result_pipeline_test.py View 1 5 chunks +38 lines, -64 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
lijeffrey
ptal
3 years, 12 months ago (2016-12-23 00:17:45 UTC) #3
stgao
lgtm with nits. BTW, is the new info a duplicate of the git_hash and previous_build_git_hash? ...
3 years, 11 months ago (2017-01-03 23:41:11 UTC) #5
lijeffrey
This change just includes blame_list from BuildInfo, which was previously being extracted and discarded and ...
3 years, 11 months ago (2017-01-04 00:43:07 UTC) #6
stgao
On 2017/01/04 00:43:07, lijeffrey wrote: > This change just includes blame_list from BuildInfo, which was ...
3 years, 11 months ago (2017-01-04 17:00:36 UTC) #7
lijeffrey
Per discussion offline both this approach and using gitiles_repository.py's GetCommitsBetweenRevisions should work. The calling code ...
3 years, 11 months ago (2017-01-04 19:42:10 UTC) #8
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/2597373002/40001
3 years, 11 months ago (2017-01-04 19:42:26 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-04 19:51:27 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/infra/infra/+/53f89955d1b113d967079561b66a4...

Powered by Google App Engine
This is Rietveld 408576698