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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 147 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
148 ], 148 ],
149 "name": "cleanup_temp" 149 "name": "cleanup_temp"
150 }, 150 },
151 { 151 {
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 155 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
156 "--build-dir", 156 "--build-dir",
157 "[SLAVE_BUILD]\\src\\out\\Release", 157 "[SLAVE_BUILD]\\src\\out\\Release",
158 "--clean-isolated-files" 158 "--clean-isolated-files"
159 ], 159 ],
160 "name": "clean isolated files" 160 "name": "clean isolated files"
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "[BUILD]\\scripts\\slave\\compile.py", 166 "[BUILD]\\scripts\\slave\\compile.py",
167 "--target", 167 "--target",
168 "Release", 168 "Release",
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]\\src", 170 "[SLAVE_BUILD]\\src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "clang", 174 "clang",
175 "--" 175 "--"
176 ], 176 ],
177 "name": "compile" 177 "name": "compile"
178 }, 178 },
179 { 179 {
180 "cmd": [ 180 "cmd": [
181 "python", 181 "python",
182 "-u", 182 "-u",
183 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\remove_build _metadata.py", 183 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
184 "--build-dir", 184 "--build-dir",
185 "[SLAVE_BUILD]\\src\\out\\Release", 185 "[SLAVE_BUILD]\\src\\out\\Release",
186 "--src-dir", 186 "--src-dir",
187 "[SLAVE_BUILD]\\src" 187 "[SLAVE_BUILD]\\src"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
190 "name": "remove_build_metadata" 190 "name": "remove_build_metadata"
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
(...skipping 29 matching lines...) Expand all
223 "--build_revision", 223 "--build_revision",
224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
225 "--factory-properties", 225 "--factory-properties",
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
227 "--build-properties", 227 "--build-properties",
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
229 ], 229 ],
230 "name": "package build" 230 "name": "package build"
231 } 231 }
232 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698