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

Issue 2107993002: Add --auto-update flag which uploads committed CL and initiates the CQ (Closed)

Created:
4 years, 5 months ago by raikiri
Modified:
4 years, 5 months ago
Reviewers:
dcampb, qyearsley
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add --auto-update flag which uploads committed CL and initiates the CQ The --auto-update flag is meant to provide the functionality of uploading a CL and initiating CQ to a bot for the automatic importing of w3c tests. BUG=621599, 625252

Patch Set 1 #

Patch Set 2 : finished auto_update flag functionality #

Total comments: 10

Patch Set 3 : made corrections #

Patch Set 4 : dummy patch #

Patch Set 5 : added unittest #

Total comments: 4

Patch Set 6 : style changes #

Total comments: 8

Patch Set 7 : corrections #

Total comments: 4

Patch Set 8 : logic corrections #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py View 1 2 3 4 5 6 7 6 chunks +59 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107993002/1
4 years, 5 months ago (2016-06-30 21:10:34 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 22:24:59 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107993002/20001
4 years, 5 months ago (2016-06-30 22:56:22 UTC) #6
raikiri
4 years, 5 months ago (2016-06-30 23:04:29 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-01 00:14:40 UTC) #10
qyearsley
Could you add a test for parse_try_job_results? We could also consider adding a test method ...
4 years, 5 months ago (2016-07-01 17:40:40 UTC) #12
raikiri
4 years, 5 months ago (2016-07-01 20:46:47 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2107993002/60001
4 years, 5 months ago (2016-07-01 22:32:32 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-01 23:49:05 UTC) #18
raikiri
4 years, 5 months ago (2016-07-06 19:38:19 UTC) #20
qyearsley
Make sure you have looked all the comments from earlier too -- remember you can ...
4 years, 5 months ago (2016-07-06 22:13:29 UTC) #22
raikiri
4 years, 5 months ago (2016-07-06 23:29:33 UTC) #23
qyearsley
https://codereview.chromium.org/2107993002/diff/100001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py (right): https://codereview.chromium.org/2107993002/diff/100001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode16 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:16: # Used for time.sleep(). Nit: I think this comment ...
4 years, 5 months ago (2016-07-07 02:35:47 UTC) #24
raikiri
4 years, 5 months ago (2016-07-07 20:10:49 UTC) #25
qyearsley
LGTM, with a few more optional suggestions/comments. https://codereview.chromium.org/2107993002/diff/120001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py (right): https://codereview.chromium.org/2107993002/diff/120001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py#newcode76 third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py:76: if results['Failures'] ...
4 years, 5 months ago (2016-07-07 21:04:09 UTC) #26
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/2107993002/140001
4 years, 5 months ago (2016-07-07 22:17:06 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gyp_rel on master.tryserver.chromium.mac (JOB_TIMED_OUT, no build URL)
4 years, 5 months ago (2016-07-08 00:19:36 UTC) #31
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/2107993002/140001
4 years, 5 months ago (2016-07-08 00:56:05 UTC) #33
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 5 months ago (2016-07-08 02:15:54 UTC) #34
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 02:16:07 UTC) #35
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/83f3951c0bb76227abc80faeaae2b884c18d193a Cr-Commit-Position: refs/heads/master@{#404309}
4 years, 5 months ago (2016-07-08 02:17:24 UTC) #37
dcampb
lgtm
4 years, 5 months ago (2016-07-11 16:51:12 UTC) #39
qyearsley
4 years, 5 months ago (2016-07-11 16:58:52 UTC) #40
On 2016/07/11 at 16:51:12, dcampb wrote:
> lgtm

This is already committed; not sure why it's not in a "closed" state. Now
closing.

Powered by Google App Engine
This is Rietveld 408576698