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

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)

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

Description

[Findit] UI change and triage change for cl level trige. When triage the suspected CL(s) of an analysis, update WfSuspectedCL as well. And use the info of WfSuspectedCL on result page. Also create a script to calculate the accuracy rate for each type of failures: - compile failure - only have heuristic result - only have try job result - have result from both approach - test failure - only have heuristic result - only have try job result - have result from both approach BUG=635181 Committed: https://chromium.googlesource.com/infra/infra/+/be3b619d914654751bff887fc75c15dd8aa3782c

Patch Set 1 #

Patch Set 2 : fixes on result page. #

Total comments: 26

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : Address comments #

Total comments: 4

Patch Set 5 : address connents and fix bugs. #

Patch Set 6 : save updated_time when triaging suspected_cl. #

Patch Set 7 : rebase and fix UI bug. #

Patch Set 8 : rebase #

Total comments: 3

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1164 lines, -34 lines) Patch
M appengine/findit/handlers/build_failure.py View 1 2 3 4 5 6 7 8 8 chunks +65 lines, -17 lines 0 comments Download
M appengine/findit/handlers/test/build_failure_test.py View 1 2 3 4 5 6 7 6 chunks +114 lines, -2 lines 0 comments Download
A appengine/findit/handlers/test/triage_suspected_cl_test.py View 1 2 3 4 5 6 7 8 1 chunk +353 lines, -0 lines 0 comments Download
A appengine/findit/handlers/triage_suspected_cl.py View 1 2 3 4 5 6 7 8 1 chunk +161 lines, -0 lines 0 comments Download
M appengine/findit/index.yaml View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -1 line 0 comments Download
M appengine/findit/main.py View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A appengine/findit/model/suspected_cl_confidence.py View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
M appengine/findit/model/suspected_cl_status.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/findit/templates/build_failure.html View 1 2 3 4 5 6 4 chunks +42 lines, -11 lines 0 comments Download
M appengine/findit/templates/waterfall/compile_failure.html View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A appengine/findit/util_scripts/remote_queries/calculate_confidence_scores.py View 1 2 3 4 5 6 7 8 1 chunk +315 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
chanli
PTAL
4 years, 3 months ago (2016-09-21 20:50:03 UTC) #2
chanli
Hi, Please refer to following pages: compile and try_job: https://chanli-dot-findit-for-me.appspot.com/waterfall/build-failure?url=https://build.chromium.org/p/chromium.linux/builders/Android%20Clang%20Builder%20(dbg)/builds/87552 Test and heuristic: https://chanli-dot-findit-for-me.appspot.com/waterfall/build-failure?url=https://build.chromium.org/p/chromium/builders/Linux%20x64/builds/25798 Not ...
4 years, 3 months ago (2016-09-21 23:23:16 UTC) #3
chanli
4 years, 3 months ago (2016-09-22 23:54:34 UTC) #4
lijeffrey
just some initial comments, i will review more in detial tomorrow https://codereview.chromium.org/2361583002/diff/20001/appengine/findit/handlers/build_failure.py File appengine/findit/handlers/build_failure.py (right): ...
4 years, 3 months ago (2016-09-23 05:09:09 UTC) #5
stgao
https://codereview.chromium.org/2361583002/diff/20001/appengine/findit/handlers/build_failure.py File appengine/findit/handlers/build_failure.py (right): https://codereview.chromium.org/2361583002/diff/20001/appengine/findit/handlers/build_failure.py#newcode325 appengine/findit/handlers/build_failure.py:325: build_key = '%s/%s/%d' % (master_name, builder_name, build_number) On 2016/09/23 ...
4 years, 3 months ago (2016-09-23 19:35:41 UTC) #6
chanli
https://codereview.chromium.org/2361583002/diff/20001/appengine/findit/handlers/build_failure.py File appengine/findit/handlers/build_failure.py (right): https://codereview.chromium.org/2361583002/diff/20001/appengine/findit/handlers/build_failure.py#newcode40 appengine/findit/handlers/build_failure.py:40: return None On 2016/09/23 05:09:09, lijeffrey wrote: > nit: ...
4 years, 3 months ago (2016-09-24 01:09:40 UTC) #7
stgao
https://codereview.chromium.org/2361583002/diff/60001/appengine/findit/handlers/triage_suspected_cl.py File appengine/findit/handlers/triage_suspected_cl.py (right): https://codereview.chromium.org/2361583002/diff/60001/appengine/findit/handlers/triage_suspected_cl.py#newcode39 appengine/findit/handlers/triage_suspected_cl.py:39: # on each build. This comment is basically how ...
4 years, 2 months ago (2016-09-28 00:21:27 UTC) #8
stgao
One more thing: on https://chanli-dot-findit-for-me.appspot.com/waterfall/build-failure?url=https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/13577, there is no list of suspected CLs. As discussed in ...
4 years, 2 months ago (2016-09-28 00:41:52 UTC) #9
stgao
And one bug, if I clicked correct or incorrect multiple times, each will be recorded ...
4 years, 2 months ago (2016-09-28 00:42:50 UTC) #10
chanli
https://codereview.chromium.org/2361583002/diff/60001/appengine/findit/handlers/triage_suspected_cl.py File appengine/findit/handlers/triage_suspected_cl.py (right): https://codereview.chromium.org/2361583002/diff/60001/appengine/findit/handlers/triage_suspected_cl.py#newcode39 appengine/findit/handlers/triage_suspected_cl.py:39: # on each build. On 2016/09/28 00:21:27, stgao (slow) ...
4 years, 2 months ago (2016-10-03 00:00:28 UTC) #11
chanli
ptal
4 years, 2 months ago (2016-10-05 00:13:03 UTC) #12
chanli
4 years, 2 months ago (2016-10-05 20:30:30 UTC) #13
stgao
lgtm after nits and the bug I mentioned are fixed https://codereview.chromium.org/2361583002/diff/140001/appengine/findit/handlers/test/triage_suspected_cl_test.py File appengine/findit/handlers/test/triage_suspected_cl_test.py (right): https://codereview.chromium.org/2361583002/diff/140001/appengine/findit/handlers/test/triage_suspected_cl_test.py#newcode296 ...
4 years, 2 months ago (2016-10-06 00:29:52 UTC) #14
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/2361583002/160001
4 years, 2 months ago (2016-10-07 22:40:55 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-07 23:24:12 UTC) #19
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/infra/infra/+/be3b619d914654751bff887fc75c1...

Powered by Google App Engine
This is Rietveld 408576698