| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fake", | 8 "chromium.fake", |
| 9 "--builder", | 9 "--builder", |
| 10 "ios", | 10 "ios", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 84 "@@@STEP_LOG_END@json.output@@@" | 84 "@@@STEP_LOG_END@json.output@@@" |
| 85 ] | 85 ] |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "echo", | 89 "echo", |
| 90 "-e", | 90 "-e", |
| 91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De
bug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered b
ots\": {}, \n \"xcode version\": \"6.1.1\"\n}" | 91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De
bug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [],
\n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}" |
| 92 ], | 92 ], |
| 93 "cwd": "[SLAVE_BUILD]", | 93 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "finalize build config" | 94 "name": "finalize build config" |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 "cmd": [ | 97 "cmd": [ |
| 98 "[BUILD]/scripts/slave/ios/find_xcode.py", | 98 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 99 "--json-file", | 99 "--json-file", |
| 100 "/path/to/tmp/json", | 100 "/path/to/tmp/json", |
| 101 "--version", | 101 "--version", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "Debug", | 134 "Debug", |
| 135 "-project", | 135 "-project", |
| 136 "[SLAVE_BUILD]/src/build/all.xcodeproj", | 136 "[SLAVE_BUILD]/src/build/all.xcodeproj", |
| 137 "-sdk", | 137 "-sdk", |
| 138 "iphonesimulator8.1" | 138 "iphonesimulator8.1" |
| 139 ], | 139 ], |
| 140 "cwd": "[SLAVE_BUILD]/src/xcodebuild", | 140 "cwd": "[SLAVE_BUILD]/src/xcodebuild", |
| 141 "name": "compile" | 141 "name": "compile" |
| 142 } | 142 } |
| 143 ] | 143 ] |
| OLD | NEW |