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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ] 141 ]
142 }, 142 },
143 { 143 {
144 "cmd": [], 144 "cmd": [],
145 "name": "ensure_goma" 145 "name": "ensure_goma"
146 }, 146 },
147 { 147 {
148 "cmd": [ 148 "cmd": [
149 "python", 149 "python",
150 "-u", 150 "-u",
151 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 151 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
152 "--platform", 152 "--platform",
153 "windows-386", 153 "windows-386",
154 "--dest-directory", 154 "--dest-directory",
155 "[SLAVE_BUILD]\\cipd", 155 "[SLAVE_BUILD]\\cipd",
156 "--json-output", 156 "--json-output",
157 "/path/to/tmp/json" 157 "/path/to/tmp/json"
158 ], 158 ],
159 "name": "ensure_goma.install cipd", 159 "name": "ensure_goma.install cipd",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_NEST_LEVEL@1@@@", 161 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 479 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
480 }, 480 },
481 "name": "process_dumps" 481 "name": "process_dumps"
482 }, 482 },
483 { 483 {
484 "name": "$result", 484 "name": "$result",
485 "recipe_result": null, 485 "recipe_result": null,
486 "status_code": 0 486 "status_code": 0
487 } 487 }
488 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698