| 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 27 matching lines...) Expand all Loading... |
| 38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os
= ['llvm']" |
| 49 ], | 49 ], |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 52 }, |
| 53 "name": "gclient setup" | 53 "name": "gclient setup" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [ | 56 "cmd": [ |
| 57 "python", | 57 "python", |
| 58 "-u", | 58 "-u", |
| 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 60 "sync", | 60 "sync", |
| 61 "--verbose", |
| 62 "--with_branch_heads", |
| 61 "--nohooks", | 63 "--nohooks", |
| 64 "-j8", |
| 65 "--reset", |
| 62 "--force", | 66 "--force", |
| 63 "--verbose", | 67 "--upstream", |
| 68 "--no-nag-max", |
| 64 "--delete_unversioned_trees", | 69 "--delete_unversioned_trees", |
| 65 "--revision", | 70 "--revision", |
| 66 "skia@abc123", | 71 "skia@abc123", |
| 67 "--output-json", | 72 "--output-json", |
| 68 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
| 69 ], | 74 ], |
| 70 "env": { | 75 "env": { |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 77 }, |
| 73 "name": "gclient sync", | 78 "name": "gclient sync", |
| 74 "~followup_annotations": [ | 79 "~followup_annotations": [ |
| 75 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 84 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 85 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 82 "@@@STEP_LOG_END@json.output@@@", | 87 "@@@STEP_LOG_END@json.output@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 88 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 84 ] | 89 ] |
| 85 }, | 90 }, |
| 86 { | 91 { |
| 87 "cmd": [ | 92 "cmd": [ |
| 88 "python", | 93 "python", |
| 89 "-u", | 94 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 96 "recurse", |
| 97 "git", |
| 98 "config", |
| 99 "user.name", |
| 100 "local_bot" |
| 101 ], |
| 102 "env": { |
| 103 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 104 }, |
| 105 "name": "gclient recurse (git config user.name)" |
| 106 }, |
| 107 { |
| 108 "cmd": [ |
| 109 "python", |
| 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "recurse", |
| 113 "git", |
| 114 "config", |
| 115 "user.email", |
| 116 "local_bot@example.com" |
| 117 ], |
| 118 "env": { |
| 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, |
| 121 "name": "gclient recurse (git config user.email)" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 90 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 127 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 91 "--path", | 128 "--path", |
| 92 "[SLAVE_BUILD]/swarming.client", | 129 "[SLAVE_BUILD]/swarming.client", |
| 93 "--url", | 130 "--url", |
| 94 "https://chromium.googlesource.com/external/swarming.client.git" | 131 "https://chromium.googlesource.com/external/swarming.client.git" |
| 95 ], | 132 ], |
| 96 "name": "git setup (swarming_client)" | 133 "name": "git setup (swarming_client)" |
| 97 }, | 134 }, |
| 98 { | 135 { |
| 99 "cmd": [ | 136 "cmd": [ |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 "--", | 631 "--", |
| 595 "--workdir", | 632 "--workdir", |
| 596 "../../..", | 633 "../../..", |
| 597 "skia/swarm_compile", | 634 "skia/swarm_compile", |
| 598 "buildername=Build-Mac-Clang-Arm7-Release-iOS", | 635 "buildername=Build-Mac-Clang-Arm7-Release-iOS", |
| 599 "mastername=client.skia.compile", | 636 "mastername=client.skia.compile", |
| 600 "buildnumber=1", | 637 "buildnumber=1", |
| 601 "slavename=skiabot-dummy-compile-slave", | 638 "slavename=skiabot-dummy-compile-slave", |
| 602 "reason=Triggered by Skia swarm_trigger Recipe", | 639 "reason=Triggered by Skia swarm_trigger Recipe", |
| 603 "swarm_out_dir=${ISOLATED_OUTDIR}", | 640 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 604 "revision=164710" | 641 "revision=9046e2e693bb92a76e972b694580e5d17ad10748" |
| 605 ], | 642 ], |
| 606 "name": "[trigger] compile_skia on Mac", | 643 "name": "[trigger] compile_skia on Mac", |
| 607 "~followup_annotations": [ | 644 "~followup_annotations": [ |
| 608 "@@@STEP_LOG_LINE@json.output@{@@@", | 645 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 609 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", | 646 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", |
| 610 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 647 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 611 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", | 648 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", |
| 612 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 649 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 613 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 650 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 614 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 651 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "--", | 889 "--", |
| 853 "--workdir", | 890 "--workdir", |
| 854 "../../..", | 891 "../../..", |
| 855 "skia/swarm_test", | 892 "skia/swarm_test", |
| 856 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 893 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
| 857 "mastername=client.skia", | 894 "mastername=client.skia", |
| 858 "buildnumber=5", | 895 "buildnumber=5", |
| 859 "slavename=skiabot-linux-swarm-000", | 896 "slavename=skiabot-linux-swarm-000", |
| 860 "reason=Triggered by Skia swarm_trigger Recipe", | 897 "reason=Triggered by Skia swarm_trigger Recipe", |
| 861 "swarm_out_dir=${ISOLATED_OUTDIR}", | 898 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 862 "revision=164710" | 899 "revision=9046e2e693bb92a76e972b694580e5d17ad10748" |
| 863 ], | 900 ], |
| 864 "name": "[trigger] test_skia on iOS-9.2", | 901 "name": "[trigger] test_skia on iOS-9.2", |
| 865 "~followup_annotations": [ | 902 "~followup_annotations": [ |
| 866 "@@@STEP_LOG_LINE@json.output@{@@@", | 903 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 867 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", | 904 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", |
| 868 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 905 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 869 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", | 906 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", |
| 870 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 907 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 871 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 908 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 872 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 909 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 "0" | 1025 "0" |
| 989 ], | 1026 ], |
| 990 "name": "dm_dir" | 1027 "name": "dm_dir" |
| 991 }, | 1028 }, |
| 992 { | 1029 { |
| 993 "cmd": [ | 1030 "cmd": [ |
| 994 "python", | 1031 "python", |
| 995 "-u", | 1032 "-u", |
| 996 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1033 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
| 997 "[SLAVE_BUILD]/dm", | 1034 "[SLAVE_BUILD]/dm", |
| 998 "164710", | 1035 "9046e2e693bb92a76e972b694580e5d17ad10748", |
| 999 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 1036 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
| 1000 "5", | 1037 "5", |
| 1001 "", | 1038 "", |
| 1002 "[SLAVE_BUILD]/skia/common/py/utils" | 1039 "[SLAVE_BUILD]/skia/common/py/utils" |
| 1003 ], | 1040 ], |
| 1004 "cwd": "[SLAVE_BUILD]/skia", | 1041 "cwd": "[SLAVE_BUILD]/skia", |
| 1005 "env": { | 1042 "env": { |
| 1006 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1043 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1007 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1008 }, | 1045 }, |
| 1009 "name": "Upload DM Results" | 1046 "name": "Upload DM Results" |
| 1010 }, | 1047 }, |
| 1011 { | 1048 { |
| 1012 "name": "$result", | 1049 "name": "$result", |
| 1013 "recipe_result": null, | 1050 "recipe_result": null, |
| 1014 "status_code": 0 | 1051 "status_code": 0 |
| 1015 } | 1052 } |
| 1016 ] | 1053 ] |
| OLD | NEW |