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

Issue 2416303002: [Findit] Adding support for triaging suspected builds from flake analysis (Closed)

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

Description

[Findit] Adding support for triaging suspected builds from flake analysis BUG=656206 Committed: https://chromium.googlesource.com/infra/infra/+/f1b2dc0e2046619c348d18a0a94fbe2bf61de9af

Patch Set 1 #

Patch Set 2 : Clean up and adding unit tests #

Total comments: 15

Patch Set 3 : Fixing UI not to have border around legend in graph #

Patch Set 4 : Addressing comments #

Total comments: 7

Patch Set 5 : addressing comments #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -16 lines) Patch
M appengine/findit/common/base_handler.py View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M appengine/findit/common/test/base_handler_test.py View 1 2 3 4 3 chunks +20 lines, -0 lines 0 comments Download
M appengine/findit/handlers/build_failure.py View 1 chunk +0 lines, -6 lines 0 comments Download
M appengine/findit/handlers/flake/check_flake.py View 1 2 3 4 5 2 chunks +24 lines, -2 lines 0 comments Download
M appengine/findit/handlers/flake/test/check_flake_test.py View 1 2 3 4 2 chunks +46 lines, -1 line 0 comments Download
A appengine/findit/handlers/flake/triage_flake_analysis.py View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
M appengine/findit/main.py View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
A appengine/findit/model/base_triaged_model.py View 1 2 3 4 1 chunk +68 lines, -0 lines 0 comments Download
M appengine/findit/model/flake/master_flake_analysis.py View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
A appengine/findit/model/test/base_triaged_model_test.py View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
M appengine/findit/templates/build_failure.html View 1 chunk +3 lines, -3 lines 0 comments Download
M appengine/findit/templates/flake/result.html View 1 2 3 4 chunks +84 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
lijeffrey
ptal
4 years, 2 months ago (2016-10-14 19:46:15 UTC) #4
chanli
Question: do you plan to update WfAnalysis to use base_triage_model in the future? https://codereview.chromium.org/2416303002/diff/20001/appengine/findit/handlers/flake/triage_flake_analysis.py File ...
4 years, 2 months ago (2016-10-14 21:25:09 UTC) #5
lijeffrey
Comments addressed, ptal https://codereview.chromium.org/2416303002/diff/20001/appengine/findit/handlers/flake/triage_flake_analysis.py File appengine/findit/handlers/flake/triage_flake_analysis.py (right): https://codereview.chromium.org/2416303002/diff/20001/appengine/findit/handlers/flake/triage_flake_analysis.py#newcode5 appengine/findit/handlers/flake/triage_flake_analysis.py:5: """This module is to handle manual ...
4 years, 2 months ago (2016-10-14 23:11:31 UTC) #6
chanli
https://codereview.chromium.org/2416303002/diff/20001/appengine/findit/model/base_triaged_model.py File appengine/findit/model/base_triaged_model.py (right): https://codereview.chromium.org/2416303002/diff/20001/appengine/findit/model/base_triaged_model.py#newcode54 appengine/findit/model/base_triaged_model.py:54: """Gets the triage history of a WfAnalysis as a ...
4 years, 2 months ago (2016-10-15 01:47:21 UTC) #8
lijeffrey
https://codereview.chromium.org/2416303002/diff/60001/appengine/findit/common/base_handler.py File appengine/findit/common/base_handler.py (right): https://codereview.chromium.org/2416303002/diff/60001/appengine/findit/common/base_handler.py#newcode63 appengine/findit/common/base_handler.py:63: def _ShowDebugInfo(self): # pragma: no cover On 2016/10/15 01:47:21, ...
4 years, 2 months ago (2016-10-15 02:16:41 UTC) #9
chanli
On 2016/10/15 02:16:41, lijeffrey wrote: > https://codereview.chromium.org/2416303002/diff/60001/appengine/findit/common/base_handler.py > File appengine/findit/common/base_handler.py (right): > > https://codereview.chromium.org/2416303002/diff/60001/appengine/findit/common/base_handler.py#newcode63 > ...
4 years, 2 months ago (2016-10-15 02:27:31 UTC) #10
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/2416303002/100001
4 years, 2 months ago (2016-10-15 02:41:01 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-15 02:55:40 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/infra/infra/+/f1b2dc0e2046619c348d18a0a94fb...

Powered by Google App Engine
This is Rietveld 408576698