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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_dbg_.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\\Debug", 160 "[SLAVE_BUILD]\\src\\out\\Debug",
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 "Debug",
193 "--src-dir",
194 "[SLAVE_BUILD]\\src",
195 "--build-tool",
196 "ninja",
197 "--compiler",
198 "clang",
199 "--",
200 "all",
201 "browser_tests",
202 "browser_tests_run",
203 "crash_service"
171 ], 204 ],
172 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
173 "name": "compile", 206 "name": "compile"
207 },
208 {
209 "cmd": [
210 "python",
211 "-u",
212 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
213 "--build-dir",
214 "[SLAVE_BUILD]\\src\\out\\Debug",
215 "--src-dir",
216 "[SLAVE_BUILD]\\src"
217 ],
218 "cwd": "[SLAVE_BUILD]",
219 "name": "remove_build_metadata"
220 },
221 {
222 "cmd": [
223 "python",
224 "-u",
225 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
226 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
227 "batcharchive",
228 "--dump-json",
229 "/path/to/tmp/json",
230 "--isolate-server",
231 "https://isolateserver.appspot.com",
232 "--verbose",
233 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json"
234 ],
235 "cwd": "[SLAVE_BUILD]",
236 "name": "isolate tests",
174 "~followup_annotations": [ 237 "~followup_annotations": [
175 "step returned non-zero exit code: 1", 238 "@@@STEP_LOG_LINE@json.output@{@@@",
176 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", 239 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
177 "@@@STEP_FAILURE@@@" 240 "@@@STEP_LOG_LINE@json.output@}@@@",
241 "@@@STEP_LOG_END@json.output@@@"
178 ] 242 ]
179 }, 243 },
180 { 244 {
181 "name": "$final_result", 245 "allow_subannotations": true,
182 "reason": "Step('compile') failed with return_code 1", 246 "cmd": [
183 "status_code": 1 247 "python",
248 "-u",
249 "[BUILD]\\scripts\\slave\\zip_build.py",
250 "--target",
251 "Debug",
252 "--build-url",
253 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(dbg)",
254 "--build_revision",
255 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
256 "--factory-properties",
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
258 "--build-properties",
259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
260 ],
261 "cwd": "[SLAVE_BUILD]",
262 "name": "package build"
263 },
264 {
265 "cmd": [],
266 "cwd": "[SLAVE_BUILD]",
267 "name": "trigger",
268 "trigger_specs": [
269 {
270 "builder_name": "CrWinClang(dbg) tester"
271 }
272 ],
273 "~followup_annotations": [
274 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@"
275 ]
184 } 276 }
185 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698