1{ 2 "mainline-presubmit": [ 3 { 4 "name": "CtsAppCloningHostTest[com.google.android.mediaprovider.apex]", 5 "options": [ 6 { 7 "exclude-annotation": "android.platform.test.annotations.LargeTest" 8 }, 9 { 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 11 } 12 ] 13 } 14 ], 15 "mediaprovider-mainline-presubmit": [ 16 { 17 "name": "CtsAppCloningHostTest", 18 "options": [ 19 { 20 "exclude-annotation": "android.platform.test.annotations.LargeTest" 21 } 22 ] 23 } 24 ], 25 "mainline-postsubmit": [ 26 { 27 "name": "CtsAppCloningHostTest[com.google.android.mediaprovider.apex]", 28 "options": [ 29 { 30 "include-annotation": "android.platform.test.annotations.LargeTest" 31 }, 32 { 33 "include-annotation": "android.platform.test.annotations.FlakyTest" 34 } 35 ] 36 } 37 ], 38 "presubmit": [ 39 { 40 "name": "CtsAppCloningHostTest", 41 "options": [ 42 { 43 "exclude-annotation": "android.platform.test.annotations.LargeTest" 44 }, 45 { 46 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 47 } 48 ] 49 } 50 ], 51 "postsubmit": [ 52 { 53 "name": "CtsAppCloningHostTest", 54 "options": [ 55 { 56 "include-annotation": "android.platform.test.annotations.LargeTest" 57 }, 58 { 59 "include-annotation": "android.platform.test.annotations.FlakyTest" 60 } 61 ] 62 } 63 ] 64} 65