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

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

Issue 1733683002: swarming: only use text until first space for name tag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 "[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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "Chrome", 316 "Chrome",
317 "--tag", 317 "--tag",
318 "buildername:Win7 Tests (1)", 318 "buildername:Win7 Tests (1)",
319 "--tag", 319 "--tag",
320 "buildnumber:571", 320 "buildnumber:571",
321 "--tag", 321 "--tag",
322 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 322 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
323 "--tag", 323 "--tag",
324 "master:chromium.win", 324 "master:chromium.win",
325 "--tag", 325 "--tag",
326 "name:telemetry_gpu_unittests on NVIDIA GPU on Windows", 326 "name:telemetry_gpu_unittests",
327 "--tag", 327 "--tag",
328 "os:Windows", 328 "os:Windows",
329 "--tag", 329 "--tag",
330 "project:chromium", 330 "project:chromium",
331 "--tag", 331 "--tag",
332 "purpose:CI", 332 "purpose:CI",
333 "--tag", 333 "--tag",
334 "purpose:post-commit", 334 "purpose:post-commit",
335 "--tag", 335 "--tag",
336 "slavename:TestSlavename", 336 "slavename:TestSlavename",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "Chrome", 395 "Chrome",
396 "--tag", 396 "--tag",
397 "buildername:Win7 Tests (1)", 397 "buildername:Win7 Tests (1)",
398 "--tag", 398 "--tag",
399 "buildnumber:571", 399 "buildnumber:571",
400 "--tag", 400 "--tag",
401 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 401 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
402 "--tag", 402 "--tag",
403 "master:chromium.win", 403 "master:chromium.win",
404 "--tag", 404 "--tag",
405 "name:telemetry_gpu_unittests on ATI GPU on Windows", 405 "name:telemetry_gpu_unittests",
406 "--tag", 406 "--tag",
407 "os:Windows", 407 "os:Windows",
408 "--tag", 408 "--tag",
409 "project:chromium", 409 "project:chromium",
410 "--tag", 410 "--tag",
411 "purpose:CI", 411 "purpose:CI",
412 "--tag", 412 "--tag",
413 "purpose:post-commit", 413 "purpose:post-commit",
414 "--tag", 414 "--tag",
415 "slavename:TestSlavename", 415 "slavename:TestSlavename",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "Chrome", 474 "Chrome",
475 "--tag", 475 "--tag",
476 "buildername:Win7 Tests (1)", 476 "buildername:Win7 Tests (1)",
477 "--tag", 477 "--tag",
478 "buildnumber:571", 478 "buildnumber:571",
479 "--tag", 479 "--tag",
480 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 480 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
481 "--tag", 481 "--tag",
482 "master:chromium.win", 482 "master:chromium.win",
483 "--tag", 483 "--tag",
484 "name:telemetry_gpu_unittests on (15ad) GPU on Windows", 484 "name:telemetry_gpu_unittests",
485 "--tag", 485 "--tag",
486 "os:Windows", 486 "os:Windows",
487 "--tag", 487 "--tag",
488 "project:chromium", 488 "project:chromium",
489 "--tag", 489 "--tag",
490 "purpose:CI", 490 "purpose:CI",
491 "--tag", 491 "--tag",
492 "purpose:post-commit", 492 "purpose:post-commit",
493 "--tag", 493 "--tag",
494 "slavename:TestSlavename", 494 "slavename:TestSlavename",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ], 621 ],
622 "cwd": "[SLAVE_BUILD]", 622 "cwd": "[SLAVE_BUILD]",
623 "name": "process_dumps" 623 "name": "process_dumps"
624 }, 624 },
625 { 625 {
626 "name": "$result", 626 "name": "$result",
627 "recipe_result": null, 627 "recipe_result": null,
628 "status_code": 0 628 "status_code": 0
629 } 629 }
630 ] 630 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698