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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "[BUILD]/scripts/slave/cleanup_temp.py" 155 "[BUILD]/scripts/slave/cleanup_temp.py"
156 ], 156 ],
157 "name": "cleanup_temp" 157 "name": "cleanup_temp"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 163 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
164 "--build-dir", 164 "--build-dir",
165 "[SLAVE_BUILD]/src/out/Release", 165 "[SLAVE_BUILD]/src/out/Release",
166 "--clean-isolated-files" 166 "--clean-isolated-files"
167 ], 167 ],
168 "name": "clean isolated files" 168 "name": "clean isolated files"
169 }, 169 },
170 { 170 {
171 "cmd": [ 171 "cmd": [
172 "python", 172 "python",
173 "-u", 173 "-u",
(...skipping 12 matching lines...) Expand all
186 "browser_tests", 186 "browser_tests",
187 "browser_tests_run", 187 "browser_tests_run",
188 "chromium_swarm_tests" 188 "chromium_swarm_tests"
189 ], 189 ],
190 "name": "compile" 190 "name": "compile"
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 196 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
197 "--build-dir", 197 "--build-dir",
198 "[SLAVE_BUILD]/src/out/Release", 198 "[SLAVE_BUILD]/src/out/Release",
199 "--src-dir", 199 "--src-dir",
200 "[SLAVE_BUILD]/src" 200 "[SLAVE_BUILD]/src"
201 ], 201 ],
202 "cwd": "[SLAVE_BUILD]", 202 "cwd": "[SLAVE_BUILD]",
203 "name": "remove_build_metadata" 203 "name": "remove_build_metadata"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
(...skipping 29 matching lines...) Expand all
236 "--build_revision", 236 "--build_revision",
237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 237 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
238 "--factory-properties", 238 "--factory-properties",
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
240 "--build-properties", 240 "--build-properties",
241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
242 ], 242 ],
243 "name": "package build" 243 "name": "package build"
244 } 244 }
245 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698