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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTiOS", | 10 "ClangToTiOS", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "-u", | 118 "-u", |
119 "[BUILD]/scripts/slave/cleanup_temp.py" | 119 "[BUILD]/scripts/slave/cleanup_temp.py" |
120 ], | 120 ], |
121 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
122 "name": "cleanup_temp" | 122 "name": "cleanup_temp" |
123 }, | 123 }, |
124 { | 124 { |
125 "cmd": [ | 125 "cmd": [ |
126 "python", | 126 "python", |
127 "-u", | 127 "-u", |
128 "[BUILD]/scripts/slave/compile.py", | 128 "import sys; sys.exit(1)" |
129 "--target", | |
130 "Release-iphoneos", | |
131 "--src-dir", | |
132 "[SLAVE_BUILD]/src", | |
133 "--build-tool", | |
134 "ninja", | |
135 "--", | |
136 "all" | |
137 ], | 129 ], |
138 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
139 "env": { | 131 "name": "compile", |
140 "LLVM_FORCE_HEAD_REVISION": "YES" | 132 "~followup_annotations": [ |
141 }, | 133 "step returned non-zero exit code: 1", |
142 "name": "compile" | 134 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", |
| 135 "@@@STEP_FAILURE@@@" |
| 136 ] |
| 137 }, |
| 138 { |
| 139 "name": "$final_result", |
| 140 "reason": "Step('compile') failed with return_code 1", |
| 141 "status_code": 1 |
143 } | 142 } |
144 ] | 143 ] |
OLD | NEW |