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

Issue 1152823005: Use script in depot_tools to retrieve builders from new cq.cfg (Closed)

Created:
5 years, 6 months ago by Sergiy Byelozyorov
Modified:
5 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use script in depot_tools to retrieve builders from new cq.cfg R=pgervais@chromium.org TEST=ran git-cl-try on this CL Committed: https://crrev.com/87e80c7a628381644013e3b96b437276d9b19bcd Cr-Commit-Position: refs/heads/master@{#332200}

Patch Set 1 #

Patch Set 2 : Added an import #

Patch Set 3 : Fix #

Patch Set 4 : Renamed variable #

Total comments: 4

Patch Set 5 : Removed old config since it is not used anymore #

Patch Set 6 : Addressed comments #

Total comments: 6

Patch Set 7 : Added sys.executable #

Patch Set 8 : Addressed comments #

Patch Set 9 : Removed unneeded import #

Patch Set 10 : Also pass shell=True to allow resolution of the binary without extension on Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -134 lines) Patch
M PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -25 lines 0 comments Download
D testing/commit_queue/OWNERS View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
D testing/commit_queue/config.json View 1 2 3 4 1 chunk +0 lines, -102 lines 0 comments Download

Messages

Total messages: 34 (12 generated)
Sergiy Byelozyorov
5 years, 6 months ago (2015-05-29 16:57:00 UTC) #1
pgervais
lgtm with one nit. https://codereview.chromium.org/1152823005/diff/60001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/60001/PRESUBMIT.py#newcode1794 PRESUBMIT.py:1794: ['commit_queue.py', 'builders', cq_config_path])) The name ...
5 years, 6 months ago (2015-05-29 17:05:51 UTC) #2
Sergiy Byelozyorov
https://codereview.chromium.org/1152823005/diff/60001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/60001/PRESUBMIT.py#newcode1794 PRESUBMIT.py:1794: ['commit_queue.py', 'builders', cq_config_path])) On 2015/05/29 17:05:51, pgervais wrote: > ...
5 years, 6 months ago (2015-05-29 17:08:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152823005/100001
5 years, 6 months ago (2015-05-29 17:15:41 UTC) #6
Sergiy Byelozyorov
Added a few folks to review for PRESUBMIT.py rubber-stump
5 years, 6 months ago (2015-05-29 17:23:39 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/66860)
5 years, 6 months ago (2015-05-29 17:25:43 UTC) #10
jam
https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') how does this work? i.e. ...
5 years, 6 months ago (2015-05-29 18:07:27 UTC) #11
pgervais
https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') On 2015/05/29 18:07:27, jam wrote: ...
5 years, 6 months ago (2015-05-29 18:14:45 UTC) #12
jam
https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') On 2015/05/29 18:14:45, pgervais wrote: ...
5 years, 6 months ago (2015-05-29 18:19:46 UTC) #13
pgervais
https://chromiumcodereview.appspot.com/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') On 2015/05/29 18:19:46, jam wrote: ...
5 years, 6 months ago (2015-05-29 18:23:33 UTC) #14
Sergiy Byelozyorov
https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') On 2015/05/29 18:23:32, pgervais wrote: ...
5 years, 6 months ago (2015-05-29 18:57:55 UTC) #15
Sergiy Byelozyorov
On 2015/05/29 18:57:55, Sergiy Byelozyorov wrote: > https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py > File PRESUBMIT.py (right): > > https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 ...
5 years, 6 months ago (2015-05-29 19:02:19 UTC) #16
Sergiy Byelozyorov
https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1152823005/diff/100001/PRESUBMIT.py#newcode1792 PRESUBMIT.py:1792: change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') On 2015/05/29 18:57:55, Sergiy Byelozyorov ...
5 years, 6 months ago (2015-05-29 19:04:20 UTC) #17
Sergiy Byelozyorov
added Jochen for rubber-stump
5 years, 6 months ago (2015-06-01 15:25:55 UTC) #19
Sergiy Byelozyorov
I've also tested this on Windows. It works.
5 years, 6 months ago (2015-06-01 15:26:41 UTC) #20
jochen (gone - plz use gerrit)
lgtm
5 years, 6 months ago (2015-06-01 15:27:58 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152823005/160001
5 years, 6 months ago (2015-06-01 15:30:23 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-01 15:40:31 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152823005/180001
5 years, 6 months ago (2015-06-01 15:53:43 UTC) #31
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 6 months ago (2015-06-01 16:04:38 UTC) #32
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/87e80c7a628381644013e3b96b437276d9b19bcd Cr-Commit-Position: refs/heads/master@{#332200}
5 years, 6 months ago (2015-06-01 16:05:37 UTC) #33
Nico
5 years, 6 months ago (2015-06-01 19:08:25 UTC) #34
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:180001) has been created in
https://codereview.chromium.org/1147003007/ by thakis@chromium.org.

The reason for reverting is: Speculative, looks like this broke `git cl try` for
me (crbug.com/495219).

Powered by Google App Engine
This is Rietveld 408576698