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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_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 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[BUILD]/scripts/slave/cleanup_temp.py" 141 "[BUILD]/scripts/slave/cleanup_temp.py"
142 ], 142 ],
143 "name": "cleanup_temp" 143 "name": "cleanup_temp"
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 149 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
150 "--build-dir", 150 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release", 151 "[SLAVE_BUILD]/src/out/Release",
152 "--clean-isolated-files" 152 "--clean-isolated-files"
153 ], 153 ],
154 "name": "clean isolated files" 154 "name": "clean isolated files"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
(...skipping 12 matching lines...) Expand all
172 "aura_builder", 172 "aura_builder",
173 "browser_tests", 173 "browser_tests",
174 "browser_tests_run" 174 "browser_tests_run"
175 ], 175 ],
176 "name": "compile" 176 "name": "compile"
177 }, 177 },
178 { 178 {
179 "cmd": [ 179 "cmd": [
180 "python", 180 "python",
181 "-u", 181 "-u",
182 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 182 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
183 "--build-dir", 183 "--build-dir",
184 "[SLAVE_BUILD]/src/out/Release", 184 "[SLAVE_BUILD]/src/out/Release",
185 "--src-dir", 185 "--src-dir",
186 "[SLAVE_BUILD]/src" 186 "[SLAVE_BUILD]/src"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
189 "name": "remove_build_metadata" 189 "name": "remove_build_metadata"
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
(...skipping 29 matching lines...) Expand all
222 "--build_revision", 222 "--build_revision",
223 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 223 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
224 "--factory-properties", 224 "--factory-properties",
225 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}", 225 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}",
226 "--build-properties", 226 "--build-properties",
227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}" 227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\ ": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}"
228 ], 228 ],
229 "name": "package build" 229 "name": "package build"
230 } 230 }
231 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698