blob: 72239b0ee2351cc13c9f48eda02650fefa9996c9 [file] [log] [blame]
Jeff Sharkey95d29ee2019-03-23 12:40:01 -06001{
Corina Grigorasa8a82522021-11-29 11:17:24 +00002 // TODO(b/204107787): Re-enable this once MP from master can be installed on R and S devices
3 // "mainline-presubmit": [
4 // {
5 // "name": "MediaProviderTests[com.google.android.mediaprovider.apex]"
6 // }
Corina90aea392021-12-03 17:33:39 +00007 // {
8 // "name": "MediaProviderTests[com.google.android.mediaprovider.apex]"
9 // },
10 // {
11 // "name": "CtsScopedStorageCoreHostTest"
12 // },
13 // {
14 // "name": "CtsScopedStorageHostTest"
15 // },
16 // {
17 // "name": "CtsScopedStorageDeviceOnlyTest"
18 // }
Corina Grigorasa8a82522021-11-29 11:17:24 +000019 // ],
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060020 "presubmit": [
21 {
22 "name": "MediaProviderTests"
23 },
24 {
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000025 "name": "MediaProviderClientTests",
26 "options": [
27 {
28 "exclude-annotation": "androidx.test.filters.LargeTest"
Zim7024bc52021-01-28 10:50:01 +000029 },
30 {
31 "exclude-annotation": "androidx.test.filters.FlakyTest"
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000032 }
33 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070034 },
35 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060036 "name": "CtsProviderTestCases",
37 "options": [
38 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060039 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060040 }
41 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000042 },
43 {
easoncylee14c39d92020-05-12 09:03:23 +080044 // This is a typo and is tracked in b/155715039 but flaky on CF.
45 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000046 "name": "AdoptableHostTest"
47 },
48 {
Corina664ca212020-08-05 11:01:19 +010049 "name": "CtsScopedStorageCoreHostTest"
50 },
51 {
shafik2164f392020-05-27 11:45:02 +010052 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000053 },
54 {
Nandana Dutt912b0892020-11-30 11:09:47 +000055 "name": "CtsScopedStorageDeviceOnlyTest"
56 },
57 {
Zimef1ad122020-02-21 19:32:15 +000058 "name": "fuse_node_test"
Zimd3a72cf2020-10-26 15:52:53 +000059 },
60 {
Manish Singh1f087872021-03-13 00:07:10 +000061 "name": "CtsMediaProviderTranscodeTests"
Ivan Chiangc12cdee2021-09-02 19:38:23 +080062 },
63 {
64 "name": "CtsPhotoPickerTest"
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060065 }
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000066 ],
67 "postsubmit": [
68 {
69 "name": "MediaProviderClientTests"
Corina53eb0802021-04-20 17:25:34 +000070 },
71 {
72 "name": "CtsAppSecurityHostTestCases",
73 "options": [
74 {
75 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
76 }
77 ]
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000078 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060079 ]
80}