| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
| 7 "{\"buildername\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-
Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-
Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-swarm-000\"}" |
| 8 ], | 8 ], |
| 9 "name": "print properties", | 9 "name": "print properties", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 "@@@STEP_LOG_LINE@json.output@}@@@", | 664 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 665 "@@@STEP_LOG_END@json.output@@@", | 665 "@@@STEP_LOG_END@json.output@@@", |
| 666 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 666 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 667 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" | 667 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" |
| 668 ] | 668 ] |
| 669 }, | 669 }, |
| 670 { | 670 { |
| 671 "cmd": [ | 671 "cmd": [ |
| 672 "python", | 672 "python", |
| 673 "-u", | 673 "-u", |
| 674 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | |
| 675 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | |
| 676 ], | |
| 677 "env": { | |
| 678 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" | |
| 679 }, | |
| 680 "name": "rmtree test_skia", | |
| 681 "~followup_annotations": [ | |
| 682 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 683 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 684 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 685 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 686 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 687 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 688 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 689 "@@@STEP_LOG_END@python.inline@@@" | |
| 690 ] | |
| 691 }, | |
| 692 { | |
| 693 "cmd": [ | |
| 694 "python", | |
| 695 "-u", | |
| 696 "[SLAVE_BUILD]/swarming.client/swarming.py", | 674 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 697 "collect", | 675 "collect", |
| 698 "--swarming", | 676 "--swarming", |
| 699 "https://chromium-swarm.appspot.com", | 677 "https://chromium-swarm.appspot.com", |
| 700 "--decorate", | 678 "--decorate", |
| 701 "--print-status-updates", | 679 "--print-status-updates", |
| 702 "--json", | 680 "--json", |
| 703 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-G
PU-GTX550Ti-x86_64-Release-Valgrind/5\", \"tasks\": {\"test_skia/Ubuntu/def456/T
est-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {\"shard_index
\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co
m/user/task/10000\"}}}", | 681 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-G
PU-GTX550Ti-x86_64-Release-Valgrind/5\", \"tasks\": {\"test_skia/Ubuntu/def456/T
est-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {\"shard_index
\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co
m/user/task/10000\"}}}", |
| 704 "--task-summary-json", | 682 "--task-summary-json", |
| 705 "/path/to/tmp/json", | 683 "/path/to/tmp/json" |
| 706 "--task-output-dir", | |
| 707 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | |
| 708 ], | 684 ], |
| 709 "name": "test_skia on Ubuntu", | 685 "name": "test_skia on Ubuntu", |
| 710 "~followup_annotations": [ | 686 "~followup_annotations": [ |
| 711 "@@@STEP_TEXT@swarming pending 71s@@@", | 687 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 712 "@@@STEP_LOG_LINE@json.output@{@@@", | 688 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 713 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 689 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 714 "@@@STEP_LOG_LINE@json.output@ {@@@", | 690 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 715 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 691 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 716 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 692 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 717 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 693 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 726 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 751 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 727 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 752 ] | 728 ] |
| 753 }, | 729 }, |
| 754 { | 730 { |
| 755 "name": "$result", | 731 "name": "$result", |
| 756 "recipe_result": null, | 732 "recipe_result": null, |
| 757 "status_code": 0 | 733 "status_code": 0 |
| 758 } | 734 } |
| 759 ] | 735 ] |
| OLD | NEW |