OLD | NEW |
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 120 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
121 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 121 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
122 "@@@STEP_LOG_LINE@json.output@}@@@", | 122 "@@@STEP_LOG_LINE@json.output@}@@@", |
123 "@@@STEP_LOG_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
124 ] | 124 ] |
125 }, | 125 }, |
126 { | 126 { |
127 "cmd": [ | 127 "cmd": [ |
128 "echo", | 128 "echo", |
129 "-e", | 129 "-e", |
130 "{\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 \"compiler\": \"xcodebuild\", \n \"configu
ration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n
{\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n
\"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n
\"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"tri
ggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" | 130 "{\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 \"compiler\": \"xcodebuild\", \n \"configu
ration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \
"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"
fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake te
sts 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n
}\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\
"\n}" |
131 ], | 131 ], |
132 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
133 "name": "finalize build config" | 133 "name": "finalize build config" |
134 }, | 134 }, |
135 { | 135 { |
136 "cmd": [ | 136 "cmd": [ |
137 "[BUILD]/scripts/slave/ios/find_xcode.py", | 137 "[BUILD]/scripts/slave/ios/find_xcode.py", |
138 "--json-file", | 138 "--json-file", |
139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
140 "--version", | 140 "--version", |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 "@@@STEP_LOG_END@fake log@@@", | 250 "@@@STEP_LOG_END@fake log@@@", |
251 "@@@STEP_LINK@fake URL text@fake URL@@@" | 251 "@@@STEP_LINK@fake URL text@fake URL@@@" |
252 ] | 252 ] |
253 }, | 253 }, |
254 { | 254 { |
255 "name": "$final_result", | 255 "name": "$final_result", |
256 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 256 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
257 "status_code": 1 | 257 "status_code": 1 |
258 } | 258 } |
259 ] | 259 ] |
OLD | NEW |