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

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

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase Created 4 years, 3 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "--gsutil-py-path", 610 "--gsutil-py-path",
611 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 611 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
612 "--ninja-path", 612 "--ninja-path",
613 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 613 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
614 "--target", 614 "--target",
615 "Release", 615 "Release",
616 "--src-dir", 616 "--src-dir",
617 "[BUILDER_CACHE]\\win\\src", 617 "[BUILDER_CACHE]\\win\\src",
618 "--goma-cache-dir", 618 "--goma-cache-dir",
619 "[GOMA_CACHE]", 619 "[GOMA_CACHE]",
620 "--buildbot-buildername",
621 "win_chromium_variable",
622 "--buildbot-mastername",
623 "tryserver.chromium.win",
624 "--buildbot-slavename",
625 "build1-a1",
620 "--goma-deps-cache-dir", 626 "--goma-deps-cache-dir",
621 "[GOMA_DEPS_CACHE]", 627 "[GOMA_DEPS_CACHE]",
622 "--compiler", 628 "--compiler",
623 "goma", 629 "goma",
624 "--goma-jsonstatus", 630 "--goma-jsonstatus",
625 "/path/to/tmp/json", 631 "/path/to/tmp/json",
626 "--goma-service-account-json-file", 632 "--goma-service-account-json-file",
627 "C:\\creds\\service_accounts\\service-account-goma-client.json", 633 "C:\\creds\\service_accounts\\service-account-goma-client.json",
628 "--goma-dir", 634 "--goma-dir",
629 "[CACHE]\\cipd\\goma", 635 "[CACHE]\\cipd\\goma",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 "@@@STEP_LOG_END@report@@@", 737 "@@@STEP_LOG_END@report@@@",
732 "@@@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}}}}@@@" 738 "@@@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}}}}@@@"
733 ] 739 ]
734 }, 740 },
735 { 741 {
736 "name": "$result", 742 "name": "$result",
737 "recipe_result": null, 743 "recipe_result": null,
738 "status_code": 0 744 "status_code": 0
739 } 745 }
740 ] 746 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698