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

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

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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_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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "/path/to/tmp/json", 599 "/path/to/tmp/json",
600 "--generate-json-file", 600 "--generate-json-file",
601 "-o", 601 "-o",
602 "gtest-results/gl_tests.exe", 602 "gtest-results/gl_tests.exe",
603 "--builder-name=win_chromium_variable", 603 "--builder-name=win_chromium_variable",
604 "--slave-name=build1-a1", 604 "--slave-name=build1-a1",
605 "--build-number=1", 605 "--build-number=1",
606 "gl_tests.exe", 606 "gl_tests.exe",
607 "Test.One\nTest.Two\nTest.Three" 607 "Test.One\nTest.Two\nTest.Three"
608 ], 608 ],
609 "env": {
610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
611 },
609 "name": "test r1.gl_tests (r1)", 612 "name": "test r1.gl_tests (r1)",
610 "~followup_annotations": [ 613 "~followup_annotations": [
611 "@@@STEP_NEST_LEVEL@1@@@", 614 "@@@STEP_NEST_LEVEL@1@@@",
612 "step returned non-zero exit code: 1", 615 "step returned non-zero exit code: 1",
613 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", 616 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@",
614 "@@@STEP_FAILURE@@@" 617 "@@@STEP_FAILURE@@@"
615 ] 618 ]
616 }, 619 },
617 { 620 {
618 "cmd": [ 621 "cmd": [
619 "python", 622 "python",
620 "-u", 623 "-u",
621 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 624 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
622 "--target", 625 "--target",
623 "Release" 626 "Release"
624 ], 627 ],
628 "env": {
629 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
630 },
625 "name": "test r1.process_dumps", 631 "name": "test r1.process_dumps",
626 "~followup_annotations": [ 632 "~followup_annotations": [
627 "@@@STEP_NEST_LEVEL@1@@@" 633 "@@@STEP_NEST_LEVEL@1@@@"
628 ] 634 ]
629 }, 635 },
630 { 636 {
631 "cmd": [ 637 "cmd": [
632 "python", 638 "python",
633 "-u", 639 "-u",
634 "import sys; sys.exit(0)" 640 "import sys; sys.exit(0)"
(...skipping 26 matching lines...) Expand all
661 "@@@STEP_LOG_END@report@@@", 667 "@@@STEP_LOG_END@report@@@",
662 "@@@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}}}}@@@" 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}}}}@@@"
663 ] 669 ]
664 }, 670 },
665 { 671 {
666 "name": "$result", 672 "name": "$result",
667 "recipe_result": null, 673 "recipe_result": null,
668 "status_code": 0 674 "status_code": 0
669 } 675 }
670 ] 676 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698