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

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

Issue 1371203002: Revert of 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 {
187 "cmd": [ 167 "cmd": [
188 "python", 168 "python",
189 "-u", 169 "-u",
190 "[BUILD]\\scripts\\slave\\compile.py", 170 "import sys; sys.exit(1)"
191 "--target",
192 "Release_x64",
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"
204 ], 171 ],
205 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
206 "name": "compile" 173 "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\\Release_x64",
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\\Release_x64\\browser_tests.isolated.gen.json"
234 ],
235 "cwd": "[SLAVE_BUILD]",
236 "name": "isolate tests",
237 "~followup_annotations": [ 174 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{@@@", 175 "step returned non-zero exit code: 1",
239 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 176 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
240 "@@@STEP_LOG_LINE@json.output@}@@@", 177 "@@@STEP_FAILURE@@@"
241 "@@@STEP_LOG_END@json.output@@@"
242 ] 178 ]
243 }, 179 },
244 { 180 {
245 "allow_subannotations": true, 181 "name": "$final_result",
246 "cmd": [ 182 "reason": "Step('compile') failed with return_code 1",
247 "python", 183 "status_code": 1
248 "-u",
249 "[BUILD]\\scripts\\slave\\zip_build.py",
250 "--target",
251 "Release_x64",
252 "--build-url",
253 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dll)",
254 "--build_revision",
255 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
256 "--factory-properties",
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dll)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
258 "--build-properties",
259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dll)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"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": "CrWinClang64(dll) tester"
271 }
272 ],
273 "~followup_annotations": [
274 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@"
275 ]
276 } 184 }
277 ] 185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698