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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 157 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
158 ], 158 ],
159 "name": "cleanup_temp" 159 "name": "cleanup_temp"
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 165 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
166 "--build-dir", 166 "--build-dir",
167 "[SLAVE_BUILD]\\src\\out\\Debug", 167 "[SLAVE_BUILD]\\src\\out\\Debug",
168 "--clean-isolated-files" 168 "--clean-isolated-files"
169 ], 169 ],
170 "name": "clean isolated files" 170 "name": "clean isolated files"
171 }, 171 },
172 { 172 {
173 "cmd": [ 173 "cmd": [
174 "python", 174 "python",
175 "-u", 175 "-u",
(...skipping 12 matching lines...) Expand all
188 "browser_tests", 188 "browser_tests",
189 "browser_tests_run", 189 "browser_tests_run",
190 "chromium_builder_tests" 190 "chromium_builder_tests"
191 ], 191 ],
192 "name": "compile" 192 "name": "compile"
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 198 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
199 "--build-dir", 199 "--build-dir",
200 "[SLAVE_BUILD]\\src\\out\\Debug", 200 "[SLAVE_BUILD]\\src\\out\\Debug",
201 "--src-dir", 201 "--src-dir",
202 "[SLAVE_BUILD]\\src" 202 "[SLAVE_BUILD]\\src"
203 ], 203 ],
204 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
205 "name": "remove_build_metadata" 205 "name": "remove_build_metadata"
206 }, 206 },
207 { 207 {
208 "cmd": [ 208 "cmd": [
(...skipping 29 matching lines...) Expand all
238 "--build_revision", 238 "--build_revision",
239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
240 "--factory-properties", 240 "--factory-properties",
241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
242 "--build-properties", 242 "--build-properties",
243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
244 ], 244 ],
245 "name": "package build" 245 "name": "package build"
246 } 246 }
247 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698