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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 3 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 "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
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "--", 643 "--",
607 "--workdir", 644 "--workdir",
608 "../../..", 645 "../../..",
609 "skia/swarm_compile", 646 "skia/swarm_compile",
610 "buildername=Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan", 647 "buildername=Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan",
611 "mastername=client.skia.compile", 648 "mastername=client.skia.compile",
612 "buildnumber=1", 649 "buildnumber=1",
613 "slavename=skiabot-dummy-compile-slave", 650 "slavename=skiabot-dummy-compile-slave",
614 "reason=Triggered by Skia swarm_trigger Recipe", 651 "reason=Triggered by Skia swarm_trigger Recipe",
615 "swarm_out_dir=${ISOLATED_OUTDIR}", 652 "swarm_out_dir=${ISOLATED_OUTDIR}",
616 "revision=164710" 653 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
617 ], 654 ],
618 "name": "[trigger] compile_skia on Ubuntu", 655 "name": "[trigger] compile_skia on Ubuntu",
619 "~followup_annotations": [ 656 "~followup_annotations": [
620 "@@@STEP_LOG_LINE@json.output@{@@@", 657 "@@@STEP_LOG_LINE@json.output@{@@@",
621 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@", 658 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@",
622 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 659 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
623 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Androi d-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@", 660 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Androi d-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@",
624 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 661 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
625 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 662 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
626 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 663 "@@@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
864 "--", 901 "--",
865 "--workdir", 902 "--workdir",
866 "../../..", 903 "../../..",
867 "skia/swarm_test", 904 "skia/swarm_test",
868 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ", 905 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ",
869 "mastername=client.skia", 906 "mastername=client.skia",
870 "buildnumber=5", 907 "buildnumber=5",
871 "slavename=skiabot-linux-swarm-000", 908 "slavename=skiabot-linux-swarm-000",
872 "reason=Triggered by Skia swarm_trigger Recipe", 909 "reason=Triggered by Skia swarm_trigger Recipe",
873 "swarm_out_dir=${ISOLATED_OUTDIR}", 910 "swarm_out_dir=${ISOLATED_OUTDIR}",
874 "revision=164710" 911 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
875 ], 912 ],
876 "name": "[trigger] test_skia on Android", 913 "name": "[trigger] test_skia on Android",
877 "~followup_annotations": [ 914 "~followup_annotations": [
878 "@@@STEP_LOG_LINE@json.output@{@@@", 915 "@@@STEP_LOG_LINE@json.output@{@@@",
879 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Android/de f456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@", 916 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Android/de f456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@",
880 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 917 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
881 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Android/def456/Test-Android- GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@", 918 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Android/def456/Test-Android- GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@",
882 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 919 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
883 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 920 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
884 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 921 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 "--", 1079 "--",
1043 "--workdir", 1080 "--workdir",
1044 "../../..", 1081 "../../..",
1045 "skia/swarm_perf", 1082 "skia/swarm_perf",
1046 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ", 1083 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ",
1047 "mastername=client.skia", 1084 "mastername=client.skia",
1048 "buildnumber=5", 1085 "buildnumber=5",
1049 "slavename=skiabot-linux-swarm-000", 1086 "slavename=skiabot-linux-swarm-000",
1050 "reason=Triggered by Skia swarm_trigger Recipe", 1087 "reason=Triggered by Skia swarm_trigger Recipe",
1051 "swarm_out_dir=${ISOLATED_OUTDIR}", 1088 "swarm_out_dir=${ISOLATED_OUTDIR}",
1052 "revision=164710" 1089 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
1053 ], 1090 ],
1054 "name": "[trigger] perf_skia on Android", 1091 "name": "[trigger] perf_skia on Android",
1055 "~followup_annotations": [ 1092 "~followup_annotations": [
1056 "@@@STEP_LOG_LINE@json.output@{@@@", 1093 "@@@STEP_LOG_LINE@json.output@{@@@",
1057 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Android/de f456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@", 1094 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Android/de f456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\", @@@",
1058 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1095 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1059 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Android/def456/Test-Android- GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@", 1096 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Android/def456/Test-Android- GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan/5\": {@@@",
1060 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1097 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1061 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1098 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1062 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1099 "@@@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
1178 "0" 1215 "0"
1179 ], 1216 ],
1180 "name": "dm_dir" 1217 "name": "dm_dir"
1181 }, 1218 },
1182 { 1219 {
1183 "cmd": [ 1220 "cmd": [
1184 "python", 1221 "python",
1185 "-u", 1222 "-u",
1186 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", 1223 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py",
1187 "[SLAVE_BUILD]/dm", 1224 "[SLAVE_BUILD]/dm",
1188 "164710", 1225 "9046e2e693bb92a76e972b694580e5d17ad10748",
1189 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan", 1226 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan",
1190 "5", 1227 "5",
1191 "", 1228 "",
1192 "[SLAVE_BUILD]/skia/common/py/utils" 1229 "[SLAVE_BUILD]/skia/common/py/utils"
1193 ], 1230 ],
1194 "cwd": "[SLAVE_BUILD]/skia", 1231 "cwd": "[SLAVE_BUILD]/skia",
1195 "env": { 1232 "env": {
1196 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 1233 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
1197 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1234 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1198 }, 1235 },
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1315 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1279 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1316 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1280 ] 1317 ]
1281 }, 1318 },
1282 { 1319 {
1283 "name": "$result", 1320 "name": "$result",
1284 "recipe_result": null, 1321 "recipe_result": null,
1285 "status_code": 0 1322 "status_code": 0
1286 } 1323 }
1287 ] 1324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698