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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android GN (dbg)", | 10 "Android GN (dbg)", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "--config-file", | 172 "--config-file", |
173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
174 "--goma-dir", | 174 "--goma-dir", |
175 "[BUILD]/goma", | 175 "[BUILD]/goma", |
176 "//out/Debug" | 176 "//out/Debug" |
177 ], | 177 ], |
178 "cwd": "[SLAVE_BUILD]", | 178 "cwd": "[SLAVE_BUILD]", |
179 "name": "generate_build_files" | 179 "name": "generate_build_files" |
180 }, | 180 }, |
181 { | 181 { |
182 "cmd": [ | 182 "name": "$final_result", |
183 "python", | 183 "reason": "Misconfigured bot: no compile targets", |
184 "-u", | 184 "status_code": 1 |
185 "[BUILD]/scripts/slave/compile.py", | |
186 "--target", | |
187 "Debug", | |
188 "--src-dir", | |
189 "[SLAVE_BUILD]/src", | |
190 "--build-tool", | |
191 "ninja", | |
192 "--compiler", | |
193 "goma", | |
194 "--goma-dir", | |
195 "[BUILD]/goma", | |
196 "--" | |
197 ], | |
198 "cwd": "[SLAVE_BUILD]", | |
199 "env": { | |
200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
201 }, | |
202 "name": "compile" | |
203 } | 185 } |
204 ] | 186 ] |
OLD | NEW |