| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (dbg)", | 10 "Android Tests (dbg)", |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 }, | 593 }, |
| 594 "name": "sandbox_linux_unittests" | 594 "name": "sandbox_linux_unittests" |
| 595 }, | 595 }, |
| 596 { | 596 { |
| 597 "cmd": [ | 597 "cmd": [ |
| 598 "python", | 598 "python", |
| 599 "-u", | 599 "-u", |
| 600 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 600 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 601 "gtest", | 601 "gtest", |
| 602 "-s", | 602 "-s", |
| 603 "skia_unittests", | |
| 604 "--verbose", | |
| 605 "--flakiness-dashboard-server=http://test-results.appspot.com" | |
| 606 ], | |
| 607 "env": { | |
| 608 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 609 }, | |
| 610 "name": "skia_unittests" | |
| 611 }, | |
| 612 { | |
| 613 "cmd": [ | |
| 614 "python", | |
| 615 "-u", | |
| 616 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 617 "gtest", | |
| 618 "-s", | |
| 619 "sql_unittests", | 603 "sql_unittests", |
| 620 "--verbose", | 604 "--verbose", |
| 621 "--flakiness-dashboard-server=http://test-results.appspot.com" | 605 "--flakiness-dashboard-server=http://test-results.appspot.com" |
| 622 ], | 606 ], |
| 623 "env": { | 607 "env": { |
| 624 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 608 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 625 }, | 609 }, |
| 626 "name": "sql_unittests" | 610 "name": "sql_unittests" |
| 627 }, | 611 }, |
| 628 { | 612 { |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "@@@STEP_LOG_LINE@python.inline@@@@", | 754 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 771 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 755 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 772 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 756 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 773 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 757 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 774 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 758 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 775 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 759 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 776 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 760 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 777 "@@@STEP_LOG_END@python.inline@@@" | 761 "@@@STEP_LOG_END@python.inline@@@" |
| 778 ] | 762 ] |
| 779 } | 763 } |
| 780 ] | 764 ] |
| OLD | NEW |