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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_success.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "@@@STEP_LOG_LINE@json.output@ ], @@@", 144 "@@@STEP_LOG_LINE@json.output@ ], @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
146 "@@@STEP_LOG_LINE@json.output@}@@@", 146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "echo", 152 "echo",
153 "-e", 153 "-e",
154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \" app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"x code version\": \"fake xcode version\"\n}" 154 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"test s\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake de vice\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"x code version\": \"fake xcode version\"\n}"
155 ], 155 ],
156 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
157 "name": "finalize build config" 157 "name": "finalize build config"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "[BUILD]/scripts/slave/ios/find_xcode.py", 161 "[BUILD]/scripts/slave/ios/find_xcode.py",
162 "--json-file", 162 "--json-file",
163 "/path/to/tmp/json", 163 "/path/to/tmp/json",
164 "--version", 164 "--version",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "~followup_annotations": [ 392 "~followup_annotations": [
393 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 393 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
394 ] 394 ]
395 }, 395 },
396 { 396 {
397 "name": "$result", 397 "name": "$result",
398 "reason": "Step('compile (with patch)') failed with return_code 1", 398 "reason": "Step('compile (with patch)') failed with return_code 1",
399 "status_code": 1 399 "status_code": 1
400 } 400 }
401 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698