Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2537633002: Add VR instrumentation tests to FYI bot (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 ] 887 ]
888 }, 888 },
889 "Android VR Tests": { 889 "Android VR Tests": {
890 "gtest_tests": [ 890 "gtest_tests": [
891 { 891 {
892 "swarming": { 892 "swarming": {
893 "can_use_on_swarming_builders": false 893 "can_use_on_swarming_builders": false
894 }, 894 },
895 "test": "vr_shell_unittests" 895 "test": "vr_shell_unittests"
896 } 896 }
897 ],
898 "instrumentation_tests": [
899 {
900 "args": [
901 "--test-filter",
ncarter (slow) 2016/11/28 23:56:23 Is this supposed to be gtest_filter ? The only re
bsheedy 2016/11/29 00:11:54 It's meant to be passed directly to the generated
902 "VrShellTest#*"
903 ],
904 "test": "chrome_public_test_apk"
905 }
897 ] 906 ]
898 }, 907 },
899 "Android x64 Tests": { 908 "Android x64 Tests": {
900 "gtest_tests": [ 909 "gtest_tests": [
901 { 910 {
902 "swarming": { 911 "swarming": {
903 "can_use_on_swarming_builders": false 912 "can_use_on_swarming_builders": false
904 }, 913 },
905 "test": "angle_unittests" 914 "test": "angle_unittests"
906 }, 915 },
(...skipping 12258 matching lines...) Expand 10 before | Expand all | Expand 10 after
13165 }, 13174 },
13166 { 13175 {
13167 "swarming": { 13176 "swarming": {
13168 "can_use_on_swarming_builders": true 13177 "can_use_on_swarming_builders": true
13169 }, 13178 },
13170 "test": "views_unittests" 13179 "test": "views_unittests"
13171 } 13180 }
13172 ] 13181 ]
13173 } 13182 }
13174 } 13183 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698