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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "-u", | 278 "-u", |
279 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 279 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
280 ], | 280 ], |
281 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
282 "name": "cleanup_temp" | 282 "name": "cleanup_temp" |
283 }, | 283 }, |
284 { | 284 { |
285 "cmd": [ | 285 "cmd": [ |
286 "python", | 286 "python", |
287 "-u", | 287 "-u", |
288 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 288 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
289 "--build-dir", | 289 "--build-dir", |
290 "[SLAVE_BUILD]\\src\\out\\Release", | 290 "[SLAVE_BUILD]\\src\\out\\Release", |
291 "--clean-isolated-files" | 291 "--clean-isolated-files" |
292 ], | 292 ], |
293 "cwd": "[SLAVE_BUILD]", | 293 "cwd": "[SLAVE_BUILD]", |
294 "name": "clean isolated files" | 294 "name": "clean isolated files" |
295 }, | 295 }, |
296 { | 296 { |
297 "cmd": [ | 297 "cmd": [ |
298 "python", | 298 "python", |
(...skipping 24 matching lines...) Expand all Loading... |
323 "name": "compile (with patch)", | 323 "name": "compile (with patch)", |
324 "~followup_annotations": [ | 324 "~followup_annotations": [ |
325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
326 "@@@STEP_LOG_END@json.output (invalid)@@@" | 326 "@@@STEP_LOG_END@json.output (invalid)@@@" |
327 ] | 327 ] |
328 }, | 328 }, |
329 { | 329 { |
330 "cmd": [ | 330 "cmd": [ |
331 "python", | 331 "python", |
332 "-u", | 332 "-u", |
333 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 333 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
334 "--build-dir", | 334 "--build-dir", |
335 "[SLAVE_BUILD]\\src\\out\\Release", | 335 "[SLAVE_BUILD]\\src\\out\\Release", |
336 "--src-dir", | 336 "--src-dir", |
337 "[SLAVE_BUILD]\\src" | 337 "[SLAVE_BUILD]\\src" |
338 ], | 338 ], |
339 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
340 "name": "remove_build_metadata" | 340 "name": "remove_build_metadata" |
341 }, | 341 }, |
342 { | 342 { |
343 "cmd": [ | 343 "cmd": [ |
344 "python", | 344 "python", |
345 "-u", | 345 "-u", |
346 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 346 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
347 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 347 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
348 "batcharchive", | 348 "batcharchive", |
349 "--dump-json", | 349 "--dump-json", |
350 "/path/to/tmp/json", | 350 "/path/to/tmp/json", |
351 "--isolate-server", | 351 "--isolate-server", |
352 "https://isolateserver.appspot.com", | 352 "https://isolateserver.appspot.com", |
353 "--verbose", | 353 "--verbose", |
354 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json" | 354 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json" |
355 ], | 355 ], |
356 "cwd": "[SLAVE_BUILD]", | 356 "cwd": "[SLAVE_BUILD]", |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 "@@@STEP_LOG_LINE@json.output@}@@@", | 549 "@@@STEP_LOG_LINE@json.output@}@@@", |
550 "@@@STEP_LOG_END@json.output@@@", | 550 "@@@STEP_LOG_END@json.output@@@", |
551 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 551 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
552 ] | 552 ] |
553 }, | 553 }, |
554 { | 554 { |
555 "allow_subannotations": true, | 555 "allow_subannotations": true, |
556 "cmd": [ | 556 "cmd": [ |
557 "python", | 557 "python", |
558 "-u", | 558 "-u", |
559 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 559 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
560 "--swarming-client-dir", | 560 "--swarming-client-dir", |
561 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 561 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
562 "--temp-root-dir", | 562 "--temp-root-dir", |
563 "[TMP_BASE]", | 563 "[TMP_BASE]", |
564 "--merged-test-output", | 564 "--merged-test-output", |
565 "/path/to/tmp/json", | 565 "/path/to/tmp/json", |
566 "--", | 566 "--", |
567 "collect", | 567 "collect", |
568 "--swarming", | 568 "--swarming", |
569 "https://chromium-swarm.appspot.com", | 569 "https://chromium-swarm.appspot.com", |
570 "--decorate", | 570 "--decorate", |
571 "--print-status-updates", | 571 "--print-status-updates", |
572 "--shards", | 572 "--shards", |
573 "1", | 573 "1", |
574 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/
win_chromium_rel_ng/571" | 574 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/
win_chromium_rel_ng/571" |
575 ], | 575 ], |
576 "cwd": "[SLAVE_BUILD]", | 576 "cwd": "[SLAVE_BUILD]", |
577 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 577 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
578 "~followup_annotations": [ | 578 "~followup_annotations": [ |
579 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 579 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
580 ] | 580 ] |
581 }, | 581 }, |
582 { | 582 { |
583 "cmd": [ | 583 "cmd": [ |
584 "python", | 584 "python", |
585 "-u", | 585 "-u", |
586 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 586 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
587 "--input-gtest-json", | 587 "--input-gtest-json", |
588 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 588 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
589 "--master-name", | 589 "--master-name", |
590 "tryserver.chromium.win", | 590 "tryserver.chromium.win", |
591 "--builder-name", | 591 "--builder-name", |
592 "win_chromium_rel_ng", | 592 "win_chromium_rel_ng", |
593 "--build-number", | 593 "--build-number", |
594 "571", | 594 "571", |
595 "--test-type", | 595 "--test-type", |
596 "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", | 596 "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", |
597 "--test-results-server", | 597 "--test-results-server", |
598 "test-results.appspot.com", | 598 "test-results.appspot.com", |
599 "--chrome-revision", | 599 "--chrome-revision", |
600 "170242" | 600 "170242" |
601 ], | 601 ], |
602 "cwd": "[SLAVE_BUILD]", | 602 "cwd": "[SLAVE_BUILD]", |
603 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Windows (w
ith patch) on Windows]" | 603 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Windows (w
ith patch) on Windows]" |
604 }, | 604 }, |
605 { | 605 { |
606 "allow_subannotations": true, | 606 "allow_subannotations": true, |
607 "cmd": [ | 607 "cmd": [ |
608 "python", | 608 "python", |
609 "-u", | 609 "-u", |
610 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 610 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
611 "--swarming-client-dir", | 611 "--swarming-client-dir", |
612 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 612 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
613 "--temp-root-dir", | 613 "--temp-root-dir", |
614 "[TMP_BASE]", | 614 "[TMP_BASE]", |
615 "--merged-test-output", | 615 "--merged-test-output", |
616 "/path/to/tmp/json", | 616 "/path/to/tmp/json", |
617 "--", | 617 "--", |
618 "collect", | 618 "collect", |
619 "--swarming", | 619 "--swarming", |
620 "https://chromium-swarm.appspot.com", | 620 "https://chromium-swarm.appspot.com", |
621 "--decorate", | 621 "--decorate", |
622 "--print-status-updates", | 622 "--print-status-updates", |
623 "--shards", | 623 "--shards", |
624 "1", | 624 "1", |
625 "angle_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" | 625 "angle_unittests on ATI GPU on Windows (with patch)/Windows/[dummy has/win
_chromium_rel_ng/571" |
626 ], | 626 ], |
627 "cwd": "[SLAVE_BUILD]", | 627 "cwd": "[SLAVE_BUILD]", |
628 "name": "angle_unittests on ATI GPU on Windows (with patch) on Windows", | 628 "name": "angle_unittests on ATI GPU on Windows (with patch) on Windows", |
629 "~followup_annotations": [ | 629 "~followup_annotations": [ |
630 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 630 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
631 ] | 631 ] |
632 }, | 632 }, |
633 { | 633 { |
634 "cmd": [ | 634 "cmd": [ |
635 "python", | 635 "python", |
636 "-u", | 636 "-u", |
637 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 637 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
638 "--input-gtest-json", | 638 "--input-gtest-json", |
639 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 639 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
640 "--master-name", | 640 "--master-name", |
641 "tryserver.chromium.win", | 641 "tryserver.chromium.win", |
642 "--builder-name", | 642 "--builder-name", |
643 "win_chromium_rel_ng", | 643 "win_chromium_rel_ng", |
644 "--build-number", | 644 "--build-number", |
645 "571", | 645 "571", |
646 "--test-type", | 646 "--test-type", |
647 "angle_unittests on ATI GPU on Windows (with patch) on Windows", | 647 "angle_unittests on ATI GPU on Windows (with patch) on Windows", |
(...skipping 15 matching lines...) Expand all Loading... |
663 ], | 663 ], |
664 "cwd": "[SLAVE_BUILD]", | 664 "cwd": "[SLAVE_BUILD]", |
665 "name": "process_dumps" | 665 "name": "process_dumps" |
666 }, | 666 }, |
667 { | 667 { |
668 "name": "$result", | 668 "name": "$result", |
669 "recipe_result": null, | 669 "recipe_result": null, |
670 "status_code": 0 | 670 "status_code": 0 |
671 } | 671 } |
672 ] | 672 ] |
OLD | NEW |