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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "-b", 538 "-b",
539 "Win Builder", 539 "Win Builder",
540 "--config-file", 540 "--config-file",
541 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 541 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
542 "--goma-dir", 542 "--goma-dir",
543 "[CACHE]\\cipd\\goma", 543 "[CACHE]\\cipd\\goma",
544 "--swarming-targets-file", 544 "--swarming-targets-file",
545 "gl_tests\n", 545 "gl_tests\n",
546 "//out/Release" 546 "//out/Release"
547 ], 547 ],
548 "cwd": "[SLAVE_BUILD]\\src",
548 "env": { 549 "env": {
549 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 550 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
550 }, 551 },
551 "name": "test r1.generate_build_files", 552 "name": "test r1.generate_build_files",
552 "~followup_annotations": [ 553 "~followup_annotations": [
553 "@@@STEP_NEST_LEVEL@1@@@", 554 "@@@STEP_NEST_LEVEL@1@@@",
554 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 555 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
555 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 556 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
556 ] 557 ]
557 }, 558 },
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "@@@STEP_LOG_END@report@@@", 819 "@@@STEP_LOG_END@report@@@",
819 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 820 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
820 ] 821 ]
821 }, 822 },
822 { 823 {
823 "name": "$result", 824 "name": "$result",
824 "recipe_result": null, 825 "recipe_result": null,
825 "status_code": 0 826 "status_code": 0
826 } 827 }
827 ] 828 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698