OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "-u", | 157 "-u", |
158 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 158 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
159 "--build-dir", | 159 "--build-dir", |
160 "[SLAVE_BUILD]\\src\\out\\Debug", | 160 "[SLAVE_BUILD]\\src\\out\\Debug", |
161 "--clean-isolated-files" | 161 "--clean-isolated-files" |
162 ], | 162 ], |
163 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
164 "name": "clean isolated files" | 164 "name": "clean isolated files" |
165 }, | 165 }, |
166 { | 166 { |
167 "allow_subannotations": true, | 167 "name": "$final_result", |
168 "cmd": [ | 168 "reason": "Misconfigured bot: no compile targets", |
169 "python", | 169 "status_code": 1 |
170 "-u", | |
171 "[BUILD]\\scripts\\slave\\clang_revision.py", | |
172 "--src-dir", | |
173 "[SLAVE_BUILD]\\src", | |
174 "--output-json", | |
175 "/path/to/tmp/json" | |
176 ], | |
177 "cwd": "[SLAVE_BUILD]", | |
178 "name": "clang_revision", | |
179 "~followup_annotations": [ | |
180 "@@@STEP_LOG_LINE@json.output@{@@@", | |
181 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
182 "@@@STEP_LOG_LINE@json.output@}@@@", | |
183 "@@@STEP_LOG_END@json.output@@@" | |
184 ] | |
185 }, | |
186 { | |
187 "cmd": [ | |
188 "python", | |
189 "-u", | |
190 "[BUILD]\\scripts\\slave\\compile.py", | |
191 "--target", | |
192 "Debug", | |
193 "--src-dir", | |
194 "[SLAVE_BUILD]\\src", | |
195 "--build-tool", | |
196 "ninja", | |
197 "--compiler", | |
198 "clang", | |
199 "--" | |
200 ], | |
201 "cwd": "[SLAVE_BUILD]", | |
202 "name": "compile" | |
203 }, | |
204 { | |
205 "cmd": [ | |
206 "python", | |
207 "-u", | |
208 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | |
209 "--build-dir", | |
210 "[SLAVE_BUILD]\\src\\out\\Debug", | |
211 "--src-dir", | |
212 "[SLAVE_BUILD]\\src" | |
213 ], | |
214 "cwd": "[SLAVE_BUILD]", | |
215 "name": "remove_build_metadata" | |
216 }, | |
217 { | |
218 "cmd": [ | |
219 "python", | |
220 "-u", | |
221 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | |
222 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | |
223 "batcharchive", | |
224 "--dump-json", | |
225 "/path/to/tmp/json", | |
226 "--isolate-server", | |
227 "https://isolateserver.appspot.com", | |
228 "--verbose", | |
229 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" | |
230 ], | |
231 "cwd": "[SLAVE_BUILD]", | |
232 "name": "isolate tests", | |
233 "~followup_annotations": [ | |
234 "@@@STEP_LOG_LINE@json.output@{@@@", | |
235 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | |
236 "@@@STEP_LOG_LINE@json.output@}@@@", | |
237 "@@@STEP_LOG_END@json.output@@@" | |
238 ] | |
239 }, | |
240 { | |
241 "allow_subannotations": true, | |
242 "cmd": [ | |
243 "python", | |
244 "-u", | |
245 "[BUILD]\\scripts\\slave\\zip_build.py", | |
246 "--target", | |
247 "Debug", | |
248 "--build-url", | |
249 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(dbg)", | |
250 "--build_revision", | |
251 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
252 "--factory-properties", | |
253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
254 "--build-properties", | |
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | |
256 ], | |
257 "cwd": "[SLAVE_BUILD]", | |
258 "name": "package build" | |
259 }, | |
260 { | |
261 "cmd": [], | |
262 "cwd": "[SLAVE_BUILD]", | |
263 "name": "trigger", | |
264 "trigger_specs": [ | |
265 { | |
266 "builder_name": "CrWinClang(dbg) tester" | |
267 } | |
268 ], | |
269 "~followup_annotations": [ | |
270 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | |
271 ] | |
272 } | 170 } |
273 ] | 171 ] |
OLD | NEW |