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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ] 152 ]
153 }, 153 },
154 { 154 {
155 "cmd": [], 155 "cmd": [],
156 "name": "ensure_goma" 156 "name": "ensure_goma"
157 }, 157 },
158 { 158 {
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 162 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
163 "--platform", 163 "--platform",
164 "windows-386", 164 "windows-386",
165 "--dest-directory", 165 "--dest-directory",
166 "[SLAVE_BUILD]\\cipd", 166 "[SLAVE_BUILD]\\cipd",
167 "--json-output", 167 "--json-output",
168 "/path/to/tmp/json" 168 "/path/to/tmp/json"
169 ], 169 ],
170 "name": "ensure_goma.install cipd", 170 "name": "ensure_goma.install cipd",
171 "~followup_annotations": [ 171 "~followup_annotations": [
172 "@@@STEP_NEST_LEVEL@1@@@", 172 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
484 }, 484 },
485 "name": "process_dumps" 485 "name": "process_dumps"
486 }, 486 },
487 { 487 {
488 "name": "$result", 488 "name": "$result",
489 "recipe_result": null, 489 "recipe_result": null,
490 "status_code": 0 490 "status_code": 0
491 } 491 }
492 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698