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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "Chrome", 520 "Chrome",
521 "--tag", 521 "--tag",
522 "buildername:win_chromium_variable", 522 "buildername:win_chromium_variable",
523 "--tag", 523 "--tag",
524 "buildnumber:1", 524 "buildnumber:1",
525 "--tag", 525 "--tag",
526 "data:[dummy hash for gl_tests]", 526 "data:[dummy hash for gl_tests]",
527 "--tag", 527 "--tag",
528 "master:tryserver.chromium.win", 528 "master:tryserver.chromium.win",
529 "--tag", 529 "--tag",
530 "name:gl_tests (r1)", 530 "name:gl_tests",
531 "--tag", 531 "--tag",
532 "os:Windows-7-SP1", 532 "os:Windows-7-SP1",
533 "--tag", 533 "--tag",
534 "project:chromium", 534 "project:chromium",
535 "--tag", 535 "--tag",
536 "purpose:CI", 536 "purpose:CI",
537 "--tag", 537 "--tag",
538 "purpose:post-commit", 538 "purpose:post-commit",
539 "--tag", 539 "--tag",
540 "slavename:build1-a1", 540 "slavename:build1-a1",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "@@@STEP_LOG_END@report@@@", 657 "@@@STEP_LOG_END@report@@@",
658 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 658 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
659 ] 659 ]
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698