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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/test_failure.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "--git-cache-dir", 57 "--git-cache-dir",
58 "[GIT_CACHE]", 58 "[GIT_CACHE]",
59 "--output_json", 59 "--output_json",
60 "/path/to/tmp/json", 60 "/path/to/tmp/json",
61 "--revision", 61 "--revision",
62 "src@HEAD", 62 "src@HEAD",
63 "--output_manifest" 63 "--output_manifest"
64 ], 64 ],
65 "cwd": "[BUILDER_CACHE]/ios", 65 "cwd": "[BUILDER_CACHE]/ios",
66 "env": { 66 "env": {
67 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 67 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
68 }, 68 },
69 "name": "bot_update", 69 "name": "bot_update",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_TEXT@Some step text@@@", 71 "@@@STEP_TEXT@Some step text@@@",
72 "@@@STEP_LOG_LINE@json.output@{@@@", 72 "@@@STEP_LOG_LINE@json.output@{@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
76 "@@@STEP_LOG_LINE@json.output@ }, @@@", 76 "@@@STEP_LOG_LINE@json.output@ }, @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 77 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "@@@STEP_LINK@fake URL text@fake URL@@@" 332 "@@@STEP_LINK@fake URL text@fake URL@@@"
333 ] 333 ]
334 }, 334 },
335 { 335 {
336 "name": "$result", 336 "name": "$result",
337 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 337 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
338 "recipe_result": null, 338 "recipe_result": null,
339 "status_code": 1 339 "status_code": 1
340 } 340 }
341 ] 341 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/no_tests.json ('k') | scripts/slave/recipes/webrtc/ios.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698