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

Issue 2192163002: Make git recipe api add depot_tools to PATH (Closed)

Created:
4 years, 4 months ago by borenet2
Modified:
4 years, 4 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

Make git recipe api add depot_tools to PATH "git retry" assumes that depot_tools is in PATH; in some cases it isn't, and there's currently no way to add it. BUG= Recipe-Tryjob-Bypass-Reason: Expectations known to change Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/9d5696da808ea15566621747b8e8053b07eac0f2

Patch Set 1 #

Patch Set 2 : Use package_repo_resource #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -3 lines) Patch
M recipe_modules/git/api.py View 1 2 chunks +7 lines, -2 lines 2 comments Download
M recipe_modules/git/example.expected/basic.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/basic_branch.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/basic_file_name.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/basic_hash.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/basic_ref.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/basic_submodule_update_force.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/can_fail_build.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/cannot_fail_build.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/cat-file_test.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/count-objects_delta.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/count-objects_failed.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/count-objects_with_bad_output.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/curl_trace_file.json View 1 1 chunk +2 lines, -1 line 0 comments Download
M recipe_modules/git/example.expected/git-cache-checkout.json View 1 2 chunks +6 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/platform_win.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/rebase_failed.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/remote_not_origin.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M recipe_modules/git/example.expected/set_got_revision.json View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
borenet
A (probably better) alternative would be to have recipe_modules which live in depot_tools and depend ...
4 years, 4 months ago (2016-07-29 12:32:12 UTC) #2
nodir
On 2016/07/29 12:32:12, borenet wrote: > A (probably better) alternative would be to have recipe_modules ...
4 years, 4 months ago (2016-07-29 15:45:07 UTC) #3
borenet
On 2016/07/29 15:45:07, nodir wrote: > On 2016/07/29 12:32:12, borenet wrote: > > A (probably ...
4 years, 4 months ago (2016-07-29 16:54:08 UTC) #4
nodir
lgtm https://codereview.chromium.org/2192163002/diff/20001/recipe_modules/git/api.py File recipe_modules/git/api.py (right): https://codereview.chromium.org/2192163002/diff/20001/recipe_modules/git/api.py#newcode213 recipe_modules/git/api.py:213: str(self.package_repo_resource()), '%(PATH)s']) does %(PATH)s work? I don't know ...
4 years, 4 months ago (2016-07-29 17:41:50 UTC) #5
borenet
https://codereview.chromium.org/2192163002/diff/20001/recipe_modules/git/api.py File recipe_modules/git/api.py (right): https://codereview.chromium.org/2192163002/diff/20001/recipe_modules/git/api.py#newcode213 recipe_modules/git/api.py:213: str(self.package_repo_resource()), '%(PATH)s']) On 2016/07/29 17:41:50, nodir wrote: > does ...
4 years, 4 months ago (2016-07-29 18:56:02 UTC) #6
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/2192163002/20001
4 years, 4 months ago (2016-07-29 18:56:24 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Recipe Roll Downstream Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/3050d56d60720b10)
4 years, 4 months ago (2016-07-29 19:02:33 UTC) #10
borenet
On 2016/07/29 19:02:33, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 4 months ago (2016-08-01 12:44:20 UTC) #11
nodir
+martiniss don't know. I don't see instructions how to process in this case in this ...
4 years, 4 months ago (2016-08-01 15:52:07 UTC) #14
Dirk Pranke
See https://chromium.googlesource.com/external/github.com/luci/recipes-py.git/+/HEAD/doc/workflow.md#commit , I think.
4 years, 4 months ago (2016-08-01 16:00:06 UTC) #15
martiniss
On 2016/08/01 at 16:00:06, dpranke wrote: > See https://chromium.googlesource.com/external/github.com/luci/recipes-py.git/+/HEAD/doc/workflow.md#commit , I think. Yes; that gives ...
4 years, 4 months ago (2016-08-01 18:32:25 UTC) #16
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/2192163002/20001
4 years, 4 months ago (2016-08-01 18:33:00 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/tools/depot_tools/+/9d5696da808ea15566621747b8e8053b07eac0f2
4 years, 4 months ago (2016-08-01 18:36:21 UTC) #21
borenet
4 years, 4 months ago (2016-08-01 18:41:44 UTC) #22
Message was sent while issue was closed.
Thanks guys. Here's hoping this doesn't break everything :)

Powered by Google App Engine
This is Rietveld 408576698