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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.json

Issue 1377453003: Revert of chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "-u", 158 "-u",
159 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 159 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
160 "--build-dir", 160 "--build-dir",
161 "[SLAVE_BUILD]\\src\\out\\Release", 161 "[SLAVE_BUILD]\\src\\out\\Release",
162 "--clean-isolated-files" 162 "--clean-isolated-files"
163 ], 163 ],
164 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
165 "name": "clean isolated files" 165 "name": "clean isolated files"
166 }, 166 },
167 { 167 {
168 "name": "$final_result", 168 "allow_subannotations": true,
169 "reason": "Misconfigured bot: no compile targets", 169 "cmd": [
170 "status_code": 1 170 "python",
171 "-u",
172 "[BUILD]\\scripts\\slave\\clang_revision.py",
173 "--src-dir",
174 "[SLAVE_BUILD]\\src",
175 "--output-json",
176 "/path/to/tmp/json"
177 ],
178 "cwd": "[SLAVE_BUILD]",
179 "env": {
180 "LLVM_FORCE_HEAD_REVISION": "YES"
181 },
182 "name": "clang_revision",
183 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
186 "@@@STEP_LOG_LINE@json.output@}@@@",
187 "@@@STEP_LOG_END@json.output@@@"
188 ]
189 },
190 {
191 "cmd": [
192 "python",
193 "-u",
194 "[BUILD]\\scripts\\slave\\compile.py",
195 "--target",
196 "Release",
197 "--src-dir",
198 "[SLAVE_BUILD]\\src",
199 "--build-tool",
200 "ninja",
201 "--compiler",
202 "clang",
203 "--"
204 ],
205 "cwd": "[SLAVE_BUILD]",
206 "env": {
207 "LLVM_FORCE_HEAD_REVISION": "YES"
208 },
209 "name": "compile"
210 },
211 {
212 "cmd": [
213 "python",
214 "-u",
215 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
216 "--build-dir",
217 "[SLAVE_BUILD]\\src\\out\\Release",
218 "--src-dir",
219 "[SLAVE_BUILD]\\src"
220 ],
221 "cwd": "[SLAVE_BUILD]",
222 "name": "remove_build_metadata"
223 },
224 {
225 "cmd": [
226 "python",
227 "-u",
228 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
229 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
230 "batcharchive",
231 "--dump-json",
232 "/path/to/tmp/json",
233 "--isolate-server",
234 "https://isolateserver.appspot.com",
235 "--verbose",
236 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
237 ],
238 "cwd": "[SLAVE_BUILD]",
239 "name": "isolate tests",
240 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@json.output@{@@@",
242 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
243 "@@@STEP_LOG_LINE@json.output@}@@@",
244 "@@@STEP_LOG_END@json.output@@@"
245 ]
246 },
247 {
248 "allow_subannotations": true,
249 "cmd": [
250 "python",
251 "-u",
252 "[BUILD]\\scripts\\slave\\zip_build.py",
253 "--target",
254 "Release",
255 "--build-url",
256 "gs://chromium-fyi-archive/chromium.fyi/CrWinClangLLD",
257 "--build_revision",
258 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
259 "--factory-properties",
260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
261 "--build-properties",
262 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
263 ],
264 "cwd": "[SLAVE_BUILD]",
265 "name": "package build"
266 },
267 {
268 "cmd": [],
269 "cwd": "[SLAVE_BUILD]",
270 "name": "trigger",
271 "trigger_specs": [
272 {
273 "builder_name": "CrWinClangLLD tester"
274 }
275 ],
276 "~followup_annotations": [
277 "@@@STEP_TEXT@CrWinClangLLD tester@@@"
278 ]
171 } 279 }
172 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698