| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 { | 209 { |
| 210 "cmd": [ | 210 "cmd": [ |
| 211 "python", | 211 "python", |
| 212 "-u", | 212 "-u", |
| 213 "[SLAVE_BUILD]/swarming.client/swarming.py", | 213 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 214 "--version" | 214 "--version" |
| 215 ], | 215 ], |
| 216 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
| 217 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_TEXT@0.4.10@@@" | 219 "@@@STEP_TEXT@0.8.6@@@" |
| 220 ] | 220 ] |
| 221 }, | 221 }, |
| 222 { | 222 { |
| 223 "cmd": [ | 223 "cmd": [ |
| 224 "download_from_google_storage", | 224 "download_from_google_storage", |
| 225 "--no_resume", | 225 "--no_resume", |
| 226 "--platform=linux*", | 226 "--platform=linux*", |
| 227 "--no_auth", | 227 "--no_auth", |
| 228 "--bucket", | 228 "--bucket", |
| 229 "chromium-luci", | 229 "chromium-luci", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "@@@STEP_LOG_LINE@json.output@}@@@", | 396 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 397 "@@@STEP_LOG_END@json.output@@@", | 397 "@@@STEP_LOG_END@json.output@@@", |
| 398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 399 ] | 399 ] |
| 400 }, | 400 }, |
| 401 { | 401 { |
| 402 "cmd": [ | 402 "cmd": [ |
| 403 "python", | 403 "python", |
| 404 "-u", | 404 "-u", |
| 405 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 405 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 406 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash", | 406 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 407 "/path/to/tmp/" | 407 "/path/to/tmp/" |
| 408 ], | 408 ], |
| 409 "name": "Read android_sdk_hash" | 409 "name": "read android_sdk VERSION" |
| 410 }, | 410 }, |
| 411 { | 411 { |
| 412 "cmd": [ | 412 "cmd": [ |
| 413 "python", | 413 "python", |
| 414 "-u", | 414 "-u", |
| 415 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 415 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 416 "/path/to/tmp/json", | 416 "/path/to/tmp/json", |
| 417 "Build-Ubuntu-GCC-Arm7-Release-Android" | 417 "Build-Ubuntu-GCC-Arm7-Release-Android" |
| 418 ], | 418 ], |
| 419 "cwd": "[SLAVE_BUILD]/skia", | 419 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 "@@@STEP_LOG_END@json.output@@@", | 505 "@@@STEP_LOG_END@json.output@@@", |
| 506 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 506 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 507 ] | 507 ] |
| 508 }, | 508 }, |
| 509 { | 509 { |
| 510 "cmd": [ | 510 "cmd": [ |
| 511 "python", | 511 "python", |
| 512 "-u", | 512 "-u", |
| 513 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", | 513 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 514 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 514 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 515 "[dummy hash for isolate_recipes]", | 515 "[dummy hash for isolate_recipes]" |
| 516 "a27a70d73b85191b9e671ff2a44547c3f7cc15ee" | |
| 517 ], | 516 ], |
| 518 "name": "add_isolated_input", | 517 "name": "add_isolated_input", |
| 519 "~followup_annotations": [ | 518 "~followup_annotations": [ |
| 520 "@@@STEP_LOG_LINE@python.inline@@@@", | 519 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 521 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 520 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 522 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 521 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 523 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 522 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 524 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 523 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 525 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", | 524 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 526 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", | 525 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 "master:client.skia", | 586 "master:client.skia", |
| 588 "--tag", | 587 "--tag", |
| 589 "name:compile_skia", | 588 "name:compile_skia", |
| 590 "--tag", | 589 "--tag", |
| 591 "os:Ubuntu", | 590 "os:Ubuntu", |
| 592 "--tag", | 591 "--tag", |
| 593 "slavename:skiabot-linux-swarm-000", | 592 "slavename:skiabot-linux-swarm-000", |
| 594 "--tag", | 593 "--tag", |
| 595 "stepname:compile_skia on Ubuntu", | 594 "stepname:compile_skia on Ubuntu", |
| 596 "--idempotent", | 595 "--idempotent", |
| 596 "--cipd-package", |
| 597 "android_sdk:skia/bots/android_sdk:version:0", |
| 597 "def456", | 598 "def456", |
| 598 "--", | 599 "--", |
| 599 "--workdir", | 600 "--workdir", |
| 600 "../../..", | 601 "../../..", |
| 601 "skia/swarm_compile", | 602 "skia/swarm_compile", |
| 602 "buildername=Build-Ubuntu-GCC-Arm7-Release-Android", | 603 "buildername=Build-Ubuntu-GCC-Arm7-Release-Android", |
| 603 "mastername=client.skia.compile", | 604 "mastername=client.skia.compile", |
| 604 "buildnumber=1", | 605 "buildnumber=1", |
| 605 "slavename=skiabot-dummy-compile-slave", | 606 "slavename=skiabot-dummy-compile-slave", |
| 606 "reason=Triggered by Skia swarm_trigger Recipe", | 607 "reason=Triggered by Skia swarm_trigger Recipe", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 626 { | 627 { |
| 627 "cmd": [ | 628 "cmd": [ |
| 628 "python", | 629 "python", |
| 629 "-u", | 630 "-u", |
| 630 "[SLAVE_BUILD]/swarming.client/swarming.py", | 631 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 631 "collect", | 632 "collect", |
| 632 "--swarming", | 633 "--swarming", |
| 633 "https://chromium-swarm.appspot.com", | 634 "https://chromium-swarm.appspot.com", |
| 634 "--decorate", | 635 "--decorate", |
| 635 "--print-status-updates", | 636 "--print-status-updates", |
| 636 "--shards", | 637 "--json", |
| 637 "1", | 638 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Test-Android-GCC-Nexus7
v2-GPU-Tegra3-Arm7-Release/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Test-An
droid-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release/5\": {\"shard_index\": 0, \"task_id\"
: \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\
"}}}", |
| 638 "compile_skia/Ubuntu/def456/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Rele
ase/5", | |
| 639 "--task-summary-json", | 639 "--task-summary-json", |
| 640 "/path/to/tmp/json" | 640 "/path/to/tmp/json" |
| 641 ], | 641 ], |
| 642 "name": "compile_skia on Ubuntu", | 642 "name": "compile_skia on Ubuntu", |
| 643 "~followup_annotations": [ | 643 "~followup_annotations": [ |
| 644 "@@@STEP_TEXT@swarming pending 71s@@@", | 644 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 645 "@@@STEP_LOG_LINE@json.output@{@@@", | 645 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 646 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 646 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 647 "@@@STEP_LOG_LINE@json.output@ {@@@", | 647 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 648 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 648 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 800 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 801 ] | 801 ] |
| 802 }, | 802 }, |
| 803 { | 803 { |
| 804 "cmd": [ | 804 "cmd": [ |
| 805 "python", | 805 "python", |
| 806 "-u", | 806 "-u", |
| 807 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", | 807 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 808 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 808 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 809 "[dummy hash for isolate_recipes]", | 809 "[dummy hash for isolate_recipes]", |
| 810 "a27a70d73b85191b9e671ff2a44547c3f7cc15ee", | |
| 811 "abc123" | 810 "abc123" |
| 812 ], | 811 ], |
| 813 "name": "add_isolated_input (2)", | 812 "name": "add_isolated_input (2)", |
| 814 "~followup_annotations": [ | 813 "~followup_annotations": [ |
| 815 "@@@STEP_LOG_LINE@python.inline@@@@", | 814 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 816 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 815 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 817 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 816 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 818 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 817 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 819 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 818 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 820 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", | 819 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 { | 938 { |
| 940 "cmd": [ | 939 "cmd": [ |
| 941 "python", | 940 "python", |
| 942 "-u", | 941 "-u", |
| 943 "[SLAVE_BUILD]/swarming.client/swarming.py", | 942 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 944 "collect", | 943 "collect", |
| 945 "--swarming", | 944 "--swarming", |
| 946 "https://chromium-swarm.appspot.com", | 945 "https://chromium-swarm.appspot.com", |
| 947 "--decorate", | 946 "--decorate", |
| 948 "--print-status-updates", | 947 "--print-status-updates", |
| 949 "--shards", | 948 "--json", |
| 950 "1", | 949 "{\"base_task_name\": \"test_skia/Android/def456/Test-Android-GCC-Nexus7v2
-GPU-Tegra3-Arm7-Release/5\", \"tasks\": {\"test_skia/Android/def456/Test-Androi
d-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release/5\": {\"shard_index\": 0, \"task_id\": \"
10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}
", |
| 951 "test_skia/Android/def456/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Releas
e/5", | |
| 952 "--task-summary-json", | 950 "--task-summary-json", |
| 953 "/path/to/tmp/json", | 951 "/path/to/tmp/json", |
| 954 "--task-output-dir", | 952 "--task-output-dir", |
| 955 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 953 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 956 ], | 954 ], |
| 957 "name": "test_skia on Android", | 955 "name": "test_skia on Android", |
| 958 "~followup_annotations": [ | 956 "~followup_annotations": [ |
| 959 "@@@STEP_TEXT@swarming pending 71s@@@", | 957 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 960 "@@@STEP_LOG_LINE@json.output@{@@@", | 958 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 961 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 959 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1047 }, | 1045 }, |
| 1048 "name": "Upload DM Results" | 1046 "name": "Upload DM Results" |
| 1049 }, | 1047 }, |
| 1050 { | 1048 { |
| 1051 "name": "$result", | 1049 "name": "$result", |
| 1052 "recipe_result": null, | 1050 "recipe_result": null, |
| 1053 "status_code": 0 | 1051 "status_code": 0 |
| 1054 } | 1052 } |
| 1055 ] | 1053 ] |
| OLD | NEW |