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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "@@@STEP_LOG_END@report@@@", 665 "@@@STEP_LOG_END@report@@@",
666 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 666 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
667 ] 667 ]
668 }, 668 },
669 { 669 {
670 "name": "$result", 670 "name": "$result",
671 "recipe_result": null, 671 "recipe_result": null,
672 "status_code": 0 672 "status_code": 0
673 } 673 }
674 ] 674 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698