| { | |
| "profiling-mainline-presubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "androidx.test.filters.LargeTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "presubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "androidx.test.filters.LargeTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "postsubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests" | |
| } | |
| ] | |
| } | |