blob: f1d99be946593e00cc1e863c7a716714e332f52c [file] [log] [blame]
Jeff Sharkey95d29ee2019-03-23 12:40:01 -06001{
Corina8d43d502021-11-26 10:22:15 +00002 "mainline-presubmit": [
3 {
4 "name": "MediaProviderTests[com.google.android.mediaprovider.apex]"
Corinab0eecd62021-12-03 17:33:39 +00005 },
6 {
7 "name": "CtsScopedStorageCoreHostTest"
8 },
9 {
10 "name": "CtsScopedStorageHostTest"
11 },
12 {
13 "name": "CtsScopedStorageDeviceOnlyTest"
Corina8d43d502021-11-26 10:22:15 +000014 }
15 ],
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060016 "presubmit": [
17 {
18 "name": "MediaProviderTests"
19 },
20 {
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000021 "name": "MediaProviderClientTests",
22 "options": [
23 {
24 "exclude-annotation": "androidx.test.filters.LargeTest"
Zim7024bc52021-01-28 10:50:01 +000025 },
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000028 }
29 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070030 },
31 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060032 "name": "CtsProviderTestCases",
33 "options": [
34 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060035 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060036 }
37 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000038 },
39 {
easoncylee14c39d92020-05-12 09:03:23 +080040 // This is a typo and is tracked in b/155715039 but flaky on CF.
41 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000042 "name": "AdoptableHostTest"
43 },
44 {
Corina664ca212020-08-05 11:01:19 +010045 "name": "CtsScopedStorageCoreHostTest"
46 },
47 {
shafik2164f392020-05-27 11:45:02 +010048 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000049 },
50 {
Nandana Dutt912b0892020-11-30 11:09:47 +000051 "name": "CtsScopedStorageDeviceOnlyTest"
52 },
53 {
Zimef1ad122020-02-21 19:32:15 +000054 "name": "fuse_node_test"
Zimd3a72cf2020-10-26 15:52:53 +000055 },
56 {
Manish Singh1f087872021-03-13 00:07:10 +000057 "name": "CtsMediaProviderTranscodeTests"
Ivan Chiangc12cdee2021-09-02 19:38:23 +080058 },
59 {
60 "name": "CtsPhotoPickerTest"
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060061 }
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000062 ],
63 "postsubmit": [
64 {
65 "name": "MediaProviderClientTests"
Corina53eb0802021-04-20 17:25:34 +000066 },
67 {
68 "name": "CtsAppSecurityHostTestCases",
69 "options": [
70 {
71 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
72 }
73 ]
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000074 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060075 ]
76}