blob: 2fc29df8b4932e9a5a37608d2595e95e7d0748f7 [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"
Corina5bed2c92022-01-12 15:28:07 +000018 // },
19 // {
20 // "name": "CtsMediaProviderTranscodeTests[com.google.android.mediaprovider.apex]"
21 // }
Corina Grigorasa8a82522021-11-29 11:17:24 +000022 // ],
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060023 "presubmit": [
24 {
25 "name": "MediaProviderTests"
26 },
27 {
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000028 "name": "MediaProviderClientTests",
29 "options": [
30 {
31 "exclude-annotation": "androidx.test.filters.LargeTest"
Zim7024bc52021-01-28 10:50:01 +000032 },
33 {
34 "exclude-annotation": "androidx.test.filters.FlakyTest"
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000035 }
36 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070037 },
38 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060039 "name": "CtsProviderTestCases",
40 "options": [
41 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060042 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060043 }
44 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000045 },
46 {
easoncylee14c39d92020-05-12 09:03:23 +080047 // This is a typo and is tracked in b/155715039 but flaky on CF.
48 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000049 "name": "AdoptableHostTest"
50 },
51 {
Corina664ca212020-08-05 11:01:19 +010052 "name": "CtsScopedStorageCoreHostTest"
53 },
54 {
shafik2164f392020-05-27 11:45:02 +010055 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000056 },
57 {
Nandana Dutt912b0892020-11-30 11:09:47 +000058 "name": "CtsScopedStorageDeviceOnlyTest"
59 },
60 {
Zimef1ad122020-02-21 19:32:15 +000061 "name": "fuse_node_test"
Zimd3a72cf2020-10-26 15:52:53 +000062 },
63 {
Ivan Chiangc12cdee2021-09-02 19:38:23 +080064 "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 {
Sahana Raoe6e089a2022-03-02 13:31:50 +000072 // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed.
73 "name": "CtsMediaProviderTranscodeTests"
74 },
75 {
Corina53eb0802021-04-20 17:25:34 +000076 "name": "CtsAppSecurityHostTestCases",
77 "options": [
78 {
79 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
80 }
81 ]
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000082 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060083 ]
84}