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

Side by Side Diff: scripts/slave/recipes/infra/build_conda_cipd_pkg.expected/win.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[cipd]\\resources\\bootstrap.py", 6 "RECIPE_MODULE[build.cipd]\\resources\\bootstrap.py",
7 "--platform", 7 "--platform",
8 "windows-amd64", 8 "windows-amd64",
9 "--dest-directory", 9 "--dest-directory",
10 "[SLAVE_BUILD]\\cipd", 10 "[SLAVE_BUILD]\\cipd",
11 "--json-output", 11 "--json-output",
12 "/path/to/tmp/json" 12 "/path/to/tmp/json"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]", 14 "cwd": "[SLAVE_BUILD]",
15 "name": "install cipd", 15 "name": "install cipd",
16 "~followup_annotations": [ 16 "~followup_annotations": [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
141 "env": { 141 "env": {
142 "PYTHONPATH": null 142 "PYTHONPATH": null
143 }, 143 },
144 "name": "conda clean --tarballs --index-cache --packages" 144 "name": "conda clean --tarballs --index-cache --packages"
145 }, 145 },
146 { 146 {
147 "cmd": [ 147 "cmd": [
148 "python", 148 "python",
149 "-u", 149 "-u",
150 "RECIPE_MODULE[conda]\\resources\\butcher_conda.py", 150 "RECIPE_MODULE[build.conda]\\resources\\butcher_conda.py",
151 "[SLAVE_BUILD]\\conda_staging_dir" 151 "[SLAVE_BUILD]\\conda_staging_dir"
152 ], 152 ],
153 "cwd": "[SLAVE_BUILD]", 153 "cwd": "[SLAVE_BUILD]",
154 "name": "make conda env location independent" 154 "name": "make conda env location independent"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "[SLAVE_BUILD]\\cipd\\cipd", 158 "[SLAVE_BUILD]\\cipd\\cipd",
159 "pkg-build", 159 "pkg-build",
160 "--in", 160 "--in",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 243 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
244 "@@@STEP_LOG_END@python.inline@@@" 244 "@@@STEP_LOG_END@python.inline@@@"
245 ] 245 ]
246 }, 246 },
247 { 247 {
248 "name": "$result", 248 "name": "$result",
249 "recipe_result": null, 249 "recipe_result": null,
250 "status_code": 0 250 "status_code": 0
251 } 251 }
252 ] 252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698