blob: d52846655bf1eda0785bd474ef530dc93a03a16b (
plain)
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
|
{
"presubmit-large": [
{
// run service unit tests for API changes (since API changes can break service, but not the
// other way around)
"name": "FrameworksWifiTests"
}
],
"presubmit": [
{
"name": "FrameworksWifiApiTests"
}
],
"mainline-presubmit": [
{
"name": "FrameworksWifiApiTests[com.google.android.wifi.apex]"
},
{
"name": "FrameworksWifiTests[com.google.android.wifi.apex]"
}
],
"wifi-mainline-presubmit": [
{
"name": "FrameworksWifiApiTests"
},
{
"name": "FrameworksWifiTests"
}
]
}
|