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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [], 121 "cmd": [],
122 "name": "ensure_goma" 122 "name": "ensure_goma"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 128 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
129 "--platform", 129 "--platform",
130 "windows-amd64", 130 "windows-amd64",
131 "--dest-directory", 131 "--dest-directory",
132 "[SLAVE_BUILD]\\cipd", 132 "[SLAVE_BUILD]\\cipd",
133 "--json-output", 133 "--json-output",
134 "/path/to/tmp/json" 134 "/path/to/tmp/json"
135 ], 135 ],
136 "name": "ensure_goma.install cipd", 136 "name": "ensure_goma.install cipd",
137 "~followup_annotations": [ 137 "~followup_annotations": [
138 "@@@STEP_NEST_LEVEL@1@@@", 138 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 557 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
558 }, 558 },
559 "name": "process_dumps" 559 "name": "process_dumps"
560 }, 560 },
561 { 561 {
562 "name": "$result", 562 "name": "$result",
563 "recipe_result": null, 563 "recipe_result": null,
564 "status_code": 0 564 "status_code": 0
565 } 565 }
566 ] 566 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698