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

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

Issue 1370213002: Add explicit compile targets to all Win and ToT Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
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_x64", 160 "[SLAVE_BUILD]\\src\\out\\Release_x64",
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,
168 "cmd": [
169 "python",
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 {
167 "cmd": [ 187 "cmd": [
168 "python", 188 "python",
169 "-u", 189 "-u",
170 "import sys; sys.exit(1)" 190 "[BUILD]\\scripts\\slave\\compile.py",
191 "--target",
192 "Release_x64",
193 "--src-dir",
194 "[SLAVE_BUILD]\\src",
195 "--build-tool",
196 "ninja",
197 "--compiler",
198 "clang",
199 "--mode",
200 "official",
201 "--clobber",
202 "--",
203 "all",
204 "browser_tests",
205 "browser_tests_run",
206 "crash_service"
171 ], 207 ],
172 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
173 "name": "compile", 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_x64",
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_x64\\browser_tests.isolated.gen.json"
237 ],
238 "cwd": "[SLAVE_BUILD]",
239 "name": "isolate tests",
174 "~followup_annotations": [ 240 "~followup_annotations": [
175 "step returned non-zero exit code: 1", 241 "@@@STEP_LOG_LINE@json.output@{@@@",
176 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", 242 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
177 "@@@STEP_FAILURE@@@" 243 "@@@STEP_LOG_LINE@json.output@}@@@",
244 "@@@STEP_LOG_END@json.output@@@"
178 ] 245 ]
179 }, 246 },
180 { 247 {
181 "name": "$final_result", 248 "allow_subannotations": true,
182 "reason": "Step('compile') failed with return_code 1", 249 "cmd": [
183 "status_code": 1 250 "python",
251 "-u",
252 "[BUILD]\\scripts\\slave\\zip_build.py",
253 "--target",
254 "Release_x64",
255 "--build-url",
256 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64",
257 "--build_revision",
258 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
259 "--factory-properties",
260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.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\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.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": "CrWinClang64 tester"
274 }
275 ],
276 "~followup_annotations": [
277 "@@@STEP_TEXT@CrWinClang64 tester@@@"
278 ]
184 } 279 }
185 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698