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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ] 150 ]
151 }, 151 },
152 { 152 {
153 "cmd": [], 153 "cmd": [],
154 "name": "ensure_goma" 154 "name": "ensure_goma"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 160 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
161 "--platform", 161 "--platform",
162 "mac-amd64", 162 "mac-amd64",
163 "--dest-directory", 163 "--dest-directory",
164 "[SLAVE_BUILD]/cipd", 164 "[SLAVE_BUILD]/cipd",
165 "--json-output", 165 "--json-output",
166 "/path/to/tmp/json" 166 "/path/to/tmp/json"
167 ], 167 ],
168 "name": "ensure_goma.install cipd", 168 "name": "ensure_goma.install cipd",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_NEST_LEVEL@1@@@", 170 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
310 "@@@STEP_LOG_END@json.output (invalid)@@@" 310 "@@@STEP_LOG_END@json.output (invalid)@@@"
311 ] 311 ]
312 }, 312 },
313 { 313 {
314 "name": "$result", 314 "name": "$result",
315 "recipe_result": null, 315 "recipe_result": null,
316 "status_code": 0 316 "status_code": 0
317 } 317 }
318 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698