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

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

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

Powered by Google App Engine
This is Rietveld 408576698