OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
10 ], | 10 ], |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 272 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
273 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 273 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
274 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 274 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
275 "@@@STEP_LOG_END@python.inline@@@" | 275 "@@@STEP_LOG_END@python.inline@@@" |
276 ] | 276 ] |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "[SLAVE_BUILD]/skia/tools/get_uploaded_hashes.py", | 282 "\nimport contextlib\nimport sys\nimport urllib2\n\nHASHES_URL = 'https://
gold.skia.org/2/_/hashes'\n\nwith open(sys.argv[1], 'w') as f:\n with contextli
b.closing(urllib2.urlopen(HASHES_URL)) as w:\n f.write(w.read())\n", |
283 "chromium-skia-gm", | |
284 "dm-images-v1", | |
285 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" | 283 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" |
286 ], | 284 ], |
287 "cwd": "[SLAVE_BUILD]/skia", | 285 "cwd": "[SLAVE_BUILD]/skia", |
288 "name": "get uninteresting hashes" | 286 "name": "get uninteresting hashes", |
| 287 "~followup_annotations": [ |
| 288 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 289 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
| 290 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 291 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", |
| 292 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 293 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://gold.skia.org/2/_/ha
shes'@@@", |
| 294 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 295 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 296 "@@@STEP_LOG_LINE@python.inline@ with contextlib.closing(urllib2.urlopen(
HASHES_URL)) as w:@@@", |
| 297 "@@@STEP_LOG_LINE@python.inline@ f.write(w.read())@@@", |
| 298 "@@@STEP_LOG_END@python.inline@@@" |
| 299 ] |
289 }, | 300 }, |
290 { | 301 { |
291 "cmd": [ | 302 "cmd": [ |
292 "python", | 303 "python", |
293 "-u", | 304 "-u", |
294 "[SLAVE_BUILD]/skia/tools/dm_flags.py", | 305 "[SLAVE_BUILD]/skia/tools/dm_flags.py", |
295 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
296 "Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_64-Debug-Recipes" | 307 "Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_64-Debug-Recipes" |
297 ], | 308 ], |
298 "cwd": "[SLAVE_BUILD]/skia", | 309 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 "--dummy-flags" | 406 "--dummy-flags" |
396 ], | 407 ], |
397 "name": "nanobench" | 408 "name": "nanobench" |
398 }, | 409 }, |
399 { | 410 { |
400 "name": "$final_result", | 411 "name": "$final_result", |
401 "reason": "Failed build steps: dm", | 412 "reason": "Failed build steps: dm", |
402 "status_code": 1 | 413 "status_code": 1 |
403 } | 414 } |
404 ] | 415 ] |
OLD | NEW |