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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 ] 197 ]
198 }, 198 },
199 { 199 {
200 "cmd": [], 200 "cmd": [],
201 "name": "ensure_goma" 201 "name": "ensure_goma"
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
206 "-u", 206 "-u",
207 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 207 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
208 "--platform", 208 "--platform",
209 "mac-amd64", 209 "mac-amd64",
210 "--dest-directory", 210 "--dest-directory",
211 "[SLAVE_BUILD]/cipd", 211 "[SLAVE_BUILD]/cipd",
212 "--json-output", 212 "--json-output",
213 "/path/to/tmp/json" 213 "/path/to/tmp/json"
214 ], 214 ],
215 "name": "ensure_goma.install cipd", 215 "name": "ensure_goma.install cipd",
216 "~followup_annotations": [ 216 "~followup_annotations": [
217 "@@@STEP_NEST_LEVEL@1@@@", 217 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
333 "@@@STEP_LOG_END@json.output (invalid)@@@" 333 "@@@STEP_LOG_END@json.output (invalid)@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "name": "$result", 337 "name": "$result",
338 "recipe_result": null, 338 "recipe_result": null,
339 "status_code": 0 339 "status_code": 0
340 } 340 }
341 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698