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

Issue 2243923002: Refactors GCE backend config updates. (Closed)

Created:
4 years, 4 months ago by ryanmartens
Modified:
4 years, 4 months ago
Reviewers:
Vadim Sh., M-A Ruel, smut
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org, smut_chromium.org
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Refactors GCE backend config updates. Now uses the config component to update the cfg files. R=maruel@chromium.org BUG= Committed: https://github.com/luci/luci-py/commit/dd556f127070ff5f4f6cfc4eabe004f7865b3862

Patch Set 1 #

Total comments: 16

Patch Set 2 : Refactors GCE backend config updates. #

Total comments: 5

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -78 lines) Patch
M appengine/components/components/config/common.py View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M appengine/components/components/config/common_test.py View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M appengine/gce-backend/README.md View 2 chunks +5 lines, -8 lines 0 comments Download
M appengine/gce-backend/config.py View 1 3 chunks +73 lines, -55 lines 0 comments Download
M appengine/gce-backend/config_test.py View 7 chunks +13 lines, -13 lines 0 comments Download
M appengine/gce-backend/cron.yaml View 1 chunk +5 lines, -0 lines 0 comments Download
M appengine/gce-backend/handlers_cron.py View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (5 generated)
ryanmartens
4 years, 4 months ago (2016-08-12 17:31:27 UTC) #1
M-A Ruel
lgtm with comments https://codereview.chromium.org/2243923002/diff/1/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/1/appengine/gce-backend/config.py#newcode40 appengine/gce-backend/config.py:40: self.template_config = '' why not use ...
4 years, 4 months ago (2016-08-12 18:50:26 UTC) #2
ryanmartens
https://codereview.chromium.org/2243923002/diff/1/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/1/appengine/gce-backend/config.py#newcode40 appengine/gce-backend/config.py:40: self.template_config = '' On 2016/08/12 18:50:25, M-A Ruel wrote: ...
4 years, 4 months ago (2016-08-12 21:02:49 UTC) #3
smut
Is a component author just not considered the owner or what https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): ...
4 years, 4 months ago (2016-08-12 21:34:56 UTC) #5
M-A Ruel
https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py#newcode70 appengine/gce-backend/config.py:70: template_revision, template_config = config.get_self_config( On 2016/08/12 21:34:56, smut wrote: ...
4 years, 4 months ago (2016-08-12 23:16:02 UTC) #6
smut
https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py#newcode70 appengine/gce-backend/config.py:70: template_revision, template_config = config.get_self_config( On 2016/08/12 23:16:02, M-A Ruel ...
4 years, 4 months ago (2016-08-12 23:22:44 UTC) #7
Vadim Sh.
https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py#newcode70 appengine/gce-backend/config.py:70: template_revision, template_config = config.get_self_config( On 2016/08/12 23:22:44, smut wrote: ...
4 years, 4 months ago (2016-08-12 23:54:24 UTC) #9
Vadim Sh.
On 2016/08/12 23:54:24, Vadim Sh. wrote: > https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py > File appengine/gce-backend/config.py (right): > > https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py#newcode70 ...
4 years, 4 months ago (2016-08-12 23:57:11 UTC) #10
nodir
On 2016/08/12 23:57:11, Vadim Sh. wrote: > On 2016/08/12 23:54:24, Vadim Sh. wrote: > > ...
4 years, 4 months ago (2016-08-13 00:04:03 UTC) #11
smut
On 2016/08/13 00:04:03, nodir wrote: > On 2016/08/12 23:57:11, Vadim Sh. wrote: > > On ...
4 years, 4 months ago (2016-08-13 00:13:17 UTC) #12
ryanmartens
https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py File appengine/gce-backend/config.py (right): https://codereview.chromium.org/2243923002/diff/20001/appengine/gce-backend/config.py#newcode70 appengine/gce-backend/config.py:70: template_revision, template_config = config.get_self_config( On 2016/08/12 23:54:24, Vadim Sh. ...
4 years, 4 months ago (2016-08-15 13:57:06 UTC) #13
M-A Ruel
https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py File appengine/components/components/config/common.py (right): https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py#newcode113 appengine/components/components/config/common.py:113: app_id_match = APP_PREFIX_RGX.match(app_id) Please make it generic, technically they ...
4 years, 4 months ago (2016-08-15 17:18:55 UTC) #14
ryanmartens
https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py File appengine/components/components/config/common.py (right): https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py#newcode113 appengine/components/components/config/common.py:113: app_id_match = APP_PREFIX_RGX.match(app_id) On 2016/08/15 17:18:55, M-A Ruel wrote: ...
4 years, 4 months ago (2016-08-15 17:51:59 UTC) #15
nodir
On 2016/08/15 17:51:59, ryanmartens wrote: > https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py > File appengine/components/components/config/common.py (right): > > https://codereview.chromium.org/2243923002/diff/40001/appengine/components/components/config/common.py#newcode113 > ...
4 years, 4 months ago (2016-08-15 19:28:02 UTC) #16
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/2243923002/60001
4 years, 4 months ago (2016-08-16 17:17:11 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 17:19:49 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-py/commit/dd556f127070ff5f4f6cfc4eabe004f7865b3862

Powered by Google App Engine
This is Rietveld 408576698