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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 "-b", 644 "-b",
645 "Win Builder", 645 "Win Builder",
646 "--config-file", 646 "--config-file",
647 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 647 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
648 "--goma-dir", 648 "--goma-dir",
649 "[CACHE]\\cipd\\goma", 649 "[CACHE]\\cipd\\goma",
650 "--swarming-targets-file", 650 "--swarming-targets-file",
651 "affected_tests\n", 651 "affected_tests\n",
652 "//out/Release" 652 "//out/Release"
653 ], 653 ],
654 "cwd": "[SLAVE_BUILD]\\src",
654 "env": { 655 "env": {
655 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 656 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
656 }, 657 },
657 "name": "test r1.generate_build_files", 658 "name": "test r1.generate_build_files",
658 "~followup_annotations": [ 659 "~followup_annotations": [
659 "@@@STEP_NEST_LEVEL@1@@@", 660 "@@@STEP_NEST_LEVEL@1@@@",
660 "@@@STEP_LOG_LINE@swarming-targets-file.txt@affected_tests@@@", 661 "@@@STEP_LOG_LINE@swarming-targets-file.txt@affected_tests@@@",
661 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 662 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
662 ] 663 ]
663 }, 664 },
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 "@@@STEP_LOG_END@report@@@", 929 "@@@STEP_LOG_END@report@@@",
929 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 930 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
930 ] 931 ]
931 }, 932 },
932 { 933 {
933 "name": "$result", 934 "name": "$result",
934 "recipe_result": null, 935 "recipe_result": null,
935 "status_code": 0 936 "status_code": 0
936 } 937 }
937 ] 938 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698