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

Issue 2029873002: [Findit] Cross-platform triage (Closed)

Created:
4 years, 6 months ago by josiahk
Modified:
4 years, 5 months ago
Reviewers:
chanli, stgao, lijeffrey
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Enable cross-platform triage of duplicate build analyses for Findit sheriffs, by triggering a single build analysis. BUG=614478 Committed: https://chromium.googlesource.com/infra/infra/+/6815a5aa75d80c51d8d35c2ab8936da701d05cc8

Patch Set 1 #

Total comments: 47

Patch Set 2 : Test and style corrections #

Total comments: 45

Patch Set 3 : Some refactoring #

Total comments: 10

Patch Set 4 : Pacific time midnight matching analysis cutoff #

Total comments: 13

Patch Set 5 : Naming, periods, and whitespace. #

Messages

Total messages: 33 (9 generated)
josiahk
4 years, 6 months ago (2016-06-02 00:08:13 UTC) #2
chanli
Few more things: 1. Please clean up the issue description: it should be related to ...
4 years, 6 months ago (2016-06-02 00:55:31 UTC) #4
stgao
Posted a couple of comments. Will take another look in a later patchset. https://codereview.chromium.org/2029873002/diff/1/appengine/findit/handlers/triage_analysis.py File ...
4 years, 6 months ago (2016-06-03 07:09:34 UTC) #5
lijeffrey
In general you can run gpylint <path to your file> before submitting for review and ...
4 years, 6 months ago (2016-06-06 23:00:59 UTC) #6
josiahk
Here are some responses to chromium code review findings. There are other chromium code review ...
4 years, 6 months ago (2016-06-07 18:34:41 UTC) #7
chanli
On 2016/06/07 18:34:41, josiahk wrote: > Here are some responses to chromium code review findings. ...
4 years, 6 months ago (2016-06-07 20:32:59 UTC) #8
josiahk
Hope you guys are having fun in Kirkland! https://codereview.chromium.org/2029873002/diff/1/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2029873002/diff/1/appengine/findit/handlers/triage_analysis.py#newcode25 appengine/findit/handlers/triage_analysis.py:25: # ...
4 years, 6 months ago (2016-06-10 18:34:26 UTC) #11
josiahk
On 2016/06/10 18:34:26, josiahk wrote: > Hope you guys are having fun in Kirkland! > ...
4 years, 6 months ago (2016-06-10 18:38:28 UTC) #12
lijeffrey
https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/.gitignore File appengine/findit/.gitignore (right): https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/.gitignore#newcode8 appengine/findit/.gitignore:8: findit.sublime-workspace what's this? https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/handlers/test/triage_analysis_test.py File appengine/findit/handlers/test/triage_analysis_test.py (right): https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/handlers/test/triage_analysis_test.py#newcode8 appengine/findit/handlers/test/triage_analysis_test.py:8: ...
4 years, 6 months ago (2016-06-13 18:15:06 UTC) #13
chanli
https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/handlers/test/triage_analysis_test.py File appengine/findit/handlers/test/triage_analysis_test.py (right): https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/handlers/test/triage_analysis_test.py#newcode9 appengine/findit/handlers/test/triage_analysis_test.py:9: from datetime import timedelta Move this one to top ...
4 years, 6 months ago (2016-06-13 20:21:04 UTC) #14
stgao
https://codereview.chromium.org/2029873002/diff/1/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2029873002/diff/1/appengine/findit/handlers/triage_analysis.py#newcode137 appengine/findit/handlers/triage_analysis.py:137: # @ndb.transactional On 2016/06/07 18:34:41, josiahk wrote: > On ...
4 years, 6 months ago (2016-06-13 23:39:49 UTC) #15
josiahk
https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/.gitignore File appengine/findit/.gitignore (right): https://codereview.chromium.org/2029873002/diff/20001/appengine/findit/.gitignore#newcode8 appengine/findit/.gitignore:8: findit.sublime-workspace On 2016/06/13 18:15:05, lijeffrey wrote: > what's this? ...
4 years, 6 months ago (2016-06-21 00:56:54 UTC) #16
chanli
https://codereview.chromium.org/2029873002/diff/40001/appengine/findit/handlers/test/triage_analysis_test.py File appengine/findit/handlers/test/triage_analysis_test.py (right): https://codereview.chromium.org/2029873002/diff/40001/appengine/findit/handlers/test/triage_analysis_test.py#newcode16 appengine/findit/handlers/test/triage_analysis_test.py:16: from model import analysis_status Nit: you need to adjust ...
4 years, 6 months ago (2016-06-21 18:32:34 UTC) #17
josiahk
Midnight matching analysis cutoff is now in Pacific Time instead of UTC https://codereview.chromium.org/2029873002/diff/40001/appengine/findit/handlers/test/triage_analysis_test.py File appengine/findit/handlers/test/triage_analysis_test.py ...
4 years, 6 months ago (2016-06-23 22:41:03 UTC) #18
chanli
On 2016/06/23 22:41:03, josiahk wrote: > Midnight matching analysis cutoff is now in Pacific Time ...
4 years, 6 months ago (2016-06-23 23:23:18 UTC) #19
stgao
lgtm https://codereview.chromium.org/2029873002/diff/60001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2029873002/diff/60001/appengine/findit/handlers/triage_analysis.py#newcode129 appengine/findit/handlers/triage_analysis.py:129: @ndb.transactional This looks good to me. https://codereview.chromium.org/2029873002/diff/60001/appengine/findit/handlers/triage_analysis.py#newcode149 appengine/findit/handlers/triage_analysis.py:149: ...
4 years, 6 months ago (2016-06-24 01:07:23 UTC) #20
lijeffrey
https://codereview.chromium.org/2029873002/diff/40001/appengine/findit/handlers/test/triage_analysis_test.py File appengine/findit/handlers/test/triage_analysis_test.py (right): https://codereview.chromium.org/2029873002/diff/40001/appengine/findit/handlers/test/triage_analysis_test.py#newcode180 appengine/findit/handlers/test/triage_analysis_test.py:180: 'revision': '3cf9343f4602d4ec11717cb6ff56a793c1d5f84b', nit: for consistency with the rest of ...
4 years, 6 months ago (2016-06-24 01:30:06 UTC) #21
lijeffrey
Also I would update the description of this change from "First Draft ..." to what ...
4 years, 6 months ago (2016-06-24 01:31:33 UTC) #22
chanli
https://codereview.chromium.org/2029873002/diff/60001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2029873002/diff/60001/appengine/findit/handlers/triage_analysis.py#newcode149 appengine/findit/handlers/triage_analysis.py:149: current_time_as_utc = pytz.utc.localize(datetime.utcnow()) On 2016/06/24 01:07:23, stgao wrote: > ...
4 years, 6 months ago (2016-06-24 16:51:56 UTC) #24
josiahk
Hello all, I made a few small changes, and hopefully this is good to go! ...
4 years, 6 months ago (2016-06-24 18:12:39 UTC) #25
josiahk
Hello all, I made a few small changes, and hopefully this is good to go! ...
4 years, 6 months ago (2016-06-24 18:12:42 UTC) #26
lijeffrey
lgtm
4 years, 6 months ago (2016-06-24 19:26:29 UTC) #27
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/2029873002/80001
4 years, 5 months ago (2016-06-27 17:02:01 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 21:34:40 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/infra/infra/+/6815a5aa75d80c51d8d35c2ab8936...

Powered by Google App Engine
This is Rietveld 408576698