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

Issue 1210903005: Add ability to skip dependency checks and uploads for particular branches (Closed)

Created:
5 years, 5 months ago by rmistry
Modified:
5 years, 5 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add ability to skip dependency checks and uploads for particular branches. After this CL is in users will be able to skip dependency checks and uploads for specific branches locally by running (using test2 as a branch name): git config branch.test2.skip-deps-uploads True To undo the skipping: git config --unset branch.test2.skip-deps-uploads To do the above commands globally (across all checkouts): git config --global branch.test2.skip-deps-uploads True git config --global --unset branch.test2.skip-deps-uploads BUG=chromium:504832 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295953

Patch Set 1 : skip-deps-uploads checkout config #

Patch Set 2 : non-standard-branch-layout checkout config #

Patch Set 3 : skip-deps-uploads branch config #

Patch Set 4 : Document config value #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -14 lines) Patch
M git_cl.py View 1 2 3 4 chunks +35 lines, -14 lines 0 comments Download

Messages

Total messages: 41 (4 generated)
rmistry
Robbie, I 100% agree with your comments in https://groups.google.com/a/chromium.org/d/msg/chromium-dev/EbujXmwLNWU/nZbX5uPhF-QJ about how options to opt out ...
5 years, 5 months ago (2015-06-29 13:07:23 UTC) #2
iannucci
On mobile, but you can make the food smaller by doing 'if skip: return' instead ...
5 years, 5 months ago (2015-06-29 16:46:07 UTC) #3
iannucci
Er.... diff smaller. On Mon, Jun 29, 2015, 09:45 Robert Iannucci <iannucci@chromium.org> wrote: > On ...
5 years, 5 months ago (2015-06-29 16:46:20 UTC) #4
rmistry
On 2015/06/29 16:46:20, iannucci wrote: > Er.... diff smaller. > > On Mon, Jun 29, ...
5 years, 5 months ago (2015-06-29 17:27:54 UTC) #5
Dirk Pranke
I have concerns over the functionality as described, i.e. this is really clunky and it's ...
5 years, 5 months ago (2015-06-29 20:01:48 UTC) #6
rmistry
On 2015/06/29 20:01:48, Dirk Pranke wrote: > I have concerns over the functionality as described, ...
5 years, 5 months ago (2015-06-29 20:12:18 UTC) #7
iannucci
I'm mainly concerned with adding a bunch of boolean options which have compounding effects... Several ...
5 years, 5 months ago (2015-06-29 21:57:18 UTC) #8
rmistry
On 2015/06/29 20:12:18, rmistry wrote: > On 2015/06/29 20:01:48, Dirk Pranke wrote: > > I ...
5 years, 5 months ago (2015-06-30 11:26:26 UTC) #9
rmistry
On 2015/06/29 21:57:18, iannucci wrote: > I'm mainly concerned with adding a bunch of boolean ...
5 years, 5 months ago (2015-06-30 12:55:10 UTC) #10
rmistry
On 2015/06/30 12:55:10, rmistry wrote: > On 2015/06/29 21:57:18, iannucci wrote: > > I'm mainly ...
5 years, 5 months ago (2015-06-30 12:59:25 UTC) #11
jochen (gone - plz use gerrit)
why would the global config key contain the branch name?
5 years, 5 months ago (2015-06-30 13:13:25 UTC) #13
rmistry
On 2015/06/30 13:13:25, jochen wrote: > why would the global config key contain the branch ...
5 years, 5 months ago (2015-06-30 13:19:27 UTC) #14
jochen (gone - plz use gerrit)
On 2015/06/30 at 13:19:27, rmistry wrote: > On 2015/06/30 13:13:25, jochen wrote: > > why ...
5 years, 5 months ago (2015-06-30 13:21:13 UTC) #15
rmistry
On 2015/06/30 13:21:13, jochen wrote: > On 2015/06/30 at 13:19:27, rmistry wrote: > > On ...
5 years, 5 months ago (2015-06-30 13:46:19 UTC) #16
Dirk Pranke
On Tue, Jun 30, 2015 at 6:46 AM, <rmistry@google.com> wrote: > On 2015/06/30 13:21:13, jochen ...
5 years, 5 months ago (2015-06-30 16:54:21 UTC) #17
iannucci
Doesn't git-cl upload also allow you to specify the base revision too? How does that ...
5 years, 5 months ago (2015-06-30 16:59:29 UTC) #18
Dirk Pranke
(copying from an email ... sorry for the duplication): On Tue, Jun 30, 2015 at ...
5 years, 5 months ago (2015-06-30 17:03:24 UTC) #19
Dirk Pranke
On 2015/06/30 16:59:29, iannucci wrote: > Doesn't git-cl upload also allow you to specify the ...
5 years, 5 months ago (2015-06-30 17:04:55 UTC) #20
rmistry
On 2015/06/30 17:04:55, Dirk Pranke wrote: > On 2015/06/30 16:59:29, iannucci wrote: > > Doesn't ...
5 years, 5 months ago (2015-06-30 17:28:05 UTC) #21
jochen (gone - plz use gerrit)
On 2015/06/30 at 17:28:05, rmistry wrote: > On 2015/06/30 17:04:55, Dirk Pranke wrote: > > ...
5 years, 5 months ago (2015-07-02 06:56:17 UTC) #22
iannucci
On 2015/07/02 06:56:17, jochen wrote: > On 2015/06/30 at 17:28:05, rmistry wrote: > > On ...
5 years, 5 months ago (2015-07-02 07:42:43 UTC) #23
Dirk Pranke
On Wed, Jul 1, 2015 at 11:56 PM, <jochen@chromium.org> wrote: > On 2015/06/30 at 17:28:05, ...
5 years, 5 months ago (2015-07-02 17:41:22 UTC) #24
rmistry
On 2015/07/02 17:41:22, Dirk Pranke wrote: > On Wed, Jul 1, 2015 at 11:56 PM, ...
5 years, 5 months ago (2015-07-06 12:33:35 UTC) #25
agable
I think that doing so is fundamentally broken, and encourages broken behavior. If developers are ...
5 years, 5 months ago (2015-07-06 17:03:22 UTC) #26
iannucci
There's a case where you want to add a bunch of debug symbols or logs ...
5 years, 5 months ago (2015-07-06 17:53:06 UTC) #27
Dirk Pranke
I think I'm now lost as to who is arguing for what :). If I ...
5 years, 5 months ago (2015-07-06 20:51:51 UTC) #28
rmistry
On 2015/07/06 20:51:51, Dirk Pranke wrote: > I think I'm now lost as to who ...
5 years, 5 months ago (2015-07-06 21:00:31 UTC) #29
iannucci
On 2015/07/06 21:00:31, rmistry wrote: > On 2015/07/06 20:51:51, Dirk Pranke wrote: > > I ...
5 years, 5 months ago (2015-07-06 22:29:21 UTC) #30
jochen (gone - plz use gerrit)
lgtm on patchset 3
5 years, 5 months ago (2015-07-07 11:22:19 UTC) #31
rmistry
On 2015/07/07 11:22:19, jochen wrote: > lgtm on patchset 3 Looks like Jochen voted for ...
5 years, 5 months ago (2015-07-07 21:01:55 UTC) #32
jochen (gone - plz use gerrit)
I am an owner of this stuff..
5 years, 5 months ago (2015-07-07 21:38:50 UTC) #33
iannucci
Oh before it gets lost, this config value should be documented... I can't remember if ...
5 years, 5 months ago (2015-07-07 21:40:31 UTC) #34
rmistry
On 2015/07/07 21:38:50, jochen wrote: > I am an owner of this stuff.. Oops sorry, ...
5 years, 5 months ago (2015-07-07 21:45:26 UTC) #35
rmistry
On 2015/07/07 21:40:31, iannucci wrote: > Oh before it gets lost, this config value should ...
5 years, 5 months ago (2015-07-07 21:45:55 UTC) #36
rmistry
On 2015/07/07 21:45:55, rmistry wrote: > On 2015/07/07 21:40:31, iannucci wrote: > > Oh before ...
5 years, 5 months ago (2015-07-08 17:26:59 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210903005/60001
5 years, 5 months ago (2015-07-08 23:07:28 UTC) #40
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 23:10:00 UTC) #41
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=295953

Powered by Google App Engine
This is Rietveld 408576698