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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 }, | 597 }, |
598 "name": "events_unittests" | 598 "name": "events_unittests" |
599 }, | 599 }, |
600 { | 600 { |
601 "cmd": [ | 601 "cmd": [ |
602 "python", | 602 "python", |
603 "-u", | 603 "-u", |
604 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 604 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
605 "gtest", | 605 "gtest", |
606 "-s", | 606 "-s", |
| 607 "gfx_unittests", |
| 608 "--verbose", |
| 609 "--flakiness-dashboard-server=http://test-results.appspot.com", |
| 610 "--json-results-file", |
| 611 "/path/to/tmp/json" |
| 612 ], |
| 613 "env": { |
| 614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 615 }, |
| 616 "name": "gfx_unittests" |
| 617 }, |
| 618 { |
| 619 "cmd": [ |
| 620 "python", |
| 621 "-u", |
| 622 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 623 "gtest", |
| 624 "-s", |
607 "gl_tests", | 625 "gl_tests", |
608 "--verbose", | 626 "--verbose", |
609 "--flakiness-dashboard-server=http://test-results.appspot.com", | 627 "--flakiness-dashboard-server=http://test-results.appspot.com", |
610 "--json-results-file", | 628 "--json-results-file", |
611 "/path/to/tmp/json" | 629 "/path/to/tmp/json" |
612 ], | 630 ], |
613 "env": { | 631 "env": { |
614 "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" |
615 }, | 633 }, |
616 "name": "gl_tests" | 634 "name": "gl_tests" |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 959 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
942 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 960 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
943 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 961 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
944 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 962 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
945 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 963 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
946 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 964 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
947 "@@@STEP_LOG_END@python.inline@@@" | 965 "@@@STEP_LOG_END@python.inline@@@" |
948 ] | 966 ] |
949 } | 967 } |
950 ] | 968 ] |
OLD | NEW |