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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_win_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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 10 matching lines...) Expand all
21 "TestSlavename", 21 "TestSlavename",
22 "--spec", 22 "--spec",
23 "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'}]", 23 "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'}]",
24 "--root", 24 "--root",
25 "src", 25 "src",
26 "--revision_mapping_file", 26 "--revision_mapping_file",
27 "{\"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\"}", 27 "{\"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\"}",
28 "--output_json", 28 "--output_json",
29 "/path/to/tmp/json", 29 "/path/to/tmp/json",
30 "--revision", 30 "--revision",
31 "src@1111111", 31 "src@HEAD",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]", 34 "cwd": "[SLAVE_BUILD]",
35 "name": "bot_update", 35 "name": "bot_update",
36 "~followup_annotations": [ 36 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
132 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 132 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
133 "/path/to/tmp/json" 133 "/path/to/tmp/json"
134 ], 134 ],
135 "cwd": "[SLAVE_BUILD]", 135 "cwd": "[SLAVE_BUILD]",
136 "name": "read test spec", 136 "name": "read test spec",
137 "~followup_annotations": [ 137 "~followup_annotations": [
138 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 138 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
139 "@@@STEP_LOG_LINE@json.output@{@@@", 139 "@@@STEP_LOG_LINE@json.output@{@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", 140 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@",
141 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 141 "@@@STEP_LOG_LINE@json.output@ \"isolated_scripts\": [@@@",
142 "@@@STEP_LOG_LINE@json.output@ {@@@", 142 "@@@STEP_LOG_LINE@json.output@ {@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"isolate_name\": \"telemetry_gpu_un ittests\", @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"name\": \"telemetry_gpu_unittests\ ", @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 145 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 146 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true, @@@",
145 "@@@STEP_LOG_LINE@json.output@ }, @@@", 147 "@@@STEP_LOG_LINE@json.output@ \"dimension_sets\": [@@@",
146 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 148 "@@@STEP_LOG_LINE@json.output@ {@@@",
149 "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"10de:104a\", @@@",
150 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Windows\"@@@",
151 "@@@STEP_LOG_LINE@json.output@ }, @@@",
152 "@@@STEP_LOG_LINE@json.output@ {@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"1002:6779\", @@@",
154 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Windows\"@@@",
155 "@@@STEP_LOG_LINE@json.output@ }, @@@",
156 "@@@STEP_LOG_LINE@json.output@ {@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"15ad:0405\", @@@",
158 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Windows\"@@@",
159 "@@@STEP_LOG_LINE@json.output@ }@@@",
160 "@@@STEP_LOG_LINE@json.output@ ]@@@",
161 "@@@STEP_LOG_LINE@json.output@ }@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@", 162 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@ ]@@@", 163 "@@@STEP_LOG_LINE@json.output@ ]@@@",
149 "@@@STEP_LOG_LINE@json.output@ }@@@", 164 "@@@STEP_LOG_LINE@json.output@ }@@@",
150 "@@@STEP_LOG_LINE@json.output@}@@@", 165 "@@@STEP_LOG_LINE@json.output@}@@@",
151 "@@@STEP_LOG_END@json.output@@@" 166 "@@@STEP_LOG_END@json.output@@@"
152 ] 167 ]
153 }, 168 },
154 { 169 {
155 "cmd": [ 170 "cmd": [
156 "python", 171 "python",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "@@@STEP_LOG_END@python.inline@@@" 217 "@@@STEP_LOG_END@python.inline@@@"
203 ] 218 ]
204 }, 219 },
205 { 220 {
206 "cmd": [ 221 "cmd": [
207 "python", 222 "python",
208 "-u", 223 "-u",
209 "[BUILD]\\scripts\\slave\\extract_build.py", 224 "[BUILD]\\scripts\\slave\\extract_build.py",
210 "--target", 225 "--target",
211 "Release", 226 "Release",
212 "--build-archive-url", 227 "--build-url",
213 "gs://test-domain/test-archive.zip", 228 "gs://chromium-win-archive/chromium.win/Win Builder/full-build-win32.zip",
229 "--build_revision",
230 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
214 "--master-name", 231 "--master-name",
215 "chromium.win", 232 "chromium.win",
216 "--build-number", 233 "--build-number",
217 "571" 234 "571"
218 ], 235 ],
219 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
220 "name": "extract build" 237 "name": "extract build"
221 }, 238 },
222 { 239 {
223 "cmd": [ 240 "cmd": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "trigger", 276 "trigger",
260 "--swarming", 277 "--swarming",
261 "https://chromium-swarm.appspot.com", 278 "https://chromium-swarm.appspot.com",
262 "--isolate-server", 279 "--isolate-server",
263 "https://isolateserver.appspot.com", 280 "https://isolateserver.appspot.com",
264 "--priority", 281 "--priority",
265 "25", 282 "25",
266 "--shards", 283 "--shards",
267 "1", 284 "1",
268 "--task-name", 285 "--task-name",
269 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571", 286 "telemetry_gpu_unittests on NVIDIA GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571",
270 "--dump-json", 287 "--dump-json",
271 "/path/to/tmp/json", 288 "/path/to/tmp/json",
272 "--expiration", 289 "--expiration",
273 "3600", 290 "3600",
274 "--io-timeout", 291 "--io-timeout",
275 "1200", 292 "1200",
276 "--hard-timeout", 293 "--hard-timeout",
277 "3600", 294 "3600",
278 "--dimension", 295 "--dimension",
279 "cpu", 296 "cpu",
280 "x86-64", 297 "x86-64",
281 "--dimension", 298 "--dimension",
282 "gpu", 299 "gpu",
283 "none", 300 "10de:104a",
284 "--dimension", 301 "--dimension",
285 "os", 302 "os",
286 "Windows-7-SP1", 303 "Windows",
287 "--dimension", 304 "--dimension",
288 "pool", 305 "pool",
289 "Chrome", 306 "Chrome",
290 "--tag", 307 "--tag",
291 "buildername:Win7 Tests (1)", 308 "buildername:Win7 Tests (1)",
292 "--tag", 309 "--tag",
293 "buildnumber:571", 310 "buildnumber:571",
294 "--tag", 311 "--tag",
295 "data:ffffffffffffffffffffffffffffffffffffffff", 312 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
296 "--tag", 313 "--tag",
297 "master:chromium.win", 314 "master:chromium.win",
298 "--tag", 315 "--tag",
299 "name:browser_tests", 316 "name:telemetry_gpu_unittests on NVIDIA GPU on Windows",
300 "--tag", 317 "--tag",
301 "os:Windows-7-SP1", 318 "os:Windows",
302 "--tag", 319 "--tag",
303 "project:chromium", 320 "project:chromium",
304 "--tag", 321 "--tag",
305 "purpose:CI", 322 "purpose:CI",
306 "--tag", 323 "--tag",
307 "purpose:post-commit", 324 "purpose:post-commit",
308 "--tag", 325 "--tag",
309 "stepname:browser_tests", 326 "stepname:telemetry_gpu_unittests on NVIDIA GPU on Windows on Windows",
310 "--idempotent", 327 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
311 "ffffffffffffffffffffffffffffffffffffffff",
312 "--", 328 "--",
313 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 329 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
314 ], 330 ],
315 "cwd": "[SLAVE_BUILD]", 331 "cwd": "[SLAVE_BUILD]",
316 "name": "[trigger] browser_tests", 332 "name": "[trigger] telemetry_gpu_unittests on NVIDIA GPU on Windows on Windo ws",
317 "~followup_annotations": [ 333 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@json.output@{@@@", 334 "@@@STEP_LOG_LINE@json.output@{@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-7-SP1/ffffffffff/Win7 Tests (1)/571\", @@@", 335 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts on NVIDIA GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\", @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 336 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
321 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff /Win7 Tests (1)/571\": {@@@", 337 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on NVIDIA GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\": {@@@",
322 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 338 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
323 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 339 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
324 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 340 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
341 "@@@STEP_LOG_LINE@json.output@ }@@@",
342 "@@@STEP_LOG_LINE@json.output@ }@@@",
343 "@@@STEP_LOG_LINE@json.output@}@@@",
344 "@@@STEP_LOG_END@json.output@@@",
345 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
346 ]
347 },
348 {
349 "cmd": [
350 "python",
351 "-u",
352 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
353 "trigger",
354 "--swarming",
355 "https://chromium-swarm.appspot.com",
356 "--isolate-server",
357 "https://isolateserver.appspot.com",
358 "--priority",
359 "25",
360 "--shards",
361 "1",
362 "--task-name",
363 "telemetry_gpu_unittests on ATI GPU on Windows/Windows/eeeeeeeeee/Win7 Tes ts (1)/571",
364 "--dump-json",
365 "/path/to/tmp/json",
366 "--expiration",
367 "3600",
368 "--io-timeout",
369 "1200",
370 "--hard-timeout",
371 "3600",
372 "--dimension",
373 "cpu",
374 "x86-64",
375 "--dimension",
376 "gpu",
377 "1002:6779",
378 "--dimension",
379 "os",
380 "Windows",
381 "--dimension",
382 "pool",
383 "Chrome",
384 "--tag",
385 "buildername:Win7 Tests (1)",
386 "--tag",
387 "buildnumber:571",
388 "--tag",
389 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
390 "--tag",
391 "master:chromium.win",
392 "--tag",
393 "name:telemetry_gpu_unittests on ATI GPU on Windows",
394 "--tag",
395 "os:Windows",
396 "--tag",
397 "project:chromium",
398 "--tag",
399 "purpose:CI",
400 "--tag",
401 "purpose:post-commit",
402 "--tag",
403 "stepname:telemetry_gpu_unittests on ATI GPU on Windows on Windows",
404 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
405 "--",
406 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
407 ],
408 "cwd": "[SLAVE_BUILD]",
409 "name": "[trigger] telemetry_gpu_unittests on ATI GPU on Windows on Windows" ,
410 "~followup_annotations": [
411 "@@@STEP_LOG_LINE@json.output@{@@@",
412 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts on ATI GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\", @@@",
413 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
414 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on ATI GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\": {@@@",
415 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
416 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
417 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
418 "@@@STEP_LOG_LINE@json.output@ }@@@",
419 "@@@STEP_LOG_LINE@json.output@ }@@@",
420 "@@@STEP_LOG_LINE@json.output@}@@@",
421 "@@@STEP_LOG_END@json.output@@@",
422 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
423 ]
424 },
425 {
426 "cmd": [
427 "python",
428 "-u",
429 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
430 "trigger",
431 "--swarming",
432 "https://chromium-swarm.appspot.com",
433 "--isolate-server",
434 "https://isolateserver.appspot.com",
435 "--priority",
436 "25",
437 "--shards",
438 "1",
439 "--task-name",
440 "telemetry_gpu_unittests on (15ad) GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571",
441 "--dump-json",
442 "/path/to/tmp/json",
443 "--expiration",
444 "3600",
445 "--io-timeout",
446 "1200",
447 "--hard-timeout",
448 "3600",
449 "--dimension",
450 "cpu",
451 "x86-64",
452 "--dimension",
453 "gpu",
454 "15ad:0405",
455 "--dimension",
456 "os",
457 "Windows",
458 "--dimension",
459 "pool",
460 "Chrome",
461 "--tag",
462 "buildername:Win7 Tests (1)",
463 "--tag",
464 "buildnumber:571",
465 "--tag",
466 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
467 "--tag",
468 "master:chromium.win",
469 "--tag",
470 "name:telemetry_gpu_unittests on (15ad) GPU on Windows",
471 "--tag",
472 "os:Windows",
473 "--tag",
474 "project:chromium",
475 "--tag",
476 "purpose:CI",
477 "--tag",
478 "purpose:post-commit",
479 "--tag",
480 "stepname:telemetry_gpu_unittests on (15ad) GPU on Windows on Windows",
481 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
482 "--",
483 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
484 ],
485 "cwd": "[SLAVE_BUILD]",
486 "name": "[trigger] telemetry_gpu_unittests on (15ad) GPU on Windows on Windo ws",
487 "~followup_annotations": [
488 "@@@STEP_LOG_LINE@json.output@{@@@",
489 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts on (15ad) GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\", @@@",
490 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
491 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on (15ad) GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571\": {@@@",
492 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
493 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
494 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
325 "@@@STEP_LOG_LINE@json.output@ }@@@", 495 "@@@STEP_LOG_LINE@json.output@ }@@@",
326 "@@@STEP_LOG_LINE@json.output@ }@@@", 496 "@@@STEP_LOG_LINE@json.output@ }@@@",
327 "@@@STEP_LOG_LINE@json.output@}@@@", 497 "@@@STEP_LOG_LINE@json.output@}@@@",
328 "@@@STEP_LOG_END@json.output@@@", 498 "@@@STEP_LOG_END@json.output@@@",
329 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 499 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
330 ] 500 ]
331 }, 501 },
332 { 502 {
333 "cmd": [ 503 "cmd": [
334 "python", 504 "python",
335 "-u", 505 "-u",
336 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", 506 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py",
337 "--build-dir", 507 "--build-dir",
338 "[SLAVE_BUILD]\\src\\out", 508 "[SLAVE_BUILD]\\src\\out",
339 "--target", 509 "--target",
340 "Release", 510 "Release",
341 "--force-clean", 511 "--force-clean",
342 "--config", 512 "--config",
343 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", 513 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config",
344 "--write-full-results-to", 514 "--write-full-results-to",
345 "/path/to/tmp/json" 515 "/path/to/tmp/json"
346 ], 516 ],
347 "cwd": "[SLAVE_BUILD]", 517 "cwd": "[SLAVE_BUILD]",
348 "name": "test_installer" 518 "name": "test_installer"
349 }, 519 },
350 { 520 {
351 "allow_subannotations": true,
352 "cmd": [ 521 "cmd": [
353 "python", 522 "python",
354 "-u", 523 "-u",
355 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", 524 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
356 "--swarming-client-dir",
357 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
358 "--temp-root-dir",
359 "[TMP_BASE]",
360 "--merged-test-output",
361 "/path/to/tmp/json",
362 "--",
363 "collect", 525 "collect",
364 "--swarming", 526 "--swarming",
365 "https://chromium-swarm.appspot.com", 527 "https://chromium-swarm.appspot.com",
366 "--decorate", 528 "--decorate",
367 "--print-status-updates", 529 "--print-status-updates",
368 "--shards", 530 "--shards",
369 "1", 531 "1",
370 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571" 532 "telemetry_gpu_unittests on NVIDIA GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571",
533 "--task-output-dir",
534 "/path/to/tmp/"
371 ], 535 ],
372 "cwd": "[SLAVE_BUILD]", 536 "cwd": "[SLAVE_BUILD]",
373 "name": "browser_tests" 537 "name": "telemetry_gpu_unittests on NVIDIA GPU on Windows on Windows",
538 "~followup_annotations": [
539 "@@@STEP_LOG_LINE@outdir_json@{@@@",
540 "@@@STEP_LOG_LINE@outdir_json@ \"0\\\\output.json\": \"{\\\"failures\\\": [], \\\"valid\\\": true}\", @@@",
541 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
542 "@@@STEP_LOG_LINE@outdir_json@}@@@",
543 "@@@STEP_LOG_END@outdir_json@@@"
544 ]
374 }, 545 },
375 { 546 {
376 "cmd": [ 547 "cmd": [
377 "python", 548 "python",
378 "-u", 549 "-u",
379 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", 550 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
380 "--input-gtest-json", 551 "collect",
381 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 552 "--swarming",
382 "--master-name", 553 "https://chromium-swarm.appspot.com",
383 "chromium.win", 554 "--decorate",
384 "--builder-name", 555 "--print-status-updates",
385 "Win7 Tests (1)", 556 "--shards",
386 "--build-number", 557 "1",
387 "571", 558 "telemetry_gpu_unittests on ATI GPU on Windows/Windows/eeeeeeeeee/Win7 Tes ts (1)/571",
388 "--test-type", 559 "--task-output-dir",
389 "browser_tests", 560 "/path/to/tmp/"
390 "--test-results-server",
391 "test-results.appspot.com",
392 "--chrome-revision",
393 "170242"
394 ], 561 ],
395 "cwd": "[SLAVE_BUILD]", 562 "cwd": "[SLAVE_BUILD]",
396 "name": "Upload to test-results [browser_tests]" 563 "name": "telemetry_gpu_unittests on ATI GPU on Windows on Windows",
564 "~followup_annotations": [
565 "@@@STEP_LOG_LINE@outdir_json@{@@@",
566 "@@@STEP_LOG_LINE@outdir_json@ \"0\\\\output.json\": \"{\\\"failures\\\": [], \\\"valid\\\": true}\", @@@",
567 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
568 "@@@STEP_LOG_LINE@outdir_json@}@@@",
569 "@@@STEP_LOG_END@outdir_json@@@"
570 ]
397 }, 571 },
398 { 572 {
399 "cmd": [ 573 "cmd": [
574 "python",
575 "-u",
576 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
577 "collect",
578 "--swarming",
579 "https://chromium-swarm.appspot.com",
580 "--decorate",
581 "--print-status-updates",
582 "--shards",
583 "1",
584 "telemetry_gpu_unittests on (15ad) GPU on Windows/Windows/eeeeeeeeee/Win7 Tests (1)/571",
585 "--task-output-dir",
586 "/path/to/tmp/"
587 ],
588 "cwd": "[SLAVE_BUILD]",
589 "name": "telemetry_gpu_unittests on (15ad) GPU on Windows on Windows",
590 "~followup_annotations": [
591 "@@@STEP_LOG_LINE@outdir_json@{@@@",
592 "@@@STEP_LOG_LINE@outdir_json@ \"0\\\\output.json\": \"{\\\"failures\\\": [], \\\"valid\\\": true}\", @@@",
593 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
594 "@@@STEP_LOG_LINE@outdir_json@}@@@",
595 "@@@STEP_LOG_END@outdir_json@@@"
596 ]
597 },
598 {
599 "cmd": [
400 "python", 600 "python",
401 "-u", 601 "-u",
402 "[BUILD]\\scripts\\slave\\process_dumps.py", 602 "[BUILD]\\scripts\\slave\\process_dumps.py",
403 "--target", 603 "--target",
404 "Release" 604 "Release"
405 ], 605 ],
406 "cwd": "[SLAVE_BUILD]", 606 "cwd": "[SLAVE_BUILD]",
407 "name": "process_dumps" 607 "name": "process_dumps"
408 }, 608 },
409 { 609 {
410 "name": "$result", 610 "name": "$result",
411 "recipe_result": null, 611 "recipe_result": null,
412 "status_code": 0 612 "status_code": 0
413 } 613 }
414 ] 614 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698