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

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

Powered by Google App Engine
This is Rietveld 408576698