blob: 42b145d5bced57aecf78869d67b659ad9b07c628 [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]"
5 }
6 ],
Jeff Sharkey95d29ee2019-03-23 12:40:01 -06007 "presubmit": [
8 {
9 "name": "MediaProviderTests"
10 },
11 {
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000012 "name": "MediaProviderClientTests",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.LargeTest"
Zim7024bc52021-01-28 10:50:01 +000016 },
17 {
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000019 }
20 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070021 },
22 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060023 "name": "CtsProviderTestCases",
24 "options": [
25 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060026 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060027 }
28 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000029 },
30 {
easoncylee14c39d92020-05-12 09:03:23 +080031 // This is a typo and is tracked in b/155715039 but flaky on CF.
32 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000033 "name": "AdoptableHostTest"
34 },
35 {
Corina664ca212020-08-05 11:01:19 +010036 "name": "CtsScopedStorageCoreHostTest"
37 },
38 {
shafik2164f392020-05-27 11:45:02 +010039 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000040 },
41 {
Nandana Dutt912b0892020-11-30 11:09:47 +000042 "name": "CtsScopedStorageDeviceOnlyTest"
43 },
44 {
Zimef1ad122020-02-21 19:32:15 +000045 "name": "fuse_node_test"
Zimd3a72cf2020-10-26 15:52:53 +000046 },
47 {
Manish Singh1f087872021-03-13 00:07:10 +000048 "name": "CtsMediaProviderTranscodeTests"
Ivan Chiangc12cdee2021-09-02 19:38:23 +080049 },
50 {
51 "name": "CtsPhotoPickerTest"
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060052 }
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000053 ],
54 "postsubmit": [
55 {
56 "name": "MediaProviderClientTests"
Corina53eb0802021-04-20 17:25:34 +000057 },
58 {
59 "name": "CtsAppSecurityHostTestCases",
60 "options": [
61 {
62 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
63 }
64 ]
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000065 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060066 ]
67}