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

Issue 2438673004: [Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. (Closed)

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

Description

[Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. Moved appengine/chromium_try_flakes/endpoints/ to appengine/chromium_try_flakes/endpoints_client/ so that it doesn't conflict with the builtin endpoints on appengine. BUG=656666 Committed: https://chromium.googlesource.com/infra/infra/+/a3a4209bca51591d801794f0c7ae810368610135

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments. #

Patch Set 3 : Rebase and address comments. #

Patch Set 4 : Rebase and fix a unittest in check_flake_test.py #

Patch Set 5 : Add a config flag to enable/disable updating monorail bug. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+456 lines, -307 lines) Patch
D appengine/chromium_try_flakes/endpoints/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine/chromium_try_flakes/endpoints/endpoints.py View 1 chunk +0 lines, -79 lines 0 comments Download
D appengine/chromium_try_flakes/endpoints/test/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine/chromium_try_flakes/endpoints/test/endpoints_test.py View 1 chunk +0 lines, -77 lines 0 comments Download
A + appengine/chromium_try_flakes/endpoints_client/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/chromium_try_flakes/endpoints_client/endpoints.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/chromium_try_flakes/endpoints_client/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/chromium_try_flakes/findit/findit.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/chromium_try_flakes/findit/test/findit_test.py View 1 chunk +3 lines, -2 lines 0 comments Download
M appengine/chromium_try_flakes/issue_tracker/issue_tracker_api.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/chromium_try_flakes/issue_tracker/test/issue_tracker_api_test.py View 1 chunk +3 lines, -2 lines 0 comments Download
M appengine/findit/common/appengine_util.py View 1 chunk +0 lines, -1 line 0 comments Download
M appengine/findit/handlers/config.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M appengine/findit/handlers/flake/check_flake.py View 1 2 3 2 chunks +70 lines, -63 lines 0 comments Download
M appengine/findit/handlers/flake/test/check_flake_test.py View 1 2 3 3 chunks +4 lines, -8 lines 0 comments Download
M appengine/findit/handlers/test/config_test.py View 1 2 3 4 3 chunks +14 lines, -2 lines 0 comments Download
M appengine/findit/model/flake/master_flake_analysis.py View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M appengine/findit/model/wf_config.py View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
A appengine/findit/third_party/endpoints_client View 1 chunk +1 line, -0 lines 0 comments Download
A appengine/findit/third_party/issue_tracker View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/flake/flake_analysis_service.py View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download
M appengine/findit/waterfall/flake/initialize_flake_pipeline.py View 1 2 9 chunks +47 lines, -36 lines 0 comments Download
M appengine/findit/waterfall/flake/recursive_flake_pipeline.py View 1 2 3 4 3 chunks +28 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/flake/test/flake_analysis_service_test.py View 1 2 5 chunks +8 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/flake/test/initialize_flake_pipeline_test.py View 7 chunks +19 lines, -13 lines 0 comments Download
M appengine/findit/waterfall/flake/test/recursive_flake_pipeline_test.py View 1 2 3 4 9 chunks +88 lines, -10 lines 0 comments Download
A appengine/findit/waterfall/post_comment_to_bug_pipeline.py View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A appengine/findit/waterfall/test/post_comment_to_bug_pipeline_test.py View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A appengine/findit/waterfall/test_info.py View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
stgao
ptal
4 years, 2 months ago (2016-10-21 01:19:53 UTC) #3
Sergiy Byelozyorov
LGTM for chromium-try-flakes parts
4 years, 2 months ago (2016-10-21 14:54:59 UTC) #5
lijeffrey
mostly looks good from Findit end, just a few comments/nits https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py#newcode46 ...
4 years, 2 months ago (2016-10-21 17:10:28 UTC) #6
stgao
https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py#newcode46 appengine/findit/handlers/flake/check_flake.py:46: test, test, allow_new_analysis=allow_new_analysis, force=force, On 2016/10/21 17:10:27, lijeffrey wrote: ...
4 years, 2 months ago (2016-10-21 22:42:34 UTC) #7
chanli
https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py#newcode46 appengine/findit/handlers/flake/check_flake.py:46: test, test, allow_new_analysis=allow_new_analysis, force=force, So when does the normalization ...
4 years, 2 months ago (2016-10-21 23:23:09 UTC) #8
stgao
https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2438673004/diff/1/appengine/findit/handlers/flake/check_flake.py#newcode46 appengine/findit/handlers/flake/check_flake.py:46: test, test, allow_new_analysis=allow_new_analysis, force=force, On 2016/10/21 23:23:08, chanli wrote: ...
4 years, 2 months ago (2016-10-22 00:15:09 UTC) #9
lijeffrey
Findit side lgtm
4 years, 1 month ago (2016-10-25 00:21:44 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/2438673004/100001
4 years, 1 month ago (2016-11-04 19:53:47 UTC) #14
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 20:43:00 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/infra/infra/+/a3a4209bca51591d801794f0c7ae8...

Powered by Google App Engine
This is Rietveld 408576698