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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder__dbg_.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder (dbg)", 10 "Linux Builder (dbg)",
(...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/Debug", 149 "[SLAVE_BUILD]/src/out/Debug",
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 11 matching lines...) Expand all
169 "--", 169 "--",
170 "browser_tests", 170 "browser_tests",
171 "browser_tests_run" 171 "browser_tests_run"
172 ], 172 ],
173 "name": "compile" 173 "name": "compile"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 179 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
180 "--build-dir", 180 "--build-dir",
181 "[SLAVE_BUILD]/src/out/Debug", 181 "[SLAVE_BUILD]/src/out/Debug",
182 "--src-dir", 182 "--src-dir",
183 "[SLAVE_BUILD]/src" 183 "[SLAVE_BUILD]/src"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
186 "name": "remove_build_metadata" 186 "name": "remove_build_metadata"
187 }, 187 },
188 { 188 {
189 "cmd": [ 189 "cmd": [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "--build_revision", 237 "--build_revision",
238 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 238 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
239 "--factory-properties", 239 "--factory-properties",
240 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 240 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
241 "--build-properties", 241 "--build-properties",
242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
243 ], 243 ],
244 "name": "package build" 244 "name": "package build"
245 } 245 }
246 ] 246 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698