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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1_.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [], 150 "cmd": [],
151 "name": "ensure_goma" 151 "name": "ensure_goma"
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 157 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
158 "--platform", 158 "--platform",
159 "windows-386", 159 "windows-386",
160 "--dest-directory", 160 "--dest-directory",
161 "[SLAVE_BUILD]\\cipd", 161 "[SLAVE_BUILD]\\cipd",
162 "--json-output", 162 "--json-output",
163 "/path/to/tmp/json" 163 "/path/to/tmp/json"
164 ], 164 ],
165 "name": "ensure_goma.install cipd", 165 "name": "ensure_goma.install cipd",
166 "~followup_annotations": [ 166 "~followup_annotations": [
167 "@@@STEP_NEST_LEVEL@1@@@", 167 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
529 }, 529 },
530 "name": "process_dumps" 530 "name": "process_dumps"
531 }, 531 },
532 { 532 {
533 "name": "$result", 533 "name": "$result",
534 "recipe_result": null, 534 "recipe_result": null,
535 "status_code": 0 535 "status_code": 0
536 } 536 }
537 ] 537 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698