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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Mac Builder", 10 "WebKit Mac Builder",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "[BUILD]/scripts/slave/cleanup_temp.py" 171 "[BUILD]/scripts/slave/cleanup_temp.py"
172 ], 172 ],
173 "name": "cleanup_temp" 173 "name": "cleanup_temp"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 179 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
180 "--build-dir", 180 "--build-dir",
181 "[SLAVE_BUILD]/src/out/Release", 181 "[SLAVE_BUILD]/src/out/Release",
182 "--clean-isolated-files" 182 "--clean-isolated-files"
183 ], 183 ],
184 "name": "clean isolated files" 184 "name": "clean isolated files"
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
(...skipping 12 matching lines...) Expand all
202 "blink_tests", 202 "blink_tests",
203 "browser_tests", 203 "browser_tests",
204 "browser_tests_run" 204 "browser_tests_run"
205 ], 205 ],
206 "name": "compile" 206 "name": "compile"
207 }, 207 },
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 212 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
213 "--build-dir", 213 "--build-dir",
214 "[SLAVE_BUILD]/src/out/Release", 214 "[SLAVE_BUILD]/src/out/Release",
215 "--src-dir", 215 "--src-dir",
216 "[SLAVE_BUILD]/src" 216 "[SLAVE_BUILD]/src"
217 ], 217 ],
218 "cwd": "[SLAVE_BUILD]", 218 "cwd": "[SLAVE_BUILD]",
219 "name": "remove_build_metadata" 219 "name": "remove_build_metadata"
220 }, 220 },
221 { 221 {
222 "cmd": [ 222 "cmd": [
(...skipping 29 matching lines...) Expand all
252 "--build_revision", 252 "--build_revision",
253 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 253 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
254 "--factory-properties", 254 "--factory-properties",
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
256 "--build-properties", 256 "--build-properties",
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
258 ], 258 ],
259 "name": "package build" 259 "name": "package build"
260 } 260 }
261 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698