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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.json

Issue 1527123002: Support swarming dimensions in src-side JSON buildbot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed review feedback from maruel. Created 5 years 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Mac10.9 Tests",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "[DEPOT_TOOLS]/gclient.py", 109 "[DEPOT_TOOLS]/gclient.py",
110 "runhooks" 110 "runhooks"
111 ], 111 ],
112 "cwd": "[SLAVE_BUILD]", 112 "cwd": "[SLAVE_BUILD]",
113 "env": { 113 "env": {
114 "GYP_CHROMIUM_NO_ACTION": "1", 114 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=x64 test_isolation_mode=prepare use_goma=1"
115 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=prepare use_goma=1"
116 }, 115 },
117 "name": "gclient runhooks" 116 "name": "gclient runhooks"
118 }, 117 },
119 { 118 {
120 "cmd": [ 119 "cmd": [
121 "python", 120 "python",
122 "-u", 121 "-u",
123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
124 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 123 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json",
125 "/path/to/tmp/json" 124 "/path/to/tmp/json"
126 ], 125 ],
127 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
128 "name": "read test spec", 127 "name": "read test spec",
129 "~followup_annotations": [ 128 "~followup_annotations": [
130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 129 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@ @",
131 "@@@STEP_LOG_LINE@json.output@{@@@", 130 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@",
133 "@@@STEP_LOG_LINE@json.output@ \"isolated_scripts\": [@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"isolated_scripts\": [@@@",
134 "@@@STEP_LOG_LINE@json.output@ {@@@", 133 "@@@STEP_LOG_LINE@json.output@ {@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"isolate_name\": \"telemetry_gpu_un ittests\", @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"isolate_name\": \"telemetry_gpu_un ittests\", @@@",
136 "@@@STEP_LOG_LINE@json.output@ \"name\": \"telemetry_gpu_unittests\ ", @@@", 135 "@@@STEP_LOG_LINE@json.output@ \"name\": \"telemetry_gpu_unittests\ ", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 136 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
138 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 137 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true, @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"dimension_sets\": [@@@",
139 "@@@STEP_LOG_LINE@json.output@ {@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"8086:0a2e\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"hidpi\": \"0\", @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Mac-10.10\"@@@",
143 "@@@STEP_LOG_LINE@json.output@ }, @@@",
144 "@@@STEP_LOG_LINE@json.output@ {@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"10de:0fe9\", @@@",
146 "@@@STEP_LOG_LINE@json.output@ \"hidpi\": \"1\", @@@",
147 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Mac-10.9\"@@@",
148 "@@@STEP_LOG_LINE@json.output@ }@@@",
149 "@@@STEP_LOG_LINE@json.output@ ]@@@",
139 "@@@STEP_LOG_LINE@json.output@ }@@@", 150 "@@@STEP_LOG_LINE@json.output@ }@@@",
140 "@@@STEP_LOG_LINE@json.output@ }@@@", 151 "@@@STEP_LOG_LINE@json.output@ }@@@",
141 "@@@STEP_LOG_LINE@json.output@ ]@@@", 152 "@@@STEP_LOG_LINE@json.output@ ]@@@",
142 "@@@STEP_LOG_LINE@json.output@ }@@@", 153 "@@@STEP_LOG_LINE@json.output@ }@@@",
143 "@@@STEP_LOG_LINE@json.output@}@@@", 154 "@@@STEP_LOG_LINE@json.output@}@@@",
144 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
145 ] 156 ]
146 }, 157 },
147 { 158 {
148 "cmd": [ 159 "cmd": [
149 "python", 160 "python",
150 "-u", 161 "-u",
151 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 162 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
152 "--output", 163 "--output",
153 "/path/to/tmp/json", 164 "/path/to/tmp/json",
154 "--", 165 "--",
155 "--build-config-fs", 166 "--build-config-fs",
156 "Release", 167 "Release",
157 "--use-src-side-runtest-py", 168 "--use-src-side-runtest-py",
158 "--paths", 169 "--paths",
159 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 170 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
160 "--properties", 171 "--properties",
161 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}" 172 "{\"buildername\": \"Mac10.9 Tests\", \"buildnumber\": 571, \"mastername\" : \"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac \"}"
162 ], 173 ],
163 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
164 "name": "get compile targets for scripts", 175 "name": "get compile targets for scripts",
165 "~followup_annotations": [ 176 "~followup_annotations": [
166 "@@@STEP_LOG_LINE@json.output@{}@@@", 177 "@@@STEP_LOG_LINE@json.output@{}@@@",
167 "@@@STEP_LOG_END@json.output@@@" 178 "@@@STEP_LOG_END@json.output@@@"
168 ] 179 ]
169 }, 180 },
170 { 181 {
171 "cmd": [ 182 "cmd": [
(...skipping 24 matching lines...) Expand all
196 ] 207 ]
197 }, 208 },
198 { 209 {
199 "cmd": [ 210 "cmd": [
200 "python", 211 "python",
201 "-u", 212 "-u",
202 "[BUILD]/scripts/slave/extract_build.py", 213 "[BUILD]/scripts/slave/extract_build.py",
203 "--target", 214 "--target",
204 "Release", 215 "Release",
205 "--build-url", 216 "--build-url",
206 "gs://chromium-linux-archive/chromium.linux/Linux Builder/full-build-linux .zip", 217 "gs://chromium-mac-archive/chromium.mac/Mac Builder/full-build-mac.zip",
207 "--build_revision", 218 "--build_revision",
208 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 219 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
209 "--master-name", 220 "--master-name",
210 "chromium.linux", 221 "chromium.mac",
211 "--build-number", 222 "--build-number",
212 "571" 223 "571"
213 ], 224 ],
214 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
215 "name": "extract build" 226 "name": "extract build"
216 }, 227 },
217 { 228 {
218 "cmd": [ 229 "cmd": [
219 "python", 230 "python",
220 "-u", 231 "-u",
(...skipping 22 matching lines...) Expand all
243 "trigger", 254 "trigger",
244 "--swarming", 255 "--swarming",
245 "https://chromium-swarm.appspot.com", 256 "https://chromium-swarm.appspot.com",
246 "--isolate-server", 257 "--isolate-server",
247 "https://isolateserver.appspot.com", 258 "https://isolateserver.appspot.com",
248 "--priority", 259 "--priority",
249 "25", 260 "25",
250 "--shards", 261 "--shards",
251 "1", 262 "1",
252 "--task-name", 263 "--task-name",
253 "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571", 264 "telemetry_gpu_unittests on Intel GPU on Mac/Mac-10.10/eeeeeeeeee/Mac10.9 Tests/571",
254 "--dump-json", 265 "--dump-json",
255 "/path/to/tmp/json", 266 "/path/to/tmp/json",
256 "--expiration", 267 "--expiration",
257 "3600", 268 "3600",
258 "--io-timeout", 269 "--io-timeout",
259 "1200", 270 "1200",
260 "--hard-timeout", 271 "--hard-timeout",
261 "3600", 272 "3600",
262 "--dimension", 273 "--dimension",
263 "cpu", 274 "cpu",
264 "x86-64", 275 "x86-64",
265 "--dimension", 276 "--dimension",
266 "gpu", 277 "gpu",
267 "none", 278 "8086:0a2e",
279 "--dimension",
280 "hidpi",
281 "0",
268 "--dimension", 282 "--dimension",
269 "os", 283 "os",
270 "Ubuntu-12.04", 284 "Mac-10.10",
271 "--dimension", 285 "--dimension",
272 "pool", 286 "pool",
273 "Chrome", 287 "Chrome",
274 "--tag", 288 "--tag",
275 "buildername:Linux Tests", 289 "buildername:Mac10.9 Tests",
276 "--tag", 290 "--tag",
277 "buildnumber:571", 291 "buildnumber:571",
278 "--tag", 292 "--tag",
279 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 293 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
280 "--tag", 294 "--tag",
281 "master:chromium.linux", 295 "master:chromium.mac",
282 "--tag", 296 "--tag",
283 "name:telemetry_gpu_unittests", 297 "name:telemetry_gpu_unittests on Intel GPU on Mac",
284 "--tag", 298 "--tag",
285 "os:Ubuntu-12.04", 299 "os:Mac-10.10",
286 "--tag", 300 "--tag",
287 "project:chromium", 301 "project:chromium",
288 "--tag", 302 "--tag",
289 "purpose:CI", 303 "purpose:CI",
290 "--tag", 304 "--tag",
291 "purpose:post-commit", 305 "purpose:post-commit",
292 "--tag", 306 "--tag",
293 "stepname:telemetry_gpu_unittests", 307 "stepname:telemetry_gpu_unittests on Intel GPU on Mac on Mac-10.10",
294 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 308 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
295 "--", 309 "--",
296 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" 310 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
297 ], 311 ],
298 "cwd": "[SLAVE_BUILD]", 312 "cwd": "[SLAVE_BUILD]",
299 "name": "[trigger] telemetry_gpu_unittests", 313 "name": "[trigger] telemetry_gpu_unittests on Intel GPU on Mac on Mac-10.10" ,
300 "~followup_annotations": [ 314 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@json.output@{@@@", 315 "@@@STEP_LOG_LINE@json.output@{@@@",
302 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@", 316 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts on Intel GPU on Mac/Mac-10.10/eeeeeeeeee/Mac10.9 Tests/571\", @@@",
303 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 317 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
304 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e eeeeeeeee/Linux Tests/571\": {@@@", 318 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on Intel GPU o n Mac/Mac-10.10/eeeeeeeeee/Mac10.9 Tests/571\": {@@@",
305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 319 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 320 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 321 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
308 "@@@STEP_LOG_LINE@json.output@ }@@@", 322 "@@@STEP_LOG_LINE@json.output@ }@@@",
309 "@@@STEP_LOG_LINE@json.output@ }@@@", 323 "@@@STEP_LOG_LINE@json.output@ }@@@",
310 "@@@STEP_LOG_LINE@json.output@}@@@", 324 "@@@STEP_LOG_LINE@json.output@}@@@",
311 "@@@STEP_LOG_END@json.output@@@", 325 "@@@STEP_LOG_END@json.output@@@",
312 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 326 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
313 ] 327 ]
314 }, 328 },
315 { 329 {
316 "cmd": [ 330 "cmd": [
317 "python", 331 "python",
318 "-u", 332 "-u",
319 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 333 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
334 "trigger",
335 "--swarming",
336 "https://chromium-swarm.appspot.com",
337 "--isolate-server",
338 "https://isolateserver.appspot.com",
339 "--priority",
340 "25",
341 "--shards",
342 "1",
343 "--task-name",
344 "telemetry_gpu_unittests on NVIDIA GPU on Mac Retina/Mac-10.9/eeeeeeeeee/M ac10.9 Tests/571",
345 "--dump-json",
346 "/path/to/tmp/json",
347 "--expiration",
348 "3600",
349 "--io-timeout",
350 "1200",
351 "--hard-timeout",
352 "3600",
353 "--dimension",
354 "cpu",
355 "x86-64",
356 "--dimension",
357 "gpu",
358 "10de:0fe9",
359 "--dimension",
360 "hidpi",
361 "1",
362 "--dimension",
363 "os",
364 "Mac-10.9",
365 "--dimension",
366 "pool",
367 "Chrome",
368 "--tag",
369 "buildername:Mac10.9 Tests",
370 "--tag",
371 "buildnumber:571",
372 "--tag",
373 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
374 "--tag",
375 "master:chromium.mac",
376 "--tag",
377 "name:telemetry_gpu_unittests on NVIDIA GPU on Mac Retina",
378 "--tag",
379 "os:Mac-10.9",
380 "--tag",
381 "project:chromium",
382 "--tag",
383 "purpose:CI",
384 "--tag",
385 "purpose:post-commit",
386 "--tag",
387 "stepname:telemetry_gpu_unittests on NVIDIA GPU on Mac Retina on Mac-10.9" ,
388 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
389 "--",
390 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
391 ],
392 "cwd": "[SLAVE_BUILD]",
393 "name": "[trigger] telemetry_gpu_unittests on NVIDIA GPU on Mac Retina on Ma c-10.9",
394 "~followup_annotations": [
395 "@@@STEP_LOG_LINE@json.output@{@@@",
396 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts on NVIDIA GPU on Mac Retina/Mac-10.9/eeeeeeeeee/Mac10.9 Tests/571\", @@@",
397 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
398 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on NVIDIA GPU on Mac Retina/Mac-10.9/eeeeeeeeee/Mac10.9 Tests/571\": {@@@",
399 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
400 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
401 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
402 "@@@STEP_LOG_LINE@json.output@ }@@@",
403 "@@@STEP_LOG_LINE@json.output@ }@@@",
404 "@@@STEP_LOG_LINE@json.output@}@@@",
405 "@@@STEP_LOG_END@json.output@@@",
406 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
407 ]
408 },
409 {
410 "cmd": [
411 "python",
412 "-u",
413 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
320 "collect", 414 "collect",
321 "--swarming", 415 "--swarming",
322 "https://chromium-swarm.appspot.com", 416 "https://chromium-swarm.appspot.com",
417 "--decorate",
418 "--print-status-updates",
419 "--shards",
420 "1",
421 "telemetry_gpu_unittests on Intel GPU on Mac/Mac-10.10/eeeeeeeeee/Mac10.9 Tests/571",
422 "--task-output-dir",
423 "/path/to/tmp/"
424 ],
425 "cwd": "[SLAVE_BUILD]",
426 "name": "telemetry_gpu_unittests on Intel GPU on Mac on Mac-10.10",
427 "~followup_annotations": [
428 "@@@STEP_LOG_LINE@outdir_json@{@@@",
429 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [] , \\\"valid\\\": true}\", @@@",
430 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
431 "@@@STEP_LOG_LINE@outdir_json@}@@@",
432 "@@@STEP_LOG_END@outdir_json@@@"
433 ]
434 },
435 {
436 "cmd": [
437 "python",
438 "-u",
439 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
440 "collect",
441 "--swarming",
442 "https://chromium-swarm.appspot.com",
323 "--decorate", 443 "--decorate",
324 "--print-status-updates", 444 "--print-status-updates",
325 "--shards", 445 "--shards",
326 "1", 446 "1",
327 "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571", 447 "telemetry_gpu_unittests on NVIDIA GPU on Mac Retina/Mac-10.9/eeeeeeeeee/M ac10.9 Tests/571",
328 "--task-output-dir", 448 "--task-output-dir",
329 "/path/to/tmp/" 449 "/path/to/tmp/"
330 ], 450 ],
331 "cwd": "[SLAVE_BUILD]", 451 "cwd": "[SLAVE_BUILD]",
332 "name": "telemetry_gpu_unittests", 452 "name": "telemetry_gpu_unittests on NVIDIA GPU on Mac Retina on Mac-10.9",
333 "~followup_annotations": [ 453 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@outdir_json@{@@@", 454 "@@@STEP_LOG_LINE@outdir_json@{@@@",
335 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [] , \\\"valid\\\": true}\", @@@", 455 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [] , \\\"valid\\\": true}\", @@@",
336 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 456 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
337 "@@@STEP_LOG_LINE@outdir_json@}@@@", 457 "@@@STEP_LOG_LINE@outdir_json@}@@@",
338 "@@@STEP_LOG_END@outdir_json@@@" 458 "@@@STEP_LOG_END@outdir_json@@@"
339 ] 459 ]
340 }, 460 },
341 { 461 {
342 "name": "$result", 462 "name": "$result",
343 "recipe_result": null, 463 "recipe_result": null,
344 "status_code": 0 464 "status_code": 0
345 } 465 }
346 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698