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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "~followup_annotations": [ 647 "~followup_annotations": [
648 "@@@STEP_NEST_LEVEL@1@@@", 648 "@@@STEP_NEST_LEVEL@1@@@",
649 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 649 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
650 "@@@STEP_LOG_END@json.output (invalid)@@@" 650 "@@@STEP_LOG_END@json.output (invalid)@@@"
651 ] 651 ]
652 }, 652 },
653 { 653 {
654 "cmd": [ 654 "cmd": [
655 "python", 655 "python",
656 "-u", 656 "-u",
657 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 657 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
658 "--build-dir", 658 "--build-dir",
659 "[BUILDER_CACHE]\\win\\src\\out\\Release", 659 "[BUILDER_CACHE]\\win\\src\\out\\Release"
660 "--src-dir",
661 "[BUILDER_CACHE]\\win\\src"
662 ], 660 ],
663 "cwd": "[SLAVE_BUILD]", 661 "cwd": "[SLAVE_BUILD]",
664 "name": "test r1.remove_build_metadata", 662 "name": "test r1.remove_build_metadata",
665 "~followup_annotations": [ 663 "~followup_annotations": [
666 "@@@STEP_NEST_LEVEL@1@@@" 664 "@@@STEP_NEST_LEVEL@1@@@"
667 ] 665 ]
668 }, 666 },
669 { 667 {
670 "cmd": [ 668 "cmd": [
671 "python", 669 "python",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "@@@STEP_LOG_END@report@@@", 874 "@@@STEP_LOG_END@report@@@",
877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 875 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
878 ] 876 ]
879 }, 877 },
880 { 878 {
881 "name": "$result", 879 "name": "$result",
882 "recipe_result": null, 880 "recipe_result": null,
883 "status_code": 0 881 "status_code": 0
884 } 882 }
885 ] 883 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698