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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 147 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
148 ], 148 ],
149 "name": "cleanup_temp" 149 "name": "cleanup_temp"
150 }, 150 },
151 { 151 {
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 155 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
156 "--build-dir", 156 "--build-dir",
157 "[SLAVE_BUILD]\\src\\out\\Release_x64", 157 "[SLAVE_BUILD]\\src\\out\\Release_x64",
158 "--clean-isolated-files" 158 "--clean-isolated-files"
159 ], 159 ],
160 "name": "clean isolated files" 160 "name": "clean isolated files"
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
(...skipping 13 matching lines...) Expand all
179 "browser_tests", 179 "browser_tests",
180 "browser_tests_run", 180 "browser_tests_run",
181 "mini_installer" 181 "mini_installer"
182 ], 182 ],
183 "name": "compile" 183 "name": "compile"
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 189 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
190 "--build-dir", 190 "--build-dir",
191 "[SLAVE_BUILD]\\src\\out\\Release_x64", 191 "[SLAVE_BUILD]\\src\\out\\Release_x64",
192 "--src-dir", 192 "--src-dir",
193 "[SLAVE_BUILD]\\src" 193 "[SLAVE_BUILD]\\src"
194 ], 194 ],
195 "cwd": "[SLAVE_BUILD]", 195 "cwd": "[SLAVE_BUILD]",
196 "name": "remove_build_metadata" 196 "name": "remove_build_metadata"
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
(...skipping 29 matching lines...) Expand all
229 "--build_revision", 229 "--build_revision",
230 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 230 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
231 "--factory-properties", 231 "--factory-properties",
232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
233 "--build-properties", 233 "--build-properties",
234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
235 ], 235 ],
236 "name": "package build" 236 "name": "package build"
237 } 237 }
238 ] 238 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698