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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json

Issue 2225893002: Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "@@@STEP_NEST_LEVEL@1@@@", 614 "@@@STEP_NEST_LEVEL@1@@@",
615 "step returned non-zero exit code: 1", 615 "step returned non-zero exit code: 1",
616 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", 616 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@",
617 "@@@STEP_FAILURE@@@" 617 "@@@STEP_FAILURE@@@"
618 ] 618 ]
619 }, 619 },
620 { 620 {
621 "cmd": [ 621 "cmd": [
622 "python", 622 "python",
623 "-u", 623 "-u",
624 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py",
625 "--input-gtest-json",
626 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"FAILURE\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
627 "--master-name",
628 "tryserver.chromium.win",
629 "--builder-name",
630 "win_chromium_variable",
631 "--build-number",
632 "1",
633 "--test-type",
634 "gl_tests",
635 "--test-results-server",
636 "test-results.appspot.com",
637 "--chrome-revision",
638 "refs/heads/master@{#170242}"
639 ],
640 "env": {
641 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
642 },
643 "name": "test r1.Upload to test-results [gl_tests]",
644 "~followup_annotations": [
645 "@@@STEP_NEST_LEVEL@1@@@"
646 ]
647 },
648 {
649 "cmd": [
650 "python",
651 "-u",
624 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 652 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
625 "--target", 653 "--target",
626 "Release" 654 "Release"
627 ], 655 ],
628 "env": { 656 "env": {
629 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 657 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
630 }, 658 },
631 "name": "test r1.process_dumps", 659 "name": "test r1.process_dumps",
632 "~followup_annotations": [ 660 "~followup_annotations": [
633 "@@@STEP_NEST_LEVEL@1@@@" 661 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "@@@STEP_LOG_END@report@@@", 695 "@@@STEP_LOG_END@report@@@",
668 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 696 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
669 ] 697 ]
670 }, 698 },
671 { 699 {
672 "name": "$result", 700 "name": "$result",
673 "recipe_result": null, 701 "recipe_result": null,
674 "status_code": 0 702 "status_code": 0
675 } 703 }
676 ] 704 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/recipe_config_changes_not_retried_without_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698