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", | 10 "Android Tests", |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 }, | 595 }, |
596 "name": "events_unittests" | 596 "name": "events_unittests" |
597 }, | 597 }, |
598 { | 598 { |
599 "cmd": [ | 599 "cmd": [ |
600 "python", | 600 "python", |
601 "-u", | 601 "-u", |
602 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 602 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
603 "gtest", | 603 "gtest", |
604 "-s", | 604 "-s", |
| 605 "gfx_unittests", |
| 606 "--verbose", |
| 607 "--release", |
| 608 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 609 "--json-results-file", |
| 610 "/path/to/tmp/json" |
| 611 ], |
| 612 "env": { |
| 613 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 614 }, |
| 615 "name": "gfx_unittests" |
| 616 }, |
| 617 { |
| 618 "cmd": [ |
| 619 "python", |
| 620 "-u", |
| 621 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 622 "gtest", |
| 623 "-s", |
605 "gl_tests", | 624 "gl_tests", |
606 "--verbose", | 625 "--verbose", |
607 "--release", | 626 "--release", |
608 "--flakiness-dashboard-server=http://test-results.appspot.com", | 627 "--flakiness-dashboard-server=http://test-results.appspot.com", |
609 "--json-results-file", | 628 "--json-results-file", |
610 "/path/to/tmp/json" | 629 "/path/to/tmp/json" |
611 ], | 630 ], |
612 "env": { | 631 "env": { |
613 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 632 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
614 }, | 633 }, |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 973 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
955 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 974 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
956 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 975 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
957 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 976 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
958 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 977 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
959 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 978 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
960 "@@@STEP_LOG_END@python.inline@@@" | 979 "@@@STEP_LOG_END@python.inline@@@" |
961 ] | 980 ] |
962 } | 981 } |
963 ] | 982 ] |
OLD | NEW |