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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 "--", 626 "--",
590 "--workdir", 627 "--workdir",
591 "../../..", 628 "../../..",
592 "skia/swarm_compile", 629 "skia/swarm_compile",
593 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 630 "buildername=Build-Ubuntu-GCC-x86_64-Debug",
594 "mastername=client.skia.compile", 631 "mastername=client.skia.compile",
595 "buildnumber=1", 632 "buildnumber=1",
596 "slavename=skiabot-dummy-compile-slave", 633 "slavename=skiabot-dummy-compile-slave",
597 "reason=Triggered by Skia swarm_trigger Recipe", 634 "reason=Triggered by Skia swarm_trigger Recipe",
598 "swarm_out_dir=${ISOLATED_OUTDIR}", 635 "swarm_out_dir=${ISOLATED_OUTDIR}",
599 "revision=164710" 636 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
600 ], 637 ],
601 "name": "[trigger] compile_skia on Ubuntu", 638 "name": "[trigger] compile_skia on Ubuntu",
602 "~followup_annotations": [ 639 "~followup_annotations": [
603 "@@@STEP_LOG_LINE@json.output@{@@@", 640 "@@@STEP_LOG_LINE@json.output@{@@@",
604 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 641 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@",
605 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 642 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
606 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu -GCC-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 643 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu -GCC-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@",
607 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 644 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
608 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 645 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
609 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 646 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 "--", 887 "--",
851 "--workdir", 888 "--workdir",
852 "../../..", 889 "../../..",
853 "skia/swarm_test", 890 "skia/swarm_test",
854 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 891 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
855 "mastername=client.skia", 892 "mastername=client.skia",
856 "buildnumber=5", 893 "buildnumber=5",
857 "slavename=skiabot-linux-swarm-000", 894 "slavename=skiabot-linux-swarm-000",
858 "reason=Triggered by Skia swarm_trigger Recipe", 895 "reason=Triggered by Skia swarm_trigger Recipe",
859 "swarm_out_dir=${ISOLATED_OUTDIR}", 896 "swarm_out_dir=${ISOLATED_OUTDIR}",
860 "revision=164710" 897 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
861 ], 898 ],
862 "name": "[trigger] test_skia on Ubuntu", 899 "name": "[trigger] test_skia on Ubuntu",
863 "~followup_annotations": [ 900 "~followup_annotations": [
864 "@@@STEP_LOG_LINE@json.output@{@@@", 901 "@@@STEP_LOG_LINE@json.output@{@@@",
865 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 902 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@",
866 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 903 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
867 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 904 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@",
868 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 905 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
869 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 906 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
870 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 907 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 "--", 1068 "--",
1032 "--workdir", 1069 "--workdir",
1033 "../../..", 1070 "../../..",
1034 "skia/swarm_perf", 1071 "skia/swarm_perf",
1035 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1072 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1036 "mastername=client.skia", 1073 "mastername=client.skia",
1037 "buildnumber=5", 1074 "buildnumber=5",
1038 "slavename=skiabot-linux-swarm-000", 1075 "slavename=skiabot-linux-swarm-000",
1039 "reason=Triggered by Skia swarm_trigger Recipe", 1076 "reason=Triggered by Skia swarm_trigger Recipe",
1040 "swarm_out_dir=${ISOLATED_OUTDIR}", 1077 "swarm_out_dir=${ISOLATED_OUTDIR}",
1041 "revision=164710" 1078 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
1042 ], 1079 ],
1043 "name": "[trigger] perf_skia on Ubuntu", 1080 "name": "[trigger] perf_skia on Ubuntu",
1044 "~followup_annotations": [ 1081 "~followup_annotations": [
1045 "@@@STEP_LOG_LINE@json.output@{@@@", 1082 "@@@STEP_LOG_LINE@json.output@{@@@",
1046 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 1083 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@",
1047 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1084 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1048 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 1085 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@",
1049 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1086 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1050 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1087 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1051 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1088 "@@@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
1167 "0" 1204 "0"
1168 ], 1205 ],
1169 "name": "dm_dir" 1206 "name": "dm_dir"
1170 }, 1207 },
1171 { 1208 {
1172 "cmd": [ 1209 "cmd": [
1173 "python", 1210 "python",
1174 "-u", 1211 "-u",
1175 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", 1212 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py",
1176 "[SLAVE_BUILD]/dm", 1213 "[SLAVE_BUILD]/dm",
1177 "164710", 1214 "9046e2e693bb92a76e972b694580e5d17ad10748",
1178 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1215 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1179 "5", 1216 "5",
1180 "", 1217 "",
1181 "[SLAVE_BUILD]/skia/common/py/utils" 1218 "[SLAVE_BUILD]/skia/common/py/utils"
1182 ], 1219 ],
1183 "cwd": "[SLAVE_BUILD]/skia", 1220 "cwd": "[SLAVE_BUILD]/skia",
1184 "env": { 1221 "env": {
1185 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 1222 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
1186 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1223 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1187 }, 1224 },
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1304 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1268 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1305 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1269 ] 1306 ]
1270 }, 1307 },
1271 { 1308 {
1272 "name": "$result", 1309 "name": "$result",
1273 "recipe_result": null, 1310 "recipe_result": null,
1274 "status_code": 0 1311 "status_code": 0
1275 } 1312 }
1276 ] 1313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698