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

Issue 1762513002: Use gclient's git_cache setting in bot_update/api.py (Closed)

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

Description

Use gclient's git_cache setting in bot_update/api.py BUG=589140 R=agable@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299120

Patch Set 1 #

Total comments: 1

Patch Set 2 : Tweaks and test expectations #

Patch Set 3 : test tweaks #

Total comments: 5

Patch Set 4 : comment nit #

Total comments: 1

Patch Set 5 : Get rid of chromium_no_git_cache gclient config #

Patch Set 6 : Make gclient cache_dir config Static again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -19 lines) Patch
M recipe_modules/bot_update/api.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/basic.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/basic_output_manifest.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/basic_with_branch_heads.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/clobber.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/forced.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/no_shallow.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/off.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/reset_root_solution_revision.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/svn_mode.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/trychange.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/trychange_oauth2.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail_patch.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_v8.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M recipe_modules/gclient/example.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (8 generated)
szager1
4 years, 9 months ago (2016-03-03 01:10:38 UTC) #1
szager1
This has test failures and less than 100% coverage. I don't know how to fix ...
4 years, 9 months ago (2016-03-03 01:11:39 UTC) #3
agable
On 2016/03/03 at 01:11:39, szager wrote: > This has test failures and less than 100% ...
4 years, 9 months ago (2016-03-03 01:13:47 UTC) #4
wkorman
https://codereview.chromium.org/1762513002/diff/1/recipe_modules/bot_update/api.py File recipe_modules/bot_update/api.py (right): https://codereview.chromium.org/1762513002/diff/1/recipe_modules/bot_update/api.py#newcode161 recipe_modules/bot_update/api.py:161: # See chromium_no_git_cache config in gclient/api.py. s/api/config/ ?
4 years, 9 months ago (2016-03-03 02:19:22 UTC) #6
szager1
PTAL
4 years, 9 months ago (2016-03-03 02:26:50 UTC) #7
agable
LGTM, +iannucci to sanity check since he's way more in-touch with recipes today than I ...
4 years, 9 months ago (2016-03-03 17:42:31 UTC) #9
szager1
https://codereview.chromium.org/1762513002/diff/40001/recipe_modules/bot_update/api.py File recipe_modules/bot_update/api.py (right): https://codereview.chromium.org/1762513002/diff/40001/recipe_modules/bot_update/api.py#newcode161 recipe_modules/bot_update/api.py:161: # See chromium_no_git_cache config in gclient/api.py. On 2016/03/03 17:42:31, ...
4 years, 9 months ago (2016-03-03 18:03:02 UTC) #10
agable
https://codereview.chromium.org/1762513002/diff/40001/recipe_modules/gclient/example.expected/basic.json File recipe_modules/gclient/example.expected/basic.json (right): https://codereview.chromium.org/1762513002/diff/40001/recipe_modules/gclient/example.expected/basic.json#newcode92 recipe_modules/gclient/example.expected/basic.json:92: "cache_dir = ''\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': ...
4 years, 9 months ago (2016-03-03 18:11:50 UTC) #11
wkorman
lgtm
4 years, 9 months ago (2016-03-03 18:59:47 UTC) #12
iannucci
+hinoka
4 years, 9 months ago (2016-03-03 20:00:17 UTC) #14
Ryan Tseng
+Martiniss (who added this flag) --git-cache-dir defaults to the default one (/b/build/slave/cache_dir) if it's not ...
4 years, 9 months ago (2016-03-03 20:06:19 UTC) #16
szager1
On 2016/03/03 20:06:19, Ryan Tseng wrote: > +Martiniss (who added this flag) > > --git-cache-dir ...
4 years, 9 months ago (2016-03-03 20:47:59 UTC) #17
chromium-reviews
https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/recipe_modules/bot_update/resources/bot_update.py&sq=package:chromium&q=bot_update.py&l=1492 On Thu, Mar 3, 2016 at 12:47 PM, <szager@chromium.org> wrote: > On 2016/03/03 20:06:19, ...
4 years, 9 months ago (2016-03-03 20:48:46 UTC) #18
szager1
> > > --git-cache-dir defaults to the default one (/b/build/slave/cache_dir) > > if it's > ...
4 years, 9 months ago (2016-03-03 21:01:19 UTC) #19
Ryan Tseng
Not really, and we don't want to change that either, because of the fear of ...
4 years, 9 months ago (2016-03-03 21:02:34 UTC) #20
szager1
On 2016/03/03 21:02:34, Ryan Tseng wrote: > Not really, and we don't want to change ...
4 years, 9 months ago (2016-03-03 21:07:17 UTC) #21
martiniss
I actually have a CL tentatively out at https://codereview.chromium.org/1741983002 which changes a lot of the ...
4 years, 9 months ago (2016-03-03 21:10:23 UTC) #22
szager1
On 2016/03/03 21:10:23, martiniss wrote: > I actually have a CL tentatively out at > ...
4 years, 9 months ago (2016-03-03 22:08:24 UTC) #23
szager1
PTAL This gets rid of the doomed chromium_no_git_cache config, but it still does what the ...
4 years, 9 months ago (2016-03-04 21:59:55 UTC) #24
agable
lgtm
4 years, 9 months ago (2016-03-04 22:52:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762513002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762513002/100001
4 years, 9 months ago (2016-03-04 22:57:18 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299120
4 years, 9 months ago (2016-03-04 23:00:01 UTC) #30
martiniss
4 years, 9 months ago (2016-03-08 22:17:06 UTC) #31
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1776183002/ by martiniss@chromium.org.

The reason for reverting is: Roll into build breaks infra crons..

Powered by Google App Engine
This is Rietveld 408576698