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

Issue 2392463009: git cl try-results for Gerrit. (Closed)

Created:
4 years, 2 months ago by tandrii(chromium)
Modified:
4 years, 2 months ago
CC:
chromium-reviews, tandrii+omg_git_cl_chromium.org, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

git cl try-results regression tests for Gerrit. The flow looks like this: $ git cl status Branches associated with reviews: gerrit-4483 : https://chromium-review.googlesource.com/381231 (waiting) $ git cl try-results Warning: Codereview server has newer patchsets (2) than most recent upload from local checkout (None). Did a previous upload fail? By default, git cl try uses latest patchset from codereview, continuing using such patchset 2. Warning: Some results might be missing because You are not logged in. Please login first by running: depot-tools-auth login chromium-review.googlesource.com Started: Infra Linux Precise 32 Tester https://luci-milo.appspot.com/swarming/... Infra Linux Trusty 64 Tester https://luci-milo.appspot.com/swarming/... Total: 2 try jobs $ depot-tools-auth login chromium-review.googlesource.com <<<auth in my browser>>> Logged in to chromium-review.googlesource.com as <some@email.com>; To login with a different email run: depot-tools-auth login chromium-review.googlesource.com To logout and purge the authentication token run: depot-tools-auth logout chromium-review.googlesource.com $ git config branch.gerrit-4483.gerritpatchset 2 $ git cl try-results Started: Infra Linux Precise 32 Tester https://luci-milo.appspot.com/swarming/... Infra Linux Trusty 64 Tester https://luci-milo.appspot.com/swarming/... Infra Mac Tester https://luci-milo.appspot.com/swarming/... Total: 3 try jobs R=sergiyb@chromium.org,emso@chromium.org BUG=599931 TEST=new unittests + end-to-end local. Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/45b2a5891aa4a281e8c1bcf74d3e9f6dd9a61bfc

Patch Set 1 #

Total comments: 2

Patch Set 2 : Better message. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -7 lines) Patch
M git_cl.py View 1 1 chunk +6 lines, -4 lines 0 comments Download
M tests/git_cl_test.py View 3 chunks +48 lines, -3 lines 6 comments Download

Depends on Patchset:

Messages

Total messages: 29 (13 generated)
tandrii(chromium)
4 years, 2 months ago (2016-10-06 18:02:46 UTC) #1
tandrii(chromium)
+nodir@ +vadimsh@ I'm essentially asking users to do (see CL description) $ depot-tools-auth login chromium-review.googlesource.com ...
4 years, 2 months ago (2016-10-06 18:04:45 UTC) #5
nodir
I'll look into this tomorrow, had a busy day today. Vadim is OOO till next ...
4 years, 2 months ago (2016-10-07 04:15:10 UTC) #8
emso
lgtm It doesn't seem like you are adding 'git cl try-results' in this change (despite ...
4 years, 2 months ago (2016-10-07 06:56:28 UTC) #9
tandrii(chromium)
On 2016/10/07 06:56:28, emso wrote: > lgtm > > It doesn't seem like you are ...
4 years, 2 months ago (2016-10-07 12:25:39 UTC) #10
tandrii(chromium)
https://codereview.chromium.org/2392463009/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/2392463009/diff/1/git_cl.py#newcode4863 git_cl.py:4863: 'continuing using such patchset %s.\n' % On 2016/10/07 06:56:27, ...
4 years, 2 months ago (2016-10-07 12:26:51 UTC) #12
Sergiy Byelozyorov
https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py File tests/git_cl_test.py (right): https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py#newcode1987 tests/git_cl_test.py:1987: ((['git', 'config', 'branch.feature.rietveldissue'],), '1'), shouldn't ((['git', 'config', 'branch.feature.gerritissue'],), CERR1), ...
4 years, 2 months ago (2016-10-07 15:36:13 UTC) #16
tandrii(chromium)
https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py File tests/git_cl_test.py (right): https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py#newcode1987 tests/git_cl_test.py:1987: ((['git', 'config', 'branch.feature.rietveldissue'],), '1'), On 2016/10/07 15:36:13, Sergiy Byelozyorov ...
4 years, 2 months ago (2016-10-07 15:38:47 UTC) #17
Sergiy Byelozyorov
lgtm https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py File tests/git_cl_test.py (right): https://codereview.chromium.org/2392463009/diff/20001/tests/git_cl_test.py#newcode1987 tests/git_cl_test.py:1987: ((['git', 'config', 'branch.feature.rietveldissue'],), '1'), On 2016/10/07 15:38:47, tandrii(chromium) ...
4 years, 2 months ago (2016-10-07 15:39:31 UTC) #18
nodir
why does `git cl try-results` in the CL description says 5 total build and displays ...
4 years, 2 months ago (2016-10-07 17:09:05 UTC) #19
nodir
I think CL description is inaccurate. It reads as "this CL adds Gerrit support to ...
4 years, 2 months ago (2016-10-07 17:11:12 UTC) #20
tandrii(chromium)
Description updated, since it confused 3 reviewers
4 years, 2 months ago (2016-10-09 10:52:25 UTC) #22
Vadim Sh.
lgtm In theory it might be possible to reuse the token from .gitcookies/.netrc when talking ...
4 years, 2 months ago (2016-10-10 21:09:04 UTC) #23
tandrii(chromium)
On 2016/10/10 21:09:04, Vadim Sh. wrote: > lgtm > > In theory it might be ...
4 years, 2 months ago (2016-10-11 10:10:46 UTC) #24
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/2392463009/20001
4 years, 2 months ago (2016-10-11 10:11:04 UTC) #27
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 10:14:20 UTC) #29
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/tools/depot_tools/+/45b2a5891aa4a2...

Powered by Google App Engine
This is Rietveld 408576698