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