OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 517 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
518 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 518 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
519 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 519 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
520 "@@@STEP_LOG_END@python.inline@@@" | 520 "@@@STEP_LOG_END@python.inline@@@" |
521 ] | 521 ] |
522 }, | 522 }, |
523 { | 523 { |
524 "cmd": [ | 524 "cmd": [ |
525 "python", | 525 "python", |
526 "-u", | 526 "-u", |
527 "[SLAVE_BUILD]/skia/tools/get_uploaded_hashes.py", | 527 "\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", |
528 "chromium-skia-gm", | |
529 "dm-images-v1", | |
530 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" | 528 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" |
531 ], | 529 ], |
532 "cwd": "[SLAVE_BUILD]/skia", | 530 "cwd": "[SLAVE_BUILD]/skia", |
533 "name": "get uninteresting hashes" | 531 "name": "get uninteresting hashes", |
| 532 "~followup_annotations": [ |
| 533 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 534 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
| 535 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 536 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", |
| 537 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 538 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://gold.skia.org/2/_/ha
shes'@@@", |
| 539 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 540 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 541 "@@@STEP_LOG_LINE@python.inline@ with contextlib.closing(urllib2.urlopen(
HASHES_URL)) as w:@@@", |
| 542 "@@@STEP_LOG_LINE@python.inline@ f.write(w.read())@@@", |
| 543 "@@@STEP_LOG_END@python.inline@@@" |
| 544 ] |
534 }, | 545 }, |
535 { | 546 { |
536 "cmd": [ | 547 "cmd": [ |
537 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 548 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
538 "-s", | 549 "-s", |
539 "4d00353cd8ed61c3", | 550 "4d00353cd8ed61c3", |
540 "push", | 551 "push", |
541 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 552 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
542 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt" | 553 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt" |
543 ], | 554 ], |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 { | 708 { |
698 "cmd": [ | 709 "cmd": [ |
699 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 710 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
700 "-s", | 711 "-s", |
701 "4d00353cd8ed61c3", | 712 "4d00353cd8ed61c3", |
702 "wait-for-device" | 713 "wait-for-device" |
703 ], | 714 ], |
704 "name": "wait for device (2)" | 715 "name": "wait for device (2)" |
705 } | 716 } |
706 ] | 717 ] |
OLD | NEW |