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

Issue 2041193008: tools/android/loading Move task creation to background and add dashboard (Closed)

Created:
4 years, 6 months ago by droger
Modified:
4 years, 6 months ago
Reviewers:
mattcary
CC:
chromium-reviews, mikecase+watch_chromium.org, gabadie+watch_chromium.org, jbudorick+watch_chromium.org, lizeb+watch-android-loading_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@frontendNumberFix
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

tools/android/loading Move task creation to background and add dashboard This CL moves the tasks creation to the background queue, to avoid AppEngine timeouts. It also adds a way to list the current jobs and track them. The list of jobs is persisted in the datastore. There is more work to be done in follow up CLs: - improving the UI for the job dashboard - possibly replacing the per-job polling by a global polling that would poll all active jobs at once, in order to simplify the code. Committed: https://crrev.com/4953d75f1ebef626ca9dfcc20630193dedcfb8ea Cr-Commit-Position: refs/heads/master@{#399175}

Patch Set 1 : #

Patch Set 2 : Comment #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -29 lines) Patch
M tools/android/loading/cloud/common/clovis_task.py View 3 chunks +24 lines, -10 lines 0 comments Download
M tools/android/loading/cloud/frontend/clovis_frontend.py View 1 2 3 9 chunks +127 lines, -19 lines 0 comments Download
A tools/android/loading/cloud/frontend/frontend_job.py View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (14 generated)
droger
4 years, 6 months ago (2016-06-08 15:26:15 UTC) #11
mattcary
https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py File tools/android/loading/cloud/frontend/clovis_frontend.py (right): https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py#newcode363 tools/android/loading/cloud/frontend/clovis_frontend.py:363: pass # Catch all exceptions so that AppEngine does ...
4 years, 6 months ago (2016-06-09 15:40:06 UTC) #13
droger
https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py File tools/android/loading/cloud/frontend/clovis_frontend.py (right): https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py#newcode363 tools/android/loading/cloud/frontend/clovis_frontend.py:363: pass # Catch all exceptions so that AppEngine does ...
4 years, 6 months ago (2016-06-10 12:14:04 UTC) #14
mattcary
https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py File tools/android/loading/cloud/frontend/clovis_frontend.py (right): https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py#newcode392 tools/android/loading/cloud/frontend/clovis_frontend.py:392: frontend_job.status = 'building_task_url' On 2016/06/10 12:14:04, droger wrote: > ...
4 years, 6 months ago (2016-06-10 12:17:27 UTC) #15
droger
https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py File tools/android/loading/cloud/frontend/clovis_frontend.py (right): https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py#newcode392 tools/android/loading/cloud/frontend/clovis_frontend.py:392: frontend_job.status = 'building_task_url' On 2016/06/10 12:17:27, mattcary wrote: > ...
4 years, 6 months ago (2016-06-10 12:58:27 UTC) #16
mattcary
lgtm https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py File tools/android/loading/cloud/frontend/clovis_frontend.py (right): https://codereview.chromium.org/2041193008/diff/180001/tools/android/loading/cloud/frontend/clovis_frontend.py#newcode392 tools/android/loading/cloud/frontend/clovis_frontend.py:392: frontend_job.status = 'building_task_url' On 2016/06/10 12:58:27, droger wrote: ...
4 years, 6 months ago (2016-06-10 13:24:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041193008/200001
4 years, 6 months ago (2016-06-10 13:42:30 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:200001)
4 years, 6 months ago (2016-06-10 14:15:56 UTC) #21
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-10 14:15:58 UTC) #22
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 14:18:02 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4953d75f1ebef626ca9dfcc20630193dedcfb8ea
Cr-Commit-Position: refs/heads/master@{#399175}

Powered by Google App Engine
This is Rietveld 408576698