• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "mainline-presubmit": [
3        {
4            "name": "MediaProviderTests[com.google.android.mediaprovider.apex]"
5        },
6        {
7            "name": "CtsScopedStorageCoreHostTest[com.google.android.mediaprovider.apex]"
8        },
9        {
10            "name": "CtsScopedStorageHostTest[com.google.android.mediaprovider.apex]"
11        },
12        {
13            "name": "CtsScopedStorageDeviceOnlyTest[com.google.android.mediaprovider.apex]"
14        },
15        {
16            "name": "CtsMediaProviderTranscodeTests[com.google.android.mediaprovider.apex]"
17        },
18        {
19            "name": "CtsPhotoPickerTest[com.google.android.mediaprovider.apex]",
20            "options": [
21              {
22                "exclude-annotation": "androidx.test.filters.LargeTest"
23              }
24            ]
25        }
26    ],
27    "presubmit": [
28        {
29            "name": "MediaProviderTests"
30        },
31        {
32            "name": "MediaProviderClientTests",
33            "options": [
34                {
35                  "exclude-annotation": "androidx.test.filters.LargeTest"
36                },
37                {
38                  "exclude-annotation": "androidx.test.filters.FlakyTest"
39                }
40            ]
41        },
42        {
43            "name": "CtsProviderTestCases",
44            "options": [
45                {
46                    "include-filter": "android.provider.cts.media."
47                }
48            ]
49        },
50        {
51            // This is a typo and is tracked in b/155715039 but flaky on CF.
52            // Will fix this once the root cause of flake is fixed.
53            "name": "AdoptableHostTest"
54        },
55        {
56            "name": "CtsScopedStorageCoreHostTest"
57        },
58        {
59            "name": "CtsScopedStorageHostTest"
60        },
61        {
62            "name": "CtsScopedStorageDeviceOnlyTest"
63        },
64        {
65            "name": "fuse_node_test"
66        },
67        {
68            "name": "CtsPhotoPickerTest",
69            "options": [
70                {
71                    "exclude-annotation": "androidx.test.filters.LargeTest"
72                }
73            ]
74        }
75    ],
76    "postsubmit": [
77        {
78            "name": "MediaProviderClientTests"
79        },
80        {
81            // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed.
82            "name": "CtsMediaProviderTranscodeTests"
83        },
84        {
85            "name": "CtsAppSecurityHostTestCases",
86            "options": [
87                {
88                    "include-filter": "android.appsecurity.cts.ExternalStorageHostTest"
89                }
90            ]
91        },
92        {
93            "name": "CtsPhotoPickerTest"
94        }
95    ]
96}
97