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

Issue 2630433002: Findit] Flake Checker: Pipeline to trigger try jobs to identify flake culprits (Closed)

Created:
3 years, 11 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] Flake Checker: Pipeline to trigger try jobs to identify flake culprits BUG= Landed in https://chromium-review.googlesource.com/#/c/428154/ and https://chromium-review.googlesource.com/#/c/428298/

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fixing rebase #

Patch Set 4 : Fixing rebase #

Patch Set 5 : Setting checkpoint in case of breakages #

Patch Set 6 : Fixing unintentional change #

Patch Set 7 : Adding tests #

Patch Set 8 : Clean up #

Total comments: 8

Patch Set 9 : Fixing errors #

Patch Set 10 : . #

Total comments: 40

Patch Set 11 : Adding git hash to data point #

Patch Set 12 : Fixing incorrect bailout #

Patch Set 13 : Get rid of try_job_id from data points #

Patch Set 14 : Addressing comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1090 lines, -19 lines) Patch
M appengine/findit/model/base_try_job_data.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/model/flake/flake_try_job_data.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/model/flake/master_flake_analysis.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +55 lines, -1 line 1 comment Download
M appengine/findit/model/flake/test/master_flake_analysis_test.py View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
M appengine/findit/model/wf_config.py View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M appengine/findit/model/wf_try_job_data.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A appengine/findit/waterfall/flake/process_flake_try_job_result_pipeline.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +74 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/flake/recursive_flake_pipeline.py View 1 2 3 4 5 6 7 2 chunks +9 lines, -10 lines 0 comments Download
A appengine/findit/waterfall/flake/recursive_flake_try_job_pipeline.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +325 lines, -0 lines 1 comment Download
A appengine/findit/waterfall/flake/test/process_flake_try_job_result_pipeline_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +114 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/flake/test/recursive_flake_pipeline_test.py View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
A appengine/findit/waterfall/flake/test/recursive_flake_try_job_pipeline_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +475 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/start_try_job_on_demand_pipeline.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/test/wf_testcase.py View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
lijeffrey
ptal
3 years, 11 months ago (2017-01-12 07:13:56 UTC) #3
stgao
https://codereview.chromium.org/2630433002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2630433002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py#newcode59 appengine/findit/model/flake/master_flake_analysis.py:59: (monotonically increasing by increments of 1) 100% of the ...
3 years, 11 months ago (2017-01-12 08:04:16 UTC) #4
lijeffrey
https://codereview.chromium.org/2630433002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2630433002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py#newcode59 appengine/findit/model/flake/master_flake_analysis.py:59: (monotonically increasing by increments of 1) 100% of the ...
3 years, 11 months ago (2017-01-12 09:52:52 UTC) #5
lijeffrey
3 years, 11 months ago (2017-01-12 09:52:53 UTC) #6
chanli
https://codereview.chromium.org/2630433002/diff/180001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2630433002/diff/180001/appengine/findit/model/flake/master_flake_analysis.py#newcode21 appengine/findit/model/flake/master_flake_analysis.py:21: # data point is generated as the result of ...
3 years, 11 months ago (2017-01-13 00:47:34 UTC) #7
lijeffrey
https://codereview.chromium.org/2630433002/diff/180001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2630433002/diff/180001/appengine/findit/model/flake/master_flake_analysis.py#newcode21 appengine/findit/model/flake/master_flake_analysis.py:21: # data point is generated as the result of ...
3 years, 11 months ago (2017-01-13 01:39:24 UTC) #8
chanli
LGTM with 2 more comments. https://codereview.chromium.org/2630433002/diff/260001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2630433002/diff/260001/appengine/findit/model/flake/master_flake_analysis.py#newcode21 appengine/findit/model/flake/master_flake_analysis.py:21: # analysis at the ...
3 years, 11 months ago (2017-01-13 06:01:52 UTC) #9
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/2630433002/260001
3 years, 11 months ago (2017-01-13 17:50:43 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 18:05:57 UTC) #13
Try jobs failed on following builders:
  Infra Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED,
https://luci-milo.appspot.com/swarming/task/33b1ccaa667c2f10)

Powered by Google App Engine
This is Rietveld 408576698