1{ 2 "mainline-presubmit": [ 3 { 4 "name": "MediaProviderTests[com.google.android.mediaprovider.apex]", 5 "options": [ 6 { 7 // For changes in Photopicker UI we want to run all the photopicker 8 // tests in the given package regardless of @RunOnlyOnPostsubmit annotation 9 "include-filter": "com.android.providers.media.photopicker" 10 } 11 ] 12 } 13 ], 14 "mediaprovider-mainline-presubmit": [ 15 { 16 "name": "MediaProviderTests", 17 "options": [ 18 { 19 // For changes in Photopicker UI we want to run all the photopicker 20 // tests in the given package regardless of @RunOnlyOnPostsubmit annotation 21 "include-filter": "com.android.providers.media.photopicker" 22 } 23 ] 24 } 25 ], 26 "presubmit": [ 27 { 28 "name": "MediaProviderTests", 29 "options": [ 30 { 31 // For changes in Photopicker UI we want to run all the photopicker 32 // tests in the given package regardless of @RunOnlyOnPostsubmit annotation 33 "include-filter": "com.android.providers.media.photopicker" 34 } 35 ] 36 } 37 ] 38} 39