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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ] 181 ]
182 }, 182 },
183 { 183 {
184 "cmd": [], 184 "cmd": [],
185 "name": "ensure_goma" 185 "name": "ensure_goma"
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 191 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
192 "--platform", 192 "--platform",
193 "mac-amd64", 193 "mac-amd64",
194 "--dest-directory", 194 "--dest-directory",
195 "[SLAVE_BUILD]/cipd", 195 "[SLAVE_BUILD]/cipd",
196 "--json-output", 196 "--json-output",
197 "/path/to/tmp/json" 197 "/path/to/tmp/json"
198 ], 198 ],
199 "name": "ensure_goma.install cipd", 199 "name": "ensure_goma.install cipd",
200 "~followup_annotations": [ 200 "~followup_annotations": [
201 "@@@STEP_NEST_LEVEL@1@@@", 201 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "@@@STEP_LINK@fake URL text@fake URL@@@" 336 "@@@STEP_LINK@fake URL text@fake URL@@@"
337 ] 337 ]
338 }, 338 },
339 { 339 {
340 "name": "$result", 340 "name": "$result",
341 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 341 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
342 "recipe_result": null, 342 "recipe_result": null,
343 "status_code": 1 343 "status_code": 1
344 } 344 }
345 ] 345 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gn_build.json ('k') | scripts/slave/recipes/webrtc/ios.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698