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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "python", 157 "python",
158 "-u", 158 "-u",
159 "[BUILD]/scripts/slave/cleanup_temp.py" 159 "[BUILD]/scripts/slave/cleanup_temp.py"
160 ], 160 ],
161 "name": "cleanup_temp" 161 "name": "cleanup_temp"
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 167 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
168 "--build-dir", 168 "--build-dir",
169 "[SLAVE_BUILD]/src/out/Release", 169 "[SLAVE_BUILD]/src/out/Release",
170 "--clean-isolated-files" 170 "--clean-isolated-files"
171 ], 171 ],
172 "name": "clean isolated files" 172 "name": "clean isolated files"
173 }, 173 },
174 { 174 {
175 "cmd": [ 175 "cmd": [
176 "python", 176 "python",
177 "-u", 177 "-u",
(...skipping 12 matching lines...) Expand all
190 "browser_tests", 190 "browser_tests",
191 "browser_tests_run", 191 "browser_tests_run",
192 "chromium_builder_tests" 192 "chromium_builder_tests"
193 ], 193 ],
194 "name": "compile" 194 "name": "compile"
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
199 "-u", 199 "-u",
200 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 200 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
201 "--build-dir", 201 "--build-dir",
202 "[SLAVE_BUILD]/src/out/Release", 202 "[SLAVE_BUILD]/src/out/Release",
203 "--src-dir", 203 "--src-dir",
204 "[SLAVE_BUILD]/src" 204 "[SLAVE_BUILD]/src"
205 ], 205 ],
206 "cwd": "[SLAVE_BUILD]", 206 "cwd": "[SLAVE_BUILD]",
207 "name": "remove_build_metadata" 207 "name": "remove_build_metadata"
208 }, 208 },
209 { 209 {
210 "cmd": [ 210 "cmd": [
(...skipping 29 matching lines...) Expand all
240 "--build_revision", 240 "--build_revision",
241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
242 "--factory-properties", 242 "--factory-properties",
243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
244 "--build-properties", 244 "--build-properties",
245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .mac\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
246 ], 246 ],
247 "name": "package build" 247 "name": "package build"
248 } 248 }
249 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698