You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
468 B
23 lines
468 B
4 months ago
|
{
|
||
|
"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]"
|
||
|
}
|
||
|
]
|
||
|
}
|