| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 136 "@@@STEP_LOG_LINE@json.output@}@@@", | 136 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "echo", | 142 "echo", |
| 143 "-e", | 143 "-e", |
| 144 "{\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\", \n \"device type\": \"fake device\", \n
\"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"triggered by\
": \"parent\", \n \"xcode version\": \"fake xcode version\"\n}" | 144 "{\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\", \n \"device type\": \"fa
ke device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n
\"triggered by\": \"parent\", \n \"xcode version\": \"fake xcode version\"\n}
" |
| 145 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "finalize build config" | 147 "name": "finalize build config" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "cmd": [ | 150 "cmd": [ |
| 151 "[BUILD]/scripts/slave/ios/find_xcode.py", | 151 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 152 "--json-file", | 152 "--json-file", |
| 153 "/path/to/tmp/json", | 153 "/path/to/tmp/json", |
| 154 "--version", | 154 "--version", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "@@@STEP_LOG_LINE@json.output@ }@@@", | 222 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@}@@@", | 223 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 224 "@@@STEP_LOG_END@json.output@@@", | 224 "@@@STEP_LOG_END@json.output@@@", |
| 225 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 225 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 226 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 226 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 227 "@@@STEP_LOG_END@fake log@@@", | 227 "@@@STEP_LOG_END@fake log@@@", |
| 228 "@@@STEP_LINK@fake URL text@fake URL@@@" | 228 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 229 ] | 229 ] |
| 230 } | 230 } |
| 231 ] | 231 ] |
| OLD | NEW |