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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "Chrome", 624 "Chrome",
625 "--tag", 625 "--tag",
626 "buildername:win_chromium_variable", 626 "buildername:win_chromium_variable",
627 "--tag", 627 "--tag",
628 "buildnumber:1", 628 "buildnumber:1",
629 "--tag", 629 "--tag",
630 "data:[dummy hash for affected_tests]", 630 "data:[dummy hash for affected_tests]",
631 "--tag", 631 "--tag",
632 "master:tryserver.chromium.win", 632 "master:tryserver.chromium.win",
633 "--tag", 633 "--tag",
634 "name:affected_tests (r1)", 634 "name:affected_tests",
635 "--tag", 635 "--tag",
636 "os:Windows-7-SP1", 636 "os:Windows-7-SP1",
637 "--tag", 637 "--tag",
638 "project:chromium", 638 "project:chromium",
639 "--tag", 639 "--tag",
640 "purpose:CI", 640 "purpose:CI",
641 "--tag", 641 "--tag",
642 "purpose:post-commit", 642 "purpose:post-commit",
643 "--tag", 643 "--tag",
644 "slavename:build1-a1", 644 "slavename:build1-a1",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 "@@@STEP_LOG_END@report@@@", 765 "@@@STEP_LOG_END@report@@@",
766 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 766 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
767 ] 767 ]
768 }, 768 },
769 { 769 {
770 "name": "$result", 770 "name": "$result",
771 "recipe_result": null, 771 "recipe_result": null,
772 "status_code": 0 772 "status_code": 0
773 } 773 }
774 ] 774 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698