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

Issue 2104113002: [Findit] Add settings for actions after culprits or suspects are identified. (Closed)

Created:
4 years, 5 months ago by stgao
Modified:
4 years, 5 months ago
Reviewers:
chanli, lijeffrey
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@group_same_failures
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] Add settings for actions after culprits or suspects are identified. BUG=621140 Committed: https://chromium.googlesource.com/infra/infra/+/c1f42a4eba90432bd63ea4c07f168ddb8c2ce0a0

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix nit. #

Patch Set 3 : Address chan's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -39 lines) Patch
M appengine/findit/handlers/config.py View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M appengine/findit/handlers/test/config_test.py View 1 2 8 chunks +22 lines, -3 lines 0 comments Download
M appengine/findit/model/wf_config.py View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M appengine/findit/templates/config.html View 4 chunks +9 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/send_notification_for_culprit_pipeline.py View 1 2 4 chunks +46 lines, -15 lines 0 comments Download
M appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py View 1 2 7 chunks +37 lines, -13 lines 0 comments Download
M appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py View 4 chunks +11 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_pipeline_test.py View 3 chunks +10 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/waterfall_config_test.py View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M appengine/findit/waterfall/test/wf_testcase.py View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/waterfall_config.py View 1 chunk +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (6 generated)
stgao
ptal
4 years, 5 months ago (2016-06-28 20:48:09 UTC) #2
lijeffrey
lgtm with a nit https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py File appengine/findit/waterfall/send_notification_for_culprit_pipeline.py (right): https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py#newcode84 appengine/findit/waterfall/send_notification_for_culprit_pipeline.py:84: def _PassNotificationTimeLimit(commit_time, latency_limit_seconds): nit: I ...
4 years, 5 months ago (2016-06-30 01:02:48 UTC) #3
stgao
https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py File appengine/findit/waterfall/send_notification_for_culprit_pipeline.py (right): https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py#newcode84 appengine/findit/waterfall/send_notification_for_culprit_pipeline.py:84: def _PassNotificationTimeLimit(commit_time, latency_limit_seconds): On 2016/06/30 01:02:48, lijeffrey wrote: > ...
4 years, 5 months ago (2016-06-30 17:35:33 UTC) #4
chanli
https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py File appengine/findit/waterfall/send_notification_for_culprit_pipeline.py (right): https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py#newcode87 appengine/findit/waterfall/send_notification_for_culprit_pipeline.py:87: return latency_seconds > latency_limit_seconds Though I think this is ...
4 years, 5 months ago (2016-06-30 20:23:42 UTC) #5
stgao
https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py File appengine/findit/waterfall/send_notification_for_culprit_pipeline.py (right): https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py#newcode87 appengine/findit/waterfall/send_notification_for_culprit_pipeline.py:87: return latency_seconds > latency_limit_seconds On 2016/06/30 20:23:41, chanli wrote: ...
4 years, 5 months ago (2016-06-30 22:36:57 UTC) #6
stgao
https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py File appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py (right): https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py#newcode40 appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py:40: def _MockDatetimeUtcNow(self, mocked_utcnow): On 2016/06/30 20:23:42, chanli wrote: > ...
4 years, 5 months ago (2016-06-30 22:37:45 UTC) #7
chanli
On 2016/06/30 22:37:45, stgao wrote: > https://codereview.chromium.org/2104113002/diff/1/appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py > File > appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py > (right): > > ...
4 years, 5 months ago (2016-06-30 22:43:54 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/2104113002/40001
4 years, 5 months ago (2016-06-30 22:48:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Precise 32 Tester on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Infra%20Linux%20Precise%2032%20Tester/builds/2828)
4 years, 5 months ago (2016-06-30 23:31:49 UTC) #13
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/2104113002/40001
4 years, 5 months ago (2016-07-01 15:19:18 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/infra/infra/+/c1f42a4eba90432bd63ea4c07f168ddb8c2ce0a0
4 years, 5 months ago (2016-07-01 15:33:30 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 15:33:31 UTC) #18
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698