blob: 980119cf887592ba68971a7591871fa8c9759a25 [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 {
Corina9a11def2022-01-06 14:58:03 +00007 "name": "CtsScopedStorageCoreHostTest[com.google.android.mediaprovider.apex]"
Corinab0eecd62021-12-03 17:33:39 +00008 },
9 {
Corina9a11def2022-01-06 14:58:03 +000010 "name": "CtsScopedStorageHostTest[com.google.android.mediaprovider.apex]"
Corinab0eecd62021-12-03 17:33:39 +000011 },
12 {
Corina9a11def2022-01-06 14:58:03 +000013 "name": "CtsScopedStorageDeviceOnlyTest[com.google.android.mediaprovider.apex]"
14 },
15 {
16 "name": "CtsMediaProviderTranscodeTests[com.google.android.mediaprovider.apex]"
Corina Grigoras80244972022-01-26 16:27:35 +000017 },
18 {
19 "name": "CtsPhotoPickerTest[com.google.android.mediaprovider.apex]"
Corina8d43d502021-11-26 10:22:15 +000020 }
21 ],
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060022 "presubmit": [
23 {
24 "name": "MediaProviderTests"
25 },
26 {
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000027 "name": "MediaProviderClientTests",
28 "options": [
29 {
30 "exclude-annotation": "androidx.test.filters.LargeTest"
Zim7024bc52021-01-28 10:50:01 +000031 },
32 {
33 "exclude-annotation": "androidx.test.filters.FlakyTest"
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000034 }
35 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070036 },
37 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060038 "name": "CtsProviderTestCases",
39 "options": [
40 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060041 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060042 }
43 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000044 },
45 {
easoncylee14c39d92020-05-12 09:03:23 +080046 // This is a typo and is tracked in b/155715039 but flaky on CF.
47 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000048 "name": "AdoptableHostTest"
49 },
50 {
Corina664ca212020-08-05 11:01:19 +010051 "name": "CtsScopedStorageCoreHostTest"
52 },
53 {
shafik2164f392020-05-27 11:45:02 +010054 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000055 },
56 {
Nandana Dutt912b0892020-11-30 11:09:47 +000057 "name": "CtsScopedStorageDeviceOnlyTest"
58 },
59 {
Zimef1ad122020-02-21 19:32:15 +000060 "name": "fuse_node_test"
Zimd3a72cf2020-10-26 15:52:53 +000061 },
62 {
Ivan Chiangc12cdee2021-09-02 19:38:23 +080063 "name": "CtsPhotoPickerTest"
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060064 }
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000065 ],
66 "postsubmit": [
67 {
68 "name": "MediaProviderClientTests"
Corina53eb0802021-04-20 17:25:34 +000069 },
70 {
Sahana Raoe6e089a2022-03-02 13:31:50 +000071 // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed.
72 "name": "CtsMediaProviderTranscodeTests"
73 },
74 {
Corina53eb0802021-04-20 17:25:34 +000075 "name": "CtsAppSecurityHostTestCases",
76 "options": [
77 {
78 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
79 }
80 ]
Abhijeet Kaur1eb94ea2020-11-24 13:44:04 +000081 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060082 ]
83}