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

Issue 2358303002: DevTools FE uploader: create checker instance to validate uploads (Closed)

Created:
4 years, 3 months ago by chenwilliam
Modified:
4 years, 3 months ago
Reviewers:
dgozman
CC:
chromium-reviews, pfeldman-cc_chromium.org, mnaganov-cc_chromium.org
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

DevTools FE uploader: create checker instance to validate uploads Runs on a separate GCE instance from the uploader and periodically checks that earlier commits have been uploaded to the devtools frontend appspot instance. This runs a simple HTTP server in a separate daemon thread so GCP/Stackdriver can do a periodic uptime check. Ideally, because the HTTP server and checker thread run in the same process, they should have similar uptime. BUG=none R=dgozman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=11c855a5fad1efc09c0526c19c9e7b0f11531146

Patch Set 1 #

Patch Set 2 : Fixes #

Total comments: 4

Patch Set 3 : Fix copyrights #

Patch Set 4 : fix email logic #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, --1 lines) Patch
A + .gitignore View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A gce/checker.py View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A gce/setup_checker.sh View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A gce/start_checker.sh View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
chenwilliam
PTAL. I will update our internal clank docs with instructions on how to setup and ...
4 years, 3 months ago (2016-09-22 00:18:30 UTC) #4
dgozman
lgtm https://codereview.chromium.org/2358303002/diff/40001/gce/checker.py File gce/checker.py (right): https://codereview.chromium.org/2358303002/diff/40001/gce/checker.py#newcode63 gce/checker.py:63: global consecutive_success Why this? Ain't consecutive_success already visible? ...
4 years, 3 months ago (2016-09-22 16:42:54 UTC) #5
chenwilliam
https://codereview.chromium.org/2358303002/diff/40001/gce/checker.py File gce/checker.py (right): https://codereview.chromium.org/2358303002/diff/40001/gce/checker.py#newcode63 gce/checker.py:63: global consecutive_success On 2016/09/22 at 16:42:54, dgozman wrote: > ...
4 years, 3 months ago (2016-09-22 20:25:53 UTC) #6
chenwilliam
Added a patchset that fixes the email logic (I made a mistake so it sent ...
4 years, 3 months ago (2016-09-23 00:59:09 UTC) #7
dgozman
still lgtm
4 years, 3 months ago (2016-09-23 01:07:28 UTC) #8
chenwilliam
4 years, 3 months ago (2016-09-23 22:28:49 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
11c855a5fad1efc09c0526c19c9e7b0f11531146 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698