1{
2  "mainline-presubmit": [
3    {
4      "name": "CtsPhotoPickerTest[com.google.android.mediaprovider.apex]",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.LargeTest"
8        }
9      ]
10    },
11    {
12      "name": "MediaProviderTests[com.google.android.mediaprovider.apex]",
13      "options": [
14        {
15          // For changes in Photopicker tests we want to run all of the photopicker
16          // tests in the given package regardless of @RunOnlyOnPostsubmit annotation
17          "include-filter": "com.android.providers.media.photopicker"
18        }
19      ]
20    }
21  ],
22  "mediaprovider-mainline-presubmit": [
23    {
24      "name": "CtsPhotoPickerTest",
25      "options": [
26        {
27          "exclude-annotation": "androidx.test.filters.LargeTest"
28        }
29      ]
30    },
31    {
32      "name": "MediaProviderTests",
33      "options": [
34        {
35          // For changes in Photopicker tests we want to run all of the photopicker
36          // tests in the given package regardless of @RunOnlyOnPostsubmit annotation
37          "include-filter": "com.android.providers.media.photopicker"
38        }
39      ]
40    }
41  ],
42  "presubmit": [
43    {
44      "name": "CtsPhotoPickerTest",
45      "options": [
46        {
47          "exclude-annotation": "androidx.test.filters.LargeTest"
48        }
49      ]
50    },
51    {
52      "name": "MediaProviderTests",
53      "options": [
54        {
55          // For changes in Photopicker tests we want to run all of the photopicker
56          // tests in the given package regardless of @RunOnlyOnPostsubmit annotation
57          "include-filter": "com.android.providers.media.photopicker"
58        }
59      ]
60    }
61  ]
62}
63