| 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 "[BUILD]/scripts/slave/gclient_safe_revert.py", | |
| 60 ".", | |
| 61 "[DEPOT_TOOLS]/gclient" | |
| 62 ], | |
| 63 "name": "gclient revert" | |
| 64 }, | |
| 65 { | |
| 66 "cmd": [ | |
| 67 "python", | |
| 68 "-u", | |
| 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 70 "sync", | 60 "sync", |
| 61 "--verbose", |
| 62 "--with_branch_heads", |
| 71 "--nohooks", | 63 "--nohooks", |
| 64 "-j8", |
| 65 "--reset", |
| 72 "--force", | 66 "--force", |
| 73 "--verbose", | 67 "--upstream", |
| 68 "--no-nag-max", |
| 74 "--delete_unversioned_trees", | 69 "--delete_unversioned_trees", |
| 75 "--revision", | 70 "--revision", |
| 76 "skia@abc123", | 71 "skia@abc123", |
| 77 "--output-json", | 72 "--output-json", |
| 78 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
| 79 ], | 74 ], |
| 80 "env": { | 75 "env": { |
| 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 82 }, | 77 }, |
| 83 "name": "gclient sync", | 78 "name": "gclient sync", |
| 84 "~followup_annotations": [ | 79 "~followup_annotations": [ |
| 85 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ }@@@", | 84 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ }@@@", | 85 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 92 "@@@STEP_LOG_END@json.output@@@", | 87 "@@@STEP_LOG_END@json.output@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 88 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 94 ] | 89 ] |
| 95 }, | 90 }, |
| 96 { | 91 { |
| 97 "cmd": [ | 92 "cmd": [ |
| 98 "python", | 93 "python", |
| 99 "-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", |
| 100 "[DEPOT_TOOLS]/apply_issue.py", | 127 "[DEPOT_TOOLS]/apply_issue.py", |
| 101 "-r", | 128 "-r", |
| 102 "[SLAVE_BUILD]/skia", | 129 "[SLAVE_BUILD]/skia", |
| 103 "-i", | 130 "-i", |
| 104 "500", | 131 "500", |
| 105 "-p", | 132 "-p", |
| 106 "1", | 133 "1", |
| 107 "-s", | 134 "-s", |
| 108 "https://codereview.chromium.org", | 135 "https://codereview.chromium.org", |
| 109 "--no-auth" | 136 "--no-auth" |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "skia/swarm_compile", | 650 "skia/swarm_compile", |
| 624 "rietveld=https://codereview.chromium.org", | 651 "rietveld=https://codereview.chromium.org", |
| 625 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", | 652 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", |
| 626 "mastername=client.skia.compile", | 653 "mastername=client.skia.compile", |
| 627 "buildnumber=1", | 654 "buildnumber=1", |
| 628 "slavename=skiabot-dummy-compile-slave", | 655 "slavename=skiabot-dummy-compile-slave", |
| 629 "reason=Triggered by Skia swarm_trigger Recipe", | 656 "reason=Triggered by Skia swarm_trigger Recipe", |
| 630 "swarm_out_dir=${ISOLATED_OUTDIR}", | 657 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 631 "patchset=1", | 658 "patchset=1", |
| 632 "issue=500", | 659 "issue=500", |
| 633 "revision=164710" | 660 "revision=9046e2e693bb92a76e972b694580e5d17ad10748" |
| 634 ], | 661 ], |
| 635 "name": "[trigger] compile_skia on Ubuntu", | 662 "name": "[trigger] compile_skia on Ubuntu", |
| 636 "~followup_annotations": [ | 663 "~followup_annotations": [ |
| 637 "@@@STEP_LOG_LINE@json.output@{@@@", | 664 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 638 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\", @@@", | 665 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\", @@@", |
| 639 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 666 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 640 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Perf-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\": {@@@", | 667 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Perf-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\": {@@@", |
| 641 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 668 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 642 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 669 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 643 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 670 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 "skia/swarm_perf", | 916 "skia/swarm_perf", |
| 890 "rietveld=https://codereview.chromium.org", | 917 "rietveld=https://codereview.chromium.org", |
| 891 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 918 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
| 892 "mastername=client.skia", | 919 "mastername=client.skia", |
| 893 "buildnumber=5", | 920 "buildnumber=5", |
| 894 "slavename=skiabot-linux-swarm-000", | 921 "slavename=skiabot-linux-swarm-000", |
| 895 "reason=Triggered by Skia swarm_trigger Recipe", | 922 "reason=Triggered by Skia swarm_trigger Recipe", |
| 896 "swarm_out_dir=${ISOLATED_OUTDIR}", | 923 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 897 "patchset=1", | 924 "patchset=1", |
| 898 "issue=500", | 925 "issue=500", |
| 899 "revision=164710" | 926 "revision=9046e2e693bb92a76e972b694580e5d17ad10748" |
| 900 ], | 927 ], |
| 901 "name": "[trigger] perf_skia on Ubuntu", | 928 "name": "[trigger] perf_skia on Ubuntu", |
| 902 "~followup_annotations": [ | 929 "~followup_annotations": [ |
| 903 "@@@STEP_LOG_LINE@json.output@{@@@", | 930 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 904 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\", @@@", | 931 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/5\", @@@", |
| 905 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 932 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 906 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Perf-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Release-Trybot/5\": {@@@", | 933 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Perf-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Release-Trybot/5\": {@@@", |
| 907 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 934 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 908 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 935 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 909 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 936 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 1074 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 1048 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 1075 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 1049 "@@@STEP_LOG_END@python.inline@@@" | 1076 "@@@STEP_LOG_END@python.inline@@@" |
| 1050 ] | 1077 ] |
| 1051 }, | 1078 }, |
| 1052 { | 1079 { |
| 1053 "cmd": [ | 1080 "cmd": [ |
| 1054 "python", | 1081 "python", |
| 1055 "-u", | 1082 "-u", |
| 1056 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1083 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1057 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-
GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_164710.json", | 1084 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-
GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_9046e2e693bb92a76e972b6945
80e5d17ad10748.json", |
| 1058 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data/nanobench_164710_1408633190.json" | 1085 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1408633190.json" |
| 1059 ], | 1086 ], |
| 1060 "name": "perf_results" | 1087 "name": "perf_results" |
| 1061 }, | 1088 }, |
| 1062 { | 1089 { |
| 1063 "cmd": [ | 1090 "cmd": [ |
| 1064 "python", | 1091 "python", |
| 1065 "-u", | 1092 "-u", |
| 1066 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 1093 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
| 1067 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 1094 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
| 1068 "5", | 1095 "5", |
| 1069 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", | 1096 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", |
| 1070 "164710", | 1097 "9046e2e693bb92a76e972b694580e5d17ad10748", |
| 1071 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", | 1098 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", |
| 1072 "500" | 1099 "500" |
| 1073 ], | 1100 ], |
| 1074 "cwd": "[SLAVE_BUILD]/skia", | 1101 "cwd": "[SLAVE_BUILD]/skia", |
| 1075 "env": { | 1102 "env": { |
| 1076 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1103 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1077 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1078 }, | 1105 }, |
| 1079 "name": "Upload perf results" | 1106 "name": "Upload perf results" |
| 1080 }, | 1107 }, |
| 1081 { | 1108 { |
| 1082 "name": "$result", | 1109 "name": "$result", |
| 1083 "recipe_result": null, | 1110 "recipe_result": null, |
| 1084 "status_code": 0 | 1111 "status_code": 0 |
| 1085 } | 1112 } |
| 1086 ] | 1113 ] |
| OLD | NEW |