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

Side by Side Diff: recipes/recipes/build_conda_cipd_pkg.expected/win.json

Issue 2242803002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: trybots Created 4 years, 4 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
« no previous file with comments | « recipes/recipes/build_conda_cipd_pkg.expected/mac.json ('k') | recipes/recipes/cipd_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 6 "RECIPE_MODULE[depot_tools::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 "name": "install cipd", 14 "name": "install cipd",
15 "~followup_annotations": [ 15 "~followup_annotations": [
16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 232 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
233 "@@@STEP_LOG_END@python.inline@@@" 233 "@@@STEP_LOG_END@python.inline@@@"
234 ] 234 ]
235 }, 235 },
236 { 236 {
237 "name": "$result", 237 "name": "$result",
238 "recipe_result": null, 238 "recipe_result": null,
239 "status_code": 0 239 "status_code": 0
240 } 240 }
241 ] 241 ]
OLDNEW
« no previous file with comments | « recipes/recipes/build_conda_cipd_pkg.expected/mac.json ('k') | recipes/recipes/cipd_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698