blob: 456c719effc0c334b62188677cb33d76931eddeb [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsPermissionManagerNativeTestCases",
"file_patterns": ["permission_manager.cpp"]
},
{
"name": "CtsPermissionTestCases",
"options": [
{
"include-filter": "android.permission.cts.PermissionManagerNativeJniTest"
}
],
"file_patterns": ["permission_manager.cpp"]
},
{
"name": "CtsOsTestCases_cts_performancehintmanagertest",
"file_patterns": ["performance_hint.cpp"]
},
{
"name": "CtsThermalTestCases",
"file_patterns": ["thermal.cpp"]
},
{
"name": "NativeThermalUnitTestCases",
"file_patterns": ["thermal.cpp"]
}
],
"postsubmit": [
{
"file_patterns": ["system_health.cpp"],
"name": "NativeSystemHealthUnitTestCases"
},
{
"file_patterns": ["system_health.cpp"],
"name": "CtsSystemHealthTestCases",
"options": [
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
}
]
}