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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ] 71 ]
72 }, 72 },
73 { 73 {
74 "cmd": [], 74 "cmd": [],
75 "name": "ensure_goma" 75 "name": "ensure_goma"
76 }, 76 },
77 { 77 {
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 81 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
82 "--platform", 82 "--platform",
83 "windows-386", 83 "windows-386",
84 "--dest-directory", 84 "--dest-directory",
85 "[SLAVE_BUILD]\\cipd", 85 "[SLAVE_BUILD]\\cipd",
86 "--json-output", 86 "--json-output",
87 "/path/to/tmp/json" 87 "/path/to/tmp/json"
88 ], 88 ],
89 "name": "ensure_goma.install cipd", 89 "name": "ensure_goma.install cipd",
90 "~followup_annotations": [ 90 "~followup_annotations": [
91 "@@@STEP_NEST_LEVEL@1@@@", 91 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
299 "@@@STEP_LOG_END@json.output (invalid)@@@" 299 "@@@STEP_LOG_END@json.output (invalid)@@@"
300 ] 300 ]
301 }, 301 },
302 { 302 {
303 "name": "$result", 303 "name": "$result",
304 "recipe_result": null, 304 "recipe_result": null,
305 "status_code": 0 305 "status_code": 0
306 } 306 }
307 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698