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

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

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

Powered by Google App Engine
This is Rietveld 408576698