OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git.bat", | 4 "git.bat", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]\\skia", | 7 "cwd": "[SLAVE_BUILD]\\skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 314 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
315 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 315 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
316 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 316 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
317 "@@@STEP_LOG_END@python.inline@@@" | 317 "@@@STEP_LOG_END@python.inline@@@" |
318 ] | 318 ] |
319 }, | 319 }, |
320 { | 320 { |
321 "cmd": [ | 321 "cmd": [ |
322 "python", | 322 "python", |
323 "-u", | 323 "-u", |
324 "[SLAVE_BUILD]\\skia\\tools\\get_uploaded_hashes.py", | 324 "\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", |
325 "chromium-skia-gm", | |
326 "dm-images-v1", | |
327 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt" | 325 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt" |
328 ], | 326 ], |
329 "cwd": "[SLAVE_BUILD]\\skia", | 327 "cwd": "[SLAVE_BUILD]\\skia", |
330 "name": "get uninteresting hashes" | 328 "name": "get uninteresting hashes", |
| 329 "~followup_annotations": [ |
| 330 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
| 332 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 333 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", |
| 334 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://gold.skia.org/2/_/ha
shes'@@@", |
| 336 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 338 "@@@STEP_LOG_LINE@python.inline@ with contextlib.closing(urllib2.urlopen(
HASHES_URL)) as w:@@@", |
| 339 "@@@STEP_LOG_LINE@python.inline@ f.write(w.read())@@@", |
| 340 "@@@STEP_LOG_END@python.inline@@@" |
| 341 ] |
331 }, | 342 }, |
332 { | 343 { |
333 "cmd": [ | 344 "cmd": [ |
334 "python", | 345 "python", |
335 "-u", | 346 "-u", |
336 "[SLAVE_BUILD]\\skia\\tools/dm_flags.py", | 347 "[SLAVE_BUILD]\\skia\\tools/dm_flags.py", |
337 "/path/to/tmp/json", | 348 "/path/to/tmp/json", |
338 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug" | 349 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug" |
339 ], | 350 ], |
340 "cwd": "[SLAVE_BUILD]\\skia", | 351 "cwd": "[SLAVE_BUILD]\\skia", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "-i", | 435 "-i", |
425 "[SLAVE_BUILD]\\skia\\resources", | 436 "[SLAVE_BUILD]\\skia\\resources", |
426 "--skps", | 437 "--skps", |
427 "[SLAVE_BUILD]\\playback\\skps", | 438 "[SLAVE_BUILD]\\playback\\skps", |
428 "--nogpu", | 439 "--nogpu", |
429 "--dummy-flags" | 440 "--dummy-flags" |
430 ], | 441 ], |
431 "name": "nanobench" | 442 "name": "nanobench" |
432 } | 443 } |
433 ] | 444 ] |
OLD | NEW |