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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 167 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
168 ], 168 ],
169 "name": "cleanup_temp" 169 "name": "cleanup_temp"
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 175 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
176 "--build-dir", 176 "--build-dir",
177 "[SLAVE_BUILD]\\src\\out\\Release", 177 "[SLAVE_BUILD]\\src\\out\\Release",
178 "--clean-isolated-files" 178 "--clean-isolated-files"
179 ], 179 ],
180 "name": "clean isolated files" 180 "name": "clean isolated files"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
(...skipping 13 matching lines...) Expand all
199 "browser_tests_run", 199 "browser_tests_run",
200 "chromium_builder_tests", 200 "chromium_builder_tests",
201 "mini_installer" 201 "mini_installer"
202 ], 202 ],
203 "name": "compile" 203 "name": "compile"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 209 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
210 "--build-dir", 210 "--build-dir",
211 "[SLAVE_BUILD]\\src\\out\\Release", 211 "[SLAVE_BUILD]\\src\\out\\Release",
212 "--src-dir", 212 "--src-dir",
213 "[SLAVE_BUILD]\\src" 213 "[SLAVE_BUILD]\\src"
214 ], 214 ],
215 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
216 "name": "remove_build_metadata" 216 "name": "remove_build_metadata"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
(...skipping 29 matching lines...) Expand all
249 "--build_revision", 249 "--build_revision",
250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
251 "--factory-properties", 251 "--factory-properties",
252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
253 "--build-properties", 253 "--build-properties",
254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
255 ], 255 ],
256 "name": "package build" 256 "name": "package build"
257 } 257 }
258 ] 258 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698