Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2360203004: Add swarming task for upload_dm_results (Closed)
Patch Set: Fix gzip Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\" , \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia bot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\" , \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia bot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "@@@STEP_LOG_LINE@json.output@}@@@", 691 "@@@STEP_LOG_LINE@json.output@}@@@",
692 "@@@STEP_LOG_END@json.output@@@", 692 "@@@STEP_LOG_END@json.output@@@",
693 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 693 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
694 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 694 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
695 ] 695 ]
696 }, 696 },
697 { 697 {
698 "cmd": [ 698 "cmd": [
699 "python", 699 "python",
700 "-u", 700 "-u",
701 "\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",
702 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
703 ],
704 "env": {
705 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
706 },
707 "name": "rmtree test_skia",
708 "~followup_annotations": [
709 "@@@STEP_LOG_LINE@python.inline@@@@",
710 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
711 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
712 "@@@STEP_LOG_LINE@python.inline@@@@",
713 "@@@STEP_LOG_LINE@python.inline@@@@",
714 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
715 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
716 "@@@STEP_LOG_END@python.inline@@@"
717 ]
718 },
719 {
720 "cmd": [
721 "python",
722 "-u",
723 "[SLAVE_BUILD]/swarming.client/swarming.py", 701 "[SLAVE_BUILD]/swarming.client/swarming.py",
724 "collect", 702 "collect",
725 "--swarming", 703 "--swarming",
726 "https://chromium-swarm.appspot.com", 704 "https://chromium-swarm.appspot.com",
727 "--decorate", 705 "--decorate",
728 "--print-status-updates", 706 "--print-status-updates",
729 "--json", 707 "--json",
730 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU- AVX2-x86_64-Debug-MSAN/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-Cl ang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", 708 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU- AVX2-x86_64-Debug-MSAN/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-Cl ang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
731 "--task-summary-json", 709 "--task-summary-json",
732 "/path/to/tmp/json", 710 "/path/to/tmp/json"
733 "--task-output-dir",
734 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
735 ], 711 ],
736 "name": "test_skia on Ubuntu", 712 "name": "test_skia on Ubuntu",
737 "~followup_annotations": [ 713 "~followup_annotations": [
738 "@@@STEP_TEXT@swarming pending 71s@@@", 714 "@@@STEP_TEXT@swarming pending 71s@@@",
739 "@@@STEP_LOG_LINE@json.output@{@@@", 715 "@@@STEP_LOG_LINE@json.output@{@@@",
740 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 716 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
741 "@@@STEP_LOG_LINE@json.output@ {@@@", 717 "@@@STEP_LOG_LINE@json.output@ {@@@",
742 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 718 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
743 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 719 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
744 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 720 "@@@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
777 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 753 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
778 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 754 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
779 ] 755 ]
780 }, 756 },
781 { 757 {
782 "name": "$result", 758 "name": "$result",
783 "recipe_result": null, 759 "recipe_result": null,
784 "status_code": 0 760 "status_code": 0
785 } 761 }
786 ] 762 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698