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