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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 552 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
553 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 553 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
554 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 554 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
555 "@@@STEP_LOG_END@python.inline@@@" | 555 "@@@STEP_LOG_END@python.inline@@@" |
556 ] | 556 ] |
557 }, | 557 }, |
558 { | 558 { |
559 "cmd": [ | 559 "cmd": [ |
560 "python", | 560 "python", |
561 "-u", | 561 "-u", |
562 "[SLAVE_BUILD]/skia/tools/get_uploaded_hashes.py", | 562 "\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", |
563 "chromium-skia-gm", | |
564 "dm-images-v1", | |
565 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" | 563 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" |
566 ], | 564 ], |
567 "cwd": "[SLAVE_BUILD]/skia", | 565 "cwd": "[SLAVE_BUILD]/skia", |
568 "name": "get uninteresting hashes" | 566 "name": "get uninteresting hashes", |
| 567 "~followup_annotations": [ |
| 568 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 569 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
| 570 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 571 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", |
| 572 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 573 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://gold.skia.org/2/_/ha
shes'@@@", |
| 574 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 575 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 576 "@@@STEP_LOG_LINE@python.inline@ with contextlib.closing(urllib2.urlopen(
HASHES_URL)) as w:@@@", |
| 577 "@@@STEP_LOG_LINE@python.inline@ f.write(w.read())@@@", |
| 578 "@@@STEP_LOG_END@python.inline@@@" |
| 579 ] |
569 }, | 580 }, |
570 { | 581 { |
571 "cmd": [ | 582 "cmd": [ |
572 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 583 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
573 "-s", | 584 "-s", |
574 "R32CB017X2L", | 585 "R32CB017X2L", |
575 "push", | 586 "push", |
576 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 587 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
577 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt" | 588 "/storage/emulated/legacy/skiabot/skia_tmp_dir/uninteresting_hashes.txt" |
578 ], | 589 ], |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 { | 705 { |
695 "cmd": [ | 706 "cmd": [ |
696 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 707 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
697 "-s", | 708 "-s", |
698 "R32CB017X2L", | 709 "R32CB017X2L", |
699 "wait-for-device" | 710 "wait-for-device" |
700 ], | 711 ], |
701 "name": "wait for device (3)" | 712 "name": "wait for device (3)" |
702 } | 713 } |
703 ] | 714 ] |
OLD | NEW |