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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_drmemory_light.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: 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]\\win_drmemory_light", 7 "[BUILDER_CACHE]\\win_drmemory_light",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
95 "--show-path", 95 "--show-path",
96 "python", 96 "python",
97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
98 ], 98 ],
99 "name": "cleanup_temp" 99 "name": "cleanup_temp"
100 }, 100 },
101 { 101 {
102 "cmd": [],
103 "name": "ensure_goma" 102 "name": "ensure_goma"
104 }, 103 },
105 { 104 {
106 "cmd": [ 105 "cmd": [
107 "python", 106 "python",
108 "-u", 107 "-u",
109 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 108 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
110 "--platform", 109 "--platform",
111 "windows-386", 110 "windows-386",
112 "--dest-directory", 111 "--dest-directory",
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 ], 735 ],
737 "cwd": "[BUILDER_CACHE]\\win_drmemory_light", 736 "cwd": "[BUILDER_CACHE]\\win_drmemory_light",
738 "name": "webrtc_nonparallel_tests" 737 "name": "webrtc_nonparallel_tests"
739 }, 738 },
740 { 739 {
741 "name": "$result", 740 "name": "$result",
742 "recipe_result": null, 741 "recipe_result": null,
743 "status_code": 0 742 "status_code": 0
744 } 743 }
745 ] 744 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698