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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 "-u", | 158 "-u", |
159 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 159 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
160 "--build-dir", | 160 "--build-dir", |
161 "[SLAVE_BUILD]\\src\\out\\Release", | 161 "[SLAVE_BUILD]\\src\\out\\Release", |
162 "--clean-isolated-files" | 162 "--clean-isolated-files" |
163 ], | 163 ], |
164 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
165 "name": "clean isolated files" | 165 "name": "clean isolated files" |
166 }, | 166 }, |
167 { | 167 { |
168 "allow_subannotations": true, | 168 "name": "$final_result", |
169 "cmd": [ | 169 "reason": "Misconfigured bot: no compile targets", |
170 "python", | 170 "status_code": 1 |
171 "-u", | |
172 "[BUILD]\\scripts\\slave\\clang_revision.py", | |
173 "--src-dir", | |
174 "[SLAVE_BUILD]\\src", | |
175 "--output-json", | |
176 "/path/to/tmp/json" | |
177 ], | |
178 "cwd": "[SLAVE_BUILD]", | |
179 "env": { | |
180 "LLVM_FORCE_HEAD_REVISION": "YES" | |
181 }, | |
182 "name": "clang_revision", | |
183 "~followup_annotations": [ | |
184 "@@@STEP_LOG_LINE@json.output@{@@@", | |
185 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
186 "@@@STEP_LOG_LINE@json.output@}@@@", | |
187 "@@@STEP_LOG_END@json.output@@@" | |
188 ] | |
189 }, | |
190 { | |
191 "cmd": [ | |
192 "python", | |
193 "-u", | |
194 "[BUILD]\\scripts\\slave\\compile.py", | |
195 "--target", | |
196 "Release", | |
197 "--src-dir", | |
198 "[SLAVE_BUILD]\\src", | |
199 "--build-tool", | |
200 "ninja", | |
201 "--compiler", | |
202 "clang", | |
203 "--" | |
204 ], | |
205 "cwd": "[SLAVE_BUILD]", | |
206 "env": { | |
207 "LLVM_FORCE_HEAD_REVISION": "YES" | |
208 }, | |
209 "name": "compile" | |
210 }, | |
211 { | |
212 "cmd": [ | |
213 "python", | |
214 "-u", | |
215 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | |
216 "--build-dir", | |
217 "[SLAVE_BUILD]\\src\\out\\Release", | |
218 "--src-dir", | |
219 "[SLAVE_BUILD]\\src" | |
220 ], | |
221 "cwd": "[SLAVE_BUILD]", | |
222 "name": "remove_build_metadata" | |
223 }, | |
224 { | |
225 "cmd": [ | |
226 "python", | |
227 "-u", | |
228 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | |
229 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | |
230 "batcharchive", | |
231 "--dump-json", | |
232 "/path/to/tmp/json", | |
233 "--isolate-server", | |
234 "https://isolateserver.appspot.com", | |
235 "--verbose", | |
236 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | |
237 ], | |
238 "cwd": "[SLAVE_BUILD]", | |
239 "name": "isolate tests", | |
240 "~followup_annotations": [ | |
241 "@@@STEP_LOG_LINE@json.output@{@@@", | |
242 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | |
243 "@@@STEP_LOG_LINE@json.output@}@@@", | |
244 "@@@STEP_LOG_END@json.output@@@" | |
245 ] | |
246 }, | |
247 { | |
248 "allow_subannotations": true, | |
249 "cmd": [ | |
250 "python", | |
251 "-u", | |
252 "[BUILD]\\scripts\\slave\\zip_build.py", | |
253 "--target", | |
254 "Release", | |
255 "--build-url", | |
256 "gs://chromium-fyi-archive/chromium.fyi/ClangToTWin(dll)", | |
257 "--build_revision", | |
258 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
259 "--factory-properties", | |
260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dll)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
261 "--build-properties", | |
262 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dll)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | |
263 ], | |
264 "cwd": "[SLAVE_BUILD]", | |
265 "name": "package build" | |
266 }, | |
267 { | |
268 "cmd": [], | |
269 "cwd": "[SLAVE_BUILD]", | |
270 "name": "trigger", | |
271 "trigger_specs": [ | |
272 { | |
273 "builder_name": "ClangToTWin(dll) tester" | |
274 } | |
275 ], | |
276 "~followup_annotations": [ | |
277 "@@@STEP_TEXT@ClangToTWin(dll) tester@@@" | |
278 ] | |
279 }, | |
280 { | |
281 "cmd": [ | |
282 "python", | |
283 "-u", | |
284 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | |
285 "--target", | |
286 "Release" | |
287 ], | |
288 "cwd": "[SLAVE_BUILD]", | |
289 "name": "start_crash_service" | |
290 }, | |
291 { | |
292 "allow_subannotations": true, | |
293 "cmd": [ | |
294 "python", | |
295 "-u", | |
296 "[BUILD]\\scripts\\slave\\runtest.py", | |
297 "--target", | |
298 "Release", | |
299 "--no-xvfb", | |
300 "--factory-properties", | |
301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dll)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
302 "--build-properties", | |
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dll)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
304 "--annotate=graphing", | |
305 "--test-type=sizes", | |
306 "--builder-name=ClangToTWin(dll)", | |
307 "--slave-name=TestSlavename", | |
308 "--build-number=571", | |
309 "--run-python-script", | |
310 "--results-url=https://chromeperf.appspot.com", | |
311 "--perf-dashboard-id=sizes", | |
312 "--perf-id=ClangToTWin(dll)", | |
313 "--perf-config={'r_clang_rev': '123456'}", | |
314 "[BUILD]\\scripts\\slave\\chromium\\sizes.py", | |
315 "--target", | |
316 "Release", | |
317 "--platform", | |
318 "win" | |
319 ], | |
320 "cwd": "[SLAVE_BUILD]", | |
321 "name": "sizes" | |
322 }, | |
323 { | |
324 "cmd": [ | |
325 "python", | |
326 "-u", | |
327 "[BUILD]\\scripts\\slave\\process_dumps.py", | |
328 "--target", | |
329 "Release" | |
330 ], | |
331 "cwd": "[SLAVE_BUILD]", | |
332 "name": "process_dumps" | |
333 } | 171 } |
334 ] | 172 ] |
OLD | NEW |