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

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

Issue 2307743002: Reland "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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "--gsutil-py-path", 734 "--gsutil-py-path",
735 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 735 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
736 "--ninja-path", 736 "--ninja-path",
737 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 737 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
738 "--target", 738 "--target",
739 "Release", 739 "Release",
740 "--src-dir", 740 "--src-dir",
741 "[BUILDER_CACHE]\\win\\src", 741 "[BUILDER_CACHE]\\win\\src",
742 "--goma-cache-dir", 742 "--goma-cache-dir",
743 "[GOMA_CACHE]", 743 "[GOMA_CACHE]",
744 "--buildbot-buildername",
745 "win_chromium_variable",
746 "--buildbot-mastername",
747 "tryserver.chromium.win",
748 "--buildbot-slavename",
749 "build1-a1",
744 "--goma-deps-cache-dir", 750 "--goma-deps-cache-dir",
745 "[GOMA_DEPS_CACHE]", 751 "[GOMA_DEPS_CACHE]",
746 "--compiler", 752 "--compiler",
747 "goma", 753 "goma",
748 "--goma-jsonstatus", 754 "--goma-jsonstatus",
749 "/path/to/tmp/json", 755 "/path/to/tmp/json",
750 "--goma-service-account-json-file", 756 "--goma-service-account-json-file",
751 "C:\\creds\\service_accounts\\service-account-goma-client.json", 757 "C:\\creds\\service_accounts\\service-account-goma-client.json",
752 "--goma-dir", 758 "--goma-dir",
753 "[CACHE]\\cipd\\goma", 759 "[CACHE]\\cipd\\goma",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 "@@@STEP_LOG_END@report@@@", 1000 "@@@STEP_LOG_END@report@@@",
995 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 1001 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
996 ] 1002 ]
997 }, 1003 },
998 { 1004 {
999 "name": "$result", 1005 "name": "$result",
1000 "recipe_result": null, 1006 "recipe_result": null,
1001 "status_code": 0 1007 "status_code": 0
1002 } 1008 }
1003 ] 1009 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698