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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "@@@STEP_LOG_END@report@@@", 834 "@@@STEP_LOG_END@report@@@",
834 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@" 835 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
835 ] 836 ]
836 }, 837 },
837 { 838 {
838 "name": "$result", 839 "name": "$result",
839 "recipe_result": null, 840 "recipe_result": null,
840 "status_code": 0 841 "status_code": 0
841 } 842 }
842 ] 843 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698