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.
34 lines
932 B
34 lines
932 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "FrameworksNetIntegrationTests"
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "FrameworksNetDeflakeTest"
|
|
}
|
|
],
|
|
"auto-postsubmit": [
|
|
// Test tag for automotive targets. These are only running in postsubmit so as to harden the
|
|
// automotive targets to avoid introducing additional test flake and build time. The plan for
|
|
// presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
|
|
// Additionally, this tag is used in targeted test suites to limit resource usage on the test
|
|
// infra during the hardening phase.
|
|
// TODO: this tag to be removed once the above is no longer an issue.
|
|
{
|
|
"name": "FrameworksNetTests"
|
|
},
|
|
{
|
|
"name": "FrameworksNetIntegrationTests"
|
|
},
|
|
{
|
|
"name": "FrameworksNetDeflakeTest"
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "packages/modules/Connectivity"
|
|
}
|
|
]
|
|
} |