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

Issue 2832203002: task_queues: Add more scaffolding (Closed)

Created:
3 years, 8 months ago by M-A Ruel
Modified:
3 years, 8 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

task_queues: Add more scaffolding Do not add the logic yet but add the cron job and task queues, to make follow up CL more readable. This code adds all the needed models, public APIs and docstrings. No real functionality change except new cron job and task queue that essentially do nothing. Partially update task_to_run_test.py in preparation to running task queues; more modifications are needed but the current one have no logic effect yet. R=vadimsh@chromium.org BUG=704236 Review-Url: https://codereview.chromium.org/2832203002 Committed: https://github.com/luci/luci-py/commit/f7b1beccb66ef34fc7b183e4e6e1287ec0e72658

Patch Set 1 : . #

Total comments: 17

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -60 lines) Patch
M appengine/swarming/cron.yaml View 1 chunk +9 lines, -3 lines 0 comments Download
M appengine/swarming/handlers_backend.py View 5 chunks +26 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_endpoints_test.py View 2 chunks +1 line, -1 line 0 comments Download
M appengine/swarming/handlers_test.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/swarming/queue.yaml View 1 chunk +3 lines, -0 lines 0 comments Download
M appengine/swarming/server/bot_management.py View 1 chunk +15 lines, -7 lines 0 comments Download
M appengine/swarming/server/task_queues.py View 1 1 chunk +206 lines, -5 lines 0 comments Download
M appengine/swarming/server/task_to_run_test.py View 21 chunks +48 lines, -42 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
M-A Ruel
The important part of this CL is really the docstrings, feel free to comment if ...
3 years, 8 months ago (2017-04-21 14:16:53 UTC) #5
Vadim Sh.
lgtm with questions https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py File appengine/swarming/server/bot_management.py (right): https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py#newcode24 appengine/swarming/server/bot_management.py:24: |BotTaskDimensions | ... |BotTaskDimensions | do ...
3 years, 8 months ago (2017-04-26 18:26:25 UTC) #6
M-A Ruel
https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py File appengine/swarming/server/bot_management.py (right): https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py#newcode24 appengine/swarming/server/bot_management.py:24: |BotTaskDimensions | ... |BotTaskDimensions | On 2017/04/26 18:26:24, Vadim ...
3 years, 8 months ago (2017-04-26 21:07:07 UTC) #7
Vadim Sh.
still lgmt, it's all not essential now https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py File appengine/swarming/server/bot_management.py (right): https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py#newcode24 appengine/swarming/server/bot_management.py:24: |BotTaskDimensions | ...
3 years, 8 months ago (2017-04-26 21:24:56 UTC) #8
M-A Ruel
https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py File appengine/swarming/server/bot_management.py (right): https://codereview.chromium.org/2832203002/diff/60001/appengine/swarming/server/bot_management.py#newcode24 appengine/swarming/server/bot_management.py:24: |BotTaskDimensions | ... |BotTaskDimensions | On 2017/04/26 21:24:55, Vadim ...
3 years, 8 months ago (2017-04-26 21:30:31 UTC) #9
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/2832203002/80001
3 years, 8 months ago (2017-04-26 21:30:54 UTC) #12
commit-bot: I haz the power
3 years, 8 months ago (2017-04-26 21:34:29 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:80001) as
https://github.com/luci/luci-py/commit/f7b1beccb66ef34fc7b183e4e6e1287ec0e72658

Powered by Google App Engine
This is Rietveld 408576698