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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "-m", 522 "-m",
523 "chromium.win", 523 "chromium.win",
524 "-b", 524 "-b",
525 "Win Builder", 525 "Win Builder",
526 "--config-file", 526 "--config-file",
527 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 527 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
528 "--goma-dir", 528 "--goma-dir",
529 "[CACHE]\\cipd\\goma", 529 "[CACHE]\\cipd\\goma",
530 "//out/Release" 530 "//out/Release"
531 ], 531 ],
532 "cwd": "[SLAVE_BUILD]\\src",
532 "env": { 533 "env": {
533 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 534 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
534 }, 535 },
535 "name": "test r1.generate_build_files", 536 "name": "test r1.generate_build_files",
536 "~followup_annotations": [ 537 "~followup_annotations": [
537 "@@@STEP_NEST_LEVEL@1@@@" 538 "@@@STEP_NEST_LEVEL@1@@@"
538 ] 539 ]
539 }, 540 },
540 { 541 {
541 "cmd": [ 542 "cmd": [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "@@@STEP_LOG_END@report@@@", 666 "@@@STEP_LOG_END@report@@@",
666 "@@@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}}}}@@@" 667 "@@@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}}}}@@@"
667 ] 668 ]
668 }, 669 },
669 { 670 {
670 "name": "$result", 671 "name": "$result",
671 "recipe_result": null, 672 "recipe_result": null,
672 "status_code": 0 673 "status_code": 0
673 } 674 }
674 ] 675 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698