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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[CWD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot"
9 ], 9 ],
10 "cwd": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
11 "name": "exec buildbot_spec.py", 11 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ ], @@@", 16 "@@@STEP_LOG_LINE@json.output@ ], @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", 18 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@", 20 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@",
(...skipping 23 matching lines...) Expand all
44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
54 "[CWD]/tmp/SKP_VERSION", 54 "[SLAVE_BUILD]/tmp/SKP_VERSION",
55 "/path/to/tmp/" 55 "/path/to/tmp/"
56 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
57 "name": "Get downloaded SKP_VERSION" 58 "name": "Get downloaded SKP_VERSION"
58 }, 59 },
59 { 60 {
60 "cmd": [ 61 "cmd": [
61 "python", 62 "python",
62 "-u", 63 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 64 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "[CWD]/tmp/SK_IMAGE_VERSION", 65 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
65 "/path/to/tmp/" 66 "/path/to/tmp/"
66 ], 67 ],
68 "cwd": "[SLAVE_BUILD]",
67 "name": "Get downloaded SK_IMAGE_VERSION" 69 "name": "Get downloaded SK_IMAGE_VERSION"
68 }, 70 },
69 { 71 {
70 "cmd": [ 72 "cmd": [
71 "[CWD]/skia/tools/llvm_coverage_build", 73 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build",
72 "dm" 74 "dm"
73 ], 75 ],
74 "cwd": "[CWD]/skia", 76 "cwd": "[SLAVE_BUILD]/skia",
75 "env": { 77 "env": {
76 "BUILDTYPE": "Coverage", 78 "BUILDTYPE": "Coverage",
77 "CC": "/usr/bin/clang-3.6", 79 "CC": "/usr/bin/clang-3.6",
78 "CHROME_HEADLESS": "1", 80 "CHROME_HEADLESS": "1",
79 "CXX": "/usr/bin/clang++-3.6", 81 "CXX": "/usr/bin/clang++-3.6",
80 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0", 82 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0",
81 "PATH": "[CWD]/depot_tools:%(PATH)s", 83 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
82 "SKIA_OUT": "[CWD]/out" 84 "SKIA_OUT": "[SLAVE_BUILD]/out"
83 }, 85 },
84 "name": "build dm" 86 "name": "build dm"
85 }, 87 },
86 { 88 {
87 "cmd": [ 89 "cmd": [
88 "python", 90 "python",
89 "-u", 91 "-u",
90 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 92 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
91 "[CWD]/out/coverage_results" 93 "[SLAVE_BUILD]/out/coverage_results"
92 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
93 "env": { 96 "env": {
94 "PYTHONPATH": "build/scripts" 97 "PYTHONPATH": "build/scripts"
95 }, 98 },
96 "name": "rmtree coverage_results", 99 "name": "rmtree coverage_results",
97 "~followup_annotations": [ 100 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@python.inline@@@@", 101 "@@@STEP_LOG_LINE@python.inline@@@@",
99 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 102 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
100 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 103 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
101 "@@@STEP_LOG_LINE@python.inline@@@@", 104 "@@@STEP_LOG_LINE@python.inline@@@@",
102 "@@@STEP_LOG_LINE@python.inline@@@@", 105 "@@@STEP_LOG_LINE@python.inline@@@@",
103 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 106 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
104 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 107 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
105 "@@@STEP_LOG_END@python.inline@@@" 108 "@@@STEP_LOG_END@python.inline@@@"
106 ] 109 ]
107 }, 110 },
108 { 111 {
109 "cmd": [ 112 "cmd": [
110 "python", 113 "python",
111 "-u", 114 "-u",
112 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 115 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
113 "[CWD]/out/coverage_results", 116 "[SLAVE_BUILD]/out/coverage_results",
114 "511" 117 "511"
115 ], 118 ],
119 "cwd": "[SLAVE_BUILD]",
116 "name": "makedirs coverage_results", 120 "name": "makedirs coverage_results",
117 "~followup_annotations": [ 121 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@python.inline@@@@", 122 "@@@STEP_LOG_LINE@python.inline@@@@",
119 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 123 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
120 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 124 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
121 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 125 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
122 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 126 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
123 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 127 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
124 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 128 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
125 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 129 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
126 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 130 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
127 "@@@STEP_LOG_END@python.inline@@@" 131 "@@@STEP_LOG_END@python.inline@@@"
128 ] 132 ]
129 }, 133 },
130 { 134 {
131 "cmd": [ 135 "cmd": [
132 "python", 136 "python",
133 "[CWD]/skia/tools/llvm_coverage_run.py", 137 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py",
134 "dm", 138 "dm",
135 "--undefok", 139 "--undefok",
136 "--resourcePath", 140 "--resourcePath",
137 "[CWD]/skia/resources", 141 "[SLAVE_BUILD]/skia/resources",
138 "--skps", 142 "--skps",
139 "[CWD]/skps", 143 "[SLAVE_BUILD]/skps",
140 "--images", 144 "--images",
141 "[CWD]/images/dm", 145 "[SLAVE_BUILD]/images/dm",
142 "--nameByHash", 146 "--nameByHash",
143 "--properties", 147 "--properties",
144 "gitHash", 148 "gitHash",
145 "abc123", 149 "abc123",
146 "master", 150 "master",
147 "client.skia", 151 "client.skia",
148 "builder", 152 "builder",
149 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 153 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
150 "build_number", 154 "build_number",
151 "5", 155 "5",
(...skipping 12 matching lines...) Expand all
164 "CPU", 168 "CPU",
165 "cpu_or_gpu_value", 169 "cpu_or_gpu_value",
166 "AVX2", 170 "AVX2",
167 "model", 171 "model",
168 "GCE", 172 "GCE",
169 "os", 173 "os",
170 "Ubuntu", 174 "Ubuntu",
171 "--nogpu", 175 "--nogpu",
172 "--dummy-flags", 176 "--dummy-flags",
173 "--outResultsFile", 177 "--outResultsFile",
174 "[CWD]/out/coverage_results/abc123.cov" 178 "[SLAVE_BUILD]/out/coverage_results/abc123.cov"
175 ], 179 ],
176 "cwd": "[CWD]/skia", 180 "cwd": "[SLAVE_BUILD]/skia",
177 "env": { 181 "env": {
178 "BUILDTYPE": "Coverage", 182 "BUILDTYPE": "Coverage",
179 "CC": "/usr/bin/clang-3.6", 183 "CC": "/usr/bin/clang-3.6",
180 "CHROME_HEADLESS": "1", 184 "CHROME_HEADLESS": "1",
181 "CXX": "/usr/bin/clang++-3.6", 185 "CXX": "/usr/bin/clang++-3.6",
182 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0", 186 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0",
183 "PATH": "[CWD]/depot_tools:%(PATH)s", 187 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
184 "SKIA_OUT": "[CWD]/out" 188 "SKIA_OUT": "[SLAVE_BUILD]/out"
185 }, 189 },
186 "name": "dm" 190 "name": "dm"
187 }, 191 },
188 { 192 {
189 "cmd": [ 193 "cmd": [
190 "python", 194 "python",
191 "[CWD]/skia/tools/parse_llvm_coverage.py", 195 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py",
192 "--report", 196 "--report",
193 "[CWD]/out/coverage_results/abc123.cov", 197 "[SLAVE_BUILD]/out/coverage_results/abc123.cov",
194 "--nanobench", 198 "--nanobench",
195 "[CWD]/out/coverage_results/nanobench_abc123.json", 199 "[SLAVE_BUILD]/out/coverage_results/nanobench_abc123.json",
196 "--linebyline", 200 "--linebyline",
197 "[CWD]/out/coverage_results/coverage_by_line_abc123.json", 201 "[SLAVE_BUILD]/out/coverage_results/coverage_by_line_abc123.json",
198 "--key", 202 "--key",
199 "arch", 203 "arch",
200 "x86_64", 204 "x86_64",
201 "compiler", 205 "compiler",
202 "Clang", 206 "Clang",
203 "configuration", 207 "configuration",
204 "Coverage", 208 "Coverage",
205 "cpu_or_gpu", 209 "cpu_or_gpu",
206 "CPU", 210 "CPU",
207 "cpu_or_gpu_value", 211 "cpu_or_gpu_value",
208 "AVX2", 212 "AVX2",
209 "model", 213 "model",
210 "GCE", 214 "GCE",
211 "os", 215 "os",
212 "Ubuntu", 216 "Ubuntu",
213 "--properties", 217 "--properties",
214 "gitHash", 218 "gitHash",
215 "abc123", 219 "abc123",
216 "master", 220 "master",
217 "client.skia", 221 "client.skia",
218 "builder", 222 "builder",
219 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 223 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
220 "build_number", 224 "build_number",
221 "5", 225 "5",
222 "issue", 226 "issue",
223 "500", 227 "500",
224 "patchset", 228 "patchset",
225 "1" 229 "1"
226 ], 230 ],
227 "cwd": "[CWD]/skia", 231 "cwd": "[SLAVE_BUILD]/skia",
228 "env": { 232 "env": {
229 "BUILDTYPE": "Coverage", 233 "BUILDTYPE": "Coverage",
230 "CC": "/usr/bin/clang-3.6", 234 "CC": "/usr/bin/clang-3.6",
231 "CHROME_HEADLESS": "1", 235 "CHROME_HEADLESS": "1",
232 "CXX": "/usr/bin/clang++-3.6", 236 "CXX": "/usr/bin/clang++-3.6",
233 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0", 237 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0",
234 "PATH": "[CWD]/depot_tools:%(PATH)s", 238 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
235 "SKIA_OUT": "[CWD]/out" 239 "SKIA_OUT": "[SLAVE_BUILD]/out"
236 }, 240 },
237 "name": "Generate Coverage Data" 241 "name": "Generate Coverage Data"
238 }, 242 },
239 { 243 {
240 "cmd": [ 244 "cmd": [
241 "python", 245 "python",
242 "-u", 246 "-u",
243 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 247 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
244 "[CWD]/out/coverage_results", 248 "[SLAVE_BUILD]/out/coverage_results",
245 "/path/to/tmp/json" 249 "/path/to/tmp/json"
246 ], 250 ],
251 "cwd": "[SLAVE_BUILD]",
247 "name": "listdir results_dir", 252 "name": "listdir results_dir",
248 "~followup_annotations": [ 253 "~followup_annotations": [
249 "@@@STEP_LOG_LINE@json.output@[@@@", 254 "@@@STEP_LOG_LINE@json.output@[@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 255 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
251 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
252 "@@@STEP_LOG_LINE@json.output@]@@@", 257 "@@@STEP_LOG_LINE@json.output@]@@@",
253 "@@@STEP_LOG_END@json.output@@@", 258 "@@@STEP_LOG_END@json.output@@@",
254 "@@@STEP_LOG_LINE@python.inline@@@@", 259 "@@@STEP_LOG_LINE@python.inline@@@@",
255 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", 260 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
256 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 261 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
257 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 262 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
258 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 263 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
259 "@@@STEP_LOG_END@python.inline@@@" 264 "@@@STEP_LOG_END@python.inline@@@"
260 ] 265 ]
261 }, 266 },
262 { 267 {
263 "cmd": [ 268 "cmd": [
264 "python", 269 "python",
265 "-u", 270 "-u",
266 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 271 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
267 "[CWD]/out/coverage_results/file 1", 272 "[SLAVE_BUILD]/out/coverage_results/file 1",
268 "[SWARM_OUT_DIR]" 273 "[SWARM_OUT_DIR]"
269 ], 274 ],
275 "cwd": "[SLAVE_BUILD]",
270 "name": "Copy to swarming out" 276 "name": "Copy to swarming out"
271 }, 277 },
272 { 278 {
273 "cmd": [ 279 "cmd": [
274 "python", 280 "python",
275 "-u", 281 "-u",
276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 282 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
277 "[CWD]/out/coverage_results/file 2", 283 "[SLAVE_BUILD]/out/coverage_results/file 2",
278 "[SWARM_OUT_DIR]" 284 "[SWARM_OUT_DIR]"
279 ], 285 ],
286 "cwd": "[SLAVE_BUILD]",
280 "name": "Copy to swarming out (2)" 287 "name": "Copy to swarming out (2)"
281 }, 288 },
282 { 289 {
283 "name": "$result", 290 "name": "$result",
284 "recipe_result": null, 291 "recipe_result": null,
285 "status_code": 0 292 "status_code": 0
286 } 293 }
287 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698