1{ 2 "presubmit": [ 3 { 4 "name": "SurfaceFlinger_test", 5 "options": [ 6 { 7 "include-filter": "*" 8 }, 9 { 10 // TODO(b/305717998): Deflake and re-enable 11 "exclude-filter": "*ChildLayerTest*" 12 } 13 ] 14 }, 15 { 16 "name": "CtsGraphicsTestCases", 17 "options": [ 18 { 19 "include-filter": "android.graphics.cts.VulkanPreTransformTest" 20 } 21 ] 22 } 23 ], 24 "hwasan-postsubmit": [ 25 { 26 "name": "SurfaceFlinger_test", 27 "options": [ 28 { 29 "include-filter": "*" 30 } 31 ] 32 } 33 ] 34} 35