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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.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, 7 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "Release", 598 "Release",
599 "--use-src-side-runtest-py", 599 "--use-src-side-runtest-py",
600 "--paths", 600 "--paths",
601 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 601 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
602 "--properties", 602 "--properties",
603 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}", 603 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}",
604 "run", 604 "run",
605 "--output", 605 "--output",
606 "/path/to/tmp/json" 606 "/path/to/tmp/json"
607 ], 607 ],
608 "env": {
609 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
610 },
608 "name": "test r1.checkperms (r1)", 611 "name": "test r1.checkperms (r1)",
609 "~followup_annotations": [ 612 "~followup_annotations": [
610 "@@@STEP_NEST_LEVEL@1@@@", 613 "@@@STEP_NEST_LEVEL@1@@@",
611 "@@@STEP_LOG_LINE@json.output@{@@@", 614 "@@@STEP_LOG_LINE@json.output@{@@@",
612 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 615 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
613 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 616 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
614 "@@@STEP_LOG_LINE@json.output@}@@@", 617 "@@@STEP_LOG_LINE@json.output@}@@@",
615 "@@@STEP_LOG_END@json.output@@@" 618 "@@@STEP_LOG_END@json.output@@@"
616 ] 619 ]
617 }, 620 },
618 { 621 {
619 "cmd": [ 622 "cmd": [
620 "python", 623 "python",
621 "-u", 624 "-u",
622 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 625 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
623 "--target", 626 "--target",
624 "Release" 627 "Release"
625 ], 628 ],
629 "env": {
630 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
631 },
626 "name": "test r1.process_dumps", 632 "name": "test r1.process_dumps",
627 "~followup_annotations": [ 633 "~followup_annotations": [
628 "@@@STEP_NEST_LEVEL@1@@@" 634 "@@@STEP_NEST_LEVEL@1@@@"
629 ] 635 ]
630 }, 636 },
631 { 637 {
632 "cmd": [ 638 "cmd": [
633 "python", 639 "python",
634 "-u", 640 "-u",
635 "import sys; sys.exit(0)" 641 "import sys; sys.exit(0)"
(...skipping 20 matching lines...) Expand all
656 "@@@STEP_LOG_END@report@@@", 662 "@@@STEP_LOG_END@report@@@",
657 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 663 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
658 ] 664 ]
659 }, 665 },
660 { 666 {
661 "name": "$result", 667 "name": "$result",
662 "recipe_result": null, 668 "recipe_result": null,
663 "status_code": 0 669 "status_code": 0
664 } 670 }
665 ] 671 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698