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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "~followup_annotations": [ 753 "~followup_annotations": [
754 "@@@STEP_NEST_LEVEL@1@@@", 754 "@@@STEP_NEST_LEVEL@1@@@",
755 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 755 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
756 "@@@STEP_LOG_END@json.output (invalid)@@@" 756 "@@@STEP_LOG_END@json.output (invalid)@@@"
757 ] 757 ]
758 }, 758 },
759 { 759 {
760 "cmd": [ 760 "cmd": [
761 "python", 761 "python",
762 "-u", 762 "-u",
763 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 763 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
764 "--build-dir", 764 "--build-dir",
765 "[BUILDER_CACHE]\\win\\src\\out\\Release", 765 "[BUILDER_CACHE]\\win\\src\\out\\Release"
766 "--src-dir",
767 "[BUILDER_CACHE]\\win\\src"
768 ], 766 ],
769 "cwd": "[SLAVE_BUILD]", 767 "cwd": "[SLAVE_BUILD]",
770 "name": "test r1.remove_build_metadata", 768 "name": "test r1.remove_build_metadata",
771 "~followup_annotations": [ 769 "~followup_annotations": [
772 "@@@STEP_NEST_LEVEL@1@@@" 770 "@@@STEP_NEST_LEVEL@1@@@"
773 ] 771 ]
774 }, 772 },
775 { 773 {
776 "cmd": [ 774 "cmd": [
777 "python", 775 "python",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 "@@@STEP_LOG_END@report@@@", 984 "@@@STEP_LOG_END@report@@@",
987 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 985 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
988 ] 986 ]
989 }, 987 },
990 { 988 {
991 "name": "$result", 989 "name": "$result",
992 "recipe_result": null, 990 "recipe_result": null,
993 "status_code": 0 991 "status_code": 0
994 } 992 }
995 ] 993 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698