OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Mac Builder", | 10 "WebKit Mac Builder", |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 "-u", | 217 "-u", |
218 "[BUILD]/scripts/slave/cleanup_temp.py" | 218 "[BUILD]/scripts/slave/cleanup_temp.py" |
219 ], | 219 ], |
220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
221 "name": "cleanup_temp" | 221 "name": "cleanup_temp" |
222 }, | 222 }, |
223 { | 223 { |
224 "cmd": [ | 224 "cmd": [ |
225 "python", | 225 "python", |
226 "-u", | 226 "-u", |
227 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 227 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
228 "--build-dir", | 228 "--build-dir", |
229 "[SLAVE_BUILD]/src/out/Release", | 229 "[SLAVE_BUILD]/src/out/Release", |
230 "--clean-isolated-files" | 230 "--clean-isolated-files" |
231 ], | 231 ], |
232 "cwd": "[SLAVE_BUILD]", | 232 "cwd": "[SLAVE_BUILD]", |
233 "name": "clean isolated files" | 233 "name": "clean isolated files" |
234 }, | 234 }, |
235 { | 235 { |
236 "cmd": [ | 236 "cmd": [ |
237 "python", | 237 "python", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 "name": "compile", | 299 "name": "compile", |
300 "~followup_annotations": [ | 300 "~followup_annotations": [ |
301 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 301 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
302 "@@@STEP_LOG_END@json.output (invalid)@@@" | 302 "@@@STEP_LOG_END@json.output (invalid)@@@" |
303 ] | 303 ] |
304 }, | 304 }, |
305 { | 305 { |
306 "cmd": [ | 306 "cmd": [ |
307 "python", | 307 "python", |
308 "-u", | 308 "-u", |
309 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 309 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
310 "--build-dir", | 310 "--build-dir", |
311 "[SLAVE_BUILD]/src/out/Release", | 311 "[SLAVE_BUILD]/src/out/Release", |
312 "--src-dir", | 312 "--src-dir", |
313 "[SLAVE_BUILD]/src" | 313 "[SLAVE_BUILD]/src" |
314 ], | 314 ], |
315 "cwd": "[SLAVE_BUILD]", | 315 "cwd": "[SLAVE_BUILD]", |
316 "name": "remove_build_metadata" | 316 "name": "remove_build_metadata" |
317 }, | 317 }, |
318 { | 318 { |
319 "cmd": [ | 319 "cmd": [ |
320 "python", | 320 "python", |
321 "-u", | 321 "-u", |
322 "RECIPE_MODULE[isolate]/resources/isolate.py", | 322 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
323 "[SLAVE_BUILD]/src/tools/swarming_client", | 323 "[SLAVE_BUILD]/src/tools/swarming_client", |
324 "batcharchive", | 324 "batcharchive", |
325 "--dump-json", | 325 "--dump-json", |
326 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
327 "--isolate-server", | 327 "--isolate-server", |
328 "https://isolateserver.appspot.com", | 328 "https://isolateserver.appspot.com", |
329 "--verbose", | 329 "--verbose", |
330 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 330 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
331 ], | 331 ], |
332 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 "~followup_annotations": [ | 494 "~followup_annotations": [ |
495 "@@@STEP_TEXT@WebKit Mac10.9@@@" | 495 "@@@STEP_TEXT@WebKit Mac10.9@@@" |
496 ] | 496 ] |
497 }, | 497 }, |
498 { | 498 { |
499 "name": "$result", | 499 "name": "$result", |
500 "recipe_result": null, | 500 "recipe_result": null, |
501 "status_code": 0 | 501 "status_code": 0 |
502 } | 502 } |
503 ] | 503 ] |
OLD | NEW |