1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{
"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"}
]
}
]
}
|