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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/swarming_tests.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "~followup_annotations": [ 645 "~followup_annotations": [
646 "@@@STEP_NEST_LEVEL@1@@@", 646 "@@@STEP_NEST_LEVEL@1@@@",
647 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 647 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
648 "@@@STEP_LOG_END@json.output (invalid)@@@" 648 "@@@STEP_LOG_END@json.output (invalid)@@@"
649 ] 649 ]
650 }, 650 },
651 { 651 {
652 "cmd": [ 652 "cmd": [
653 "python", 653 "python",
654 "-u", 654 "-u",
655 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 655 "[BUILDER_CACHE]/mac/src/tools/determinism/remove_build_metadata.py",
656 "--build-dir", 656 "--build-dir",
657 "[BUILDER_CACHE]/mac/src/out/Release", 657 "[BUILDER_CACHE]/mac/src/out/Release"
658 "--src-dir",
659 "[BUILDER_CACHE]/mac/src"
660 ], 658 ],
661 "cwd": "[SLAVE_BUILD]", 659 "cwd": "[SLAVE_BUILD]",
662 "name": "test r1.remove_build_metadata", 660 "name": "test r1.remove_build_metadata",
663 "~followup_annotations": [ 661 "~followup_annotations": [
664 "@@@STEP_NEST_LEVEL@1@@@" 662 "@@@STEP_NEST_LEVEL@1@@@"
665 ] 663 ]
666 }, 664 },
667 { 665 {
668 "cmd": [ 666 "cmd": [
669 "python", 667 "python",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "@@@STEP_LOG_END@report@@@", 858 "@@@STEP_LOG_END@report@@@",
861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 859 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
862 ] 860 ]
863 }, 861 },
864 { 862 {
865 "name": "$result", 863 "name": "$result",
866 "recipe_result": null, 864 "recipe_result": null,
867 "status_code": 0 865 "status_code": 0
868 } 866 }
869 ] 867 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698