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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [], 89 "cmd": [],
90 "name": "ensure_goma" 90 "name": "ensure_goma"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
97 "--platform", 97 "--platform",
98 "windows-amd64", 98 "windows-amd64",
99 "--dest-directory", 99 "--dest-directory",
100 "[SLAVE_BUILD]\\cipd", 100 "[SLAVE_BUILD]\\cipd",
101 "--json-output", 101 "--json-output",
102 "/path/to/tmp/json" 102 "/path/to/tmp/json"
103 ], 103 ],
104 "name": "ensure_goma.install cipd", 104 "name": "ensure_goma.install cipd",
105 "~followup_annotations": [ 105 "~followup_annotations": [
106 "@@@STEP_NEST_LEVEL@1@@@", 106 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1139 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1140 "@@@STEP_LOG_END@durations@@@" 1140 "@@@STEP_LOG_END@durations@@@"
1141 ] 1141 ]
1142 }, 1142 },
1143 { 1143 {
1144 "name": "$result", 1144 "name": "$result",
1145 "recipe_result": null, 1145 "recipe_result": null,
1146 "status_code": 0 1146 "status_code": 0
1147 } 1147 }
1148 ] 1148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698