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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "Chrome", 432 "Chrome",
433 "--tag", 433 "--tag",
434 "buildername:linux_chromium_rel_ng", 434 "buildername:linux_chromium_rel_ng",
435 "--tag", 435 "--tag",
436 "buildnumber:571", 436 "buildnumber:571",
437 "--tag", 437 "--tag",
438 "data:[dummy hash for gl_tests]", 438 "data:[dummy hash for gl_tests]",
439 "--tag", 439 "--tag",
440 "master:tryserver.chromium.linux", 440 "master:tryserver.chromium.linux",
441 "--tag", 441 "--tag",
442 "name:gl_tests (with patch)", 442 "name:gl_tests",
443 "--tag", 443 "--tag",
444 "os:Ubuntu-12.04", 444 "os:Ubuntu-12.04",
445 "--tag", 445 "--tag",
446 "patch_project:chromium", 446 "patch_project:chromium",
447 "--tag", 447 "--tag",
448 "project:chromium", 448 "project:chromium",
449 "--tag", 449 "--tag",
450 "purpose:CQ", 450 "purpose:CQ",
451 "--tag", 451 "--tag",
452 "purpose:pre-commit", 452 "purpose:pre-commit",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "Chrome", 775 "Chrome",
776 "--tag", 776 "--tag",
777 "buildername:linux_chromium_rel_ng", 777 "buildername:linux_chromium_rel_ng",
778 "--tag", 778 "--tag",
779 "buildnumber:571", 779 "buildnumber:571",
780 "--tag", 780 "--tag",
781 "data:[dummy hash for gl_tests]", 781 "data:[dummy hash for gl_tests]",
782 "--tag", 782 "--tag",
783 "master:tryserver.chromium.linux", 783 "master:tryserver.chromium.linux",
784 "--tag", 784 "--tag",
785 "name:gl_tests (without patch)", 785 "name:gl_tests",
786 "--tag", 786 "--tag",
787 "os:Ubuntu-12.04", 787 "os:Ubuntu-12.04",
788 "--tag", 788 "--tag",
789 "patch_project:chromium", 789 "patch_project:chromium",
790 "--tag", 790 "--tag",
791 "project:chromium", 791 "project:chromium",
792 "--tag", 792 "--tag",
793 "purpose:CQ", 793 "purpose:CQ",
794 "--tag", 794 "--tag",
795 "purpose:pre-commit", 795 "purpose:pre-commit",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 890 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
891 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 891 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
892 ] 892 ]
893 }, 893 },
894 { 894 {
895 "name": "$result", 895 "name": "$result",
896 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 896 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
897 "status_code": 1 897 "status_code": 1
898 } 898 }
899 ] 899 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698