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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan_dll_.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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 148 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
149 ], 149 ],
150 "name": "cleanup_temp" 150 "name": "cleanup_temp"
151 }, 151 },
152 { 152 {
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 156 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
157 "--build-dir", 157 "--build-dir",
158 "[SLAVE_BUILD]\\src\\out\\Release", 158 "[SLAVE_BUILD]\\src\\out\\Release",
159 "--clean-isolated-files" 159 "--clean-isolated-files"
160 ], 160 ],
161 "name": "clean isolated files" 161 "name": "clean isolated files"
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
166 "-u", 166 "-u",
(...skipping 13 matching lines...) Expand all
180 ], 180 ],
181 "env": { 181 "env": {
182 "LLVM_FORCE_HEAD_REVISION": "YES" 182 "LLVM_FORCE_HEAD_REVISION": "YES"
183 }, 183 },
184 "name": "compile" 184 "name": "compile"
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
190 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 190 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
191 "--build-dir", 191 "--build-dir",
192 "[SLAVE_BUILD]\\src\\out\\Release", 192 "[SLAVE_BUILD]\\src\\out\\Release",
193 "--src-dir", 193 "--src-dir",
194 "[SLAVE_BUILD]\\src" 194 "[SLAVE_BUILD]\\src"
195 ], 195 ],
196 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
197 "name": "remove_build_metadata" 197 "name": "remove_build_metadata"
198 }, 198 },
199 { 199 {
200 "cmd": [ 200 "cmd": [
(...skipping 29 matching lines...) Expand all
230 "--build_revision", 230 "--build_revision",
231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
232 "--factory-properties", 232 "--factory-properties",
233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
234 "--build-properties", 234 "--build-properties",
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
236 ], 236 ],
237 "name": "package build" 237 "name": "package build"
238 } 238 }
239 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698