1{ 2 "presubmit-large": [ 3 { 4 "name": "CtsHostsideNetworkPolicyTests_NoRequiresDevice" 5 } 6 ], 7 "postsubmit": [ 8 { 9 // Postsubmit on virtual devices to monitor flakiness of all tests that don't require a 10 // physical device 11 "name": "CtsHostsideNetworkPolicyTests_NoRequiresDevice" 12 } 13 ] 14} 15