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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 163 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
164 ], 164 ],
165 "name": "cleanup_temp" 165 "name": "cleanup_temp"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 171 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
172 "--build-dir", 172 "--build-dir",
173 "[SLAVE_BUILD]\\src\\out\\Release", 173 "[SLAVE_BUILD]\\src\\out\\Release",
174 "--clean-isolated-files" 174 "--clean-isolated-files"
175 ], 175 ],
176 "name": "clean isolated files" 176 "name": "clean isolated files"
177 }, 177 },
178 { 178 {
179 "cmd": [ 179 "cmd": [
180 "python", 180 "python",
181 "-u", 181 "-u",
(...skipping 13 matching lines...) Expand all
195 "browser_tests_run", 195 "browser_tests_run",
196 "chromium_builder_tests", 196 "chromium_builder_tests",
197 "mini_installer" 197 "mini_installer"
198 ], 198 ],
199 "name": "compile" 199 "name": "compile"
200 }, 200 },
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 205 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
206 "--build-dir", 206 "--build-dir",
207 "[SLAVE_BUILD]\\src\\out\\Release", 207 "[SLAVE_BUILD]\\src\\out\\Release",
208 "--src-dir", 208 "--src-dir",
209 "[SLAVE_BUILD]\\src" 209 "[SLAVE_BUILD]\\src"
210 ], 210 ],
211 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
212 "name": "remove_build_metadata" 212 "name": "remove_build_metadata"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
(...skipping 29 matching lines...) Expand all
245 "--build_revision", 245 "--build_revision",
246 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 246 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
247 "--factory-properties", 247 "--factory-properties",
248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
249 "--build-properties", 249 "--build-properties",
250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
251 ], 251 ],
252 "name": "package build" 252 "name": "package build"
253 } 253 }
254 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698