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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win10_Tester.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [], 161 "cmd": [],
162 "name": "ensure_goma" 162 "name": "ensure_goma"
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python", 166 "python",
167 "-u", 167 "-u",
168 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 168 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
169 "--platform", 169 "--platform",
170 "windows-386", 170 "windows-386",
171 "--dest-directory", 171 "--dest-directory",
172 "[SLAVE_BUILD]\\cipd", 172 "[SLAVE_BUILD]\\cipd",
173 "--json-output", 173 "--json-output",
174 "/path/to/tmp/json" 174 "/path/to/tmp/json"
175 ], 175 ],
176 "name": "ensure_goma.install cipd", 176 "name": "ensure_goma.install cipd",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "@@@STEP_NEST_LEVEL@1@@@", 178 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
490 }, 490 },
491 "name": "process_dumps" 491 "name": "process_dumps"
492 }, 492 },
493 { 493 {
494 "name": "$result", 494 "name": "$result",
495 "recipe_result": null, 495 "recipe_result": null,
496 "status_code": 0 496 "status_code": 0
497 } 497 }
498 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698