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

Issue 1999653003: [Findit] Bailing out if build data is too old and moving relevant settings to config (Closed)

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

Description

[Findit] Bailing out if build data is too old and moving relevant settings to config BUG=611189 Committed: https://chromium.googlesource.com/infra/infra/+/458b527a43bcdac9bb02dabc21dbbbd232fea22c

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressing comments #

Total comments: 3

Patch Set 3 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -27 lines) Patch
M appengine/findit/handlers/config.py View 2 chunks +11 lines, -1 line 0 comments Download
M appengine/findit/handlers/test/config_test.py View 8 chunks +39 lines, -3 lines 0 comments Download
M appengine/findit/model/wf_build.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/model/wf_config.py View 1 chunk +9 lines, -0 lines 0 comments Download
M appengine/findit/templates/config.html View 4 chunks +8 lines, -1 line 0 comments Download
M appengine/findit/waterfall/build_util.py View 2 chunks +18 lines, -7 lines 0 comments Download
M appengine/findit/waterfall/lock_util.py View 3 chunks +13 lines, -7 lines 0 comments Download
M appengine/findit/waterfall/test/build_util_test.py View 5 chunks +41 lines, -7 lines 0 comments Download
M appengine/findit/waterfall/test/try_job_util_test.py View 1 2 6 chunks +71 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/waterfall_config_test.py View 1 chunk +9 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/test/wf_testcase.py View 1 chunk +7 lines, -1 line 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M appengine/findit/waterfall/waterfall_config.py View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
lijeffrey
ptal
4 years, 7 months ago (2016-05-20 19:54:20 UTC) #3
chanli
https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py File appengine/findit/waterfall/build_util.py (right): https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py#newcode42 appengine/findit/waterfall/build_util.py:42: if build.data: Nit: how about changing code from ln42 ...
4 years, 7 months ago (2016-05-20 23:53:54 UTC) #5
lijeffrey
https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py File appengine/findit/waterfall/build_util.py (right): https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py#newcode42 appengine/findit/waterfall/build_util.py:42: if build.data: On 2016/05/20 23:53:54, chanli wrote: > Nit: ...
4 years, 7 months ago (2016-05-21 01:50:20 UTC) #6
chanli
On 2016/05/21 01:50:20, lijeffrey wrote: > https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py > File appengine/findit/waterfall/build_util.py (right): > > https://codereview.chromium.org/1999653003/diff/1/appengine/findit/waterfall/build_util.py#newcode42 > ...
4 years, 7 months ago (2016-05-21 02:52:23 UTC) #7
stgao
https://codereview.chromium.org/1999653003/diff/20001/appengine/findit/waterfall/test/try_job_util_test.py File appengine/findit/waterfall/test/try_job_util_test.py (right): https://codereview.chromium.org/1999653003/diff/20001/appengine/findit/waterfall/test/try_job_util_test.py#newcode74 appengine/findit/waterfall/test/try_job_util_test.py:74: build.start_time = datetime.utcnow() This might make the test flaky ...
4 years, 7 months ago (2016-05-21 04:26:41 UTC) #8
lijeffrey
https://codereview.chromium.org/1999653003/diff/20001/appengine/findit/waterfall/try_job_util.py File appengine/findit/waterfall/try_job_util.py (right): https://codereview.chromium.org/1999653003/diff/20001/appengine/findit/waterfall/try_job_util.py#newcode162 appengine/findit/waterfall/try_job_util.py:162: if (datetime.utcnow() - build.start_time).days > 0: On 2016/05/21 04:26:41, ...
4 years, 7 months ago (2016-05-21 09:02:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1999653003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1999653003/40001
4 years, 7 months ago (2016-05-21 09:03:06 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-21 09:07:07 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/infra/infra/+/458b527a43bcdac9bb02dabc21dbb...

Powered by Google App Engine
This is Rietveld 408576698