Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge "Add auto-postsubmit test tag for frameworks/base" am: ec14baf
Browse files Browse the repository at this point in the history
…am: 987d246 am: c8cf0be

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1626462

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0586b18d6e02e54e9eb0742c847b9523cf34a64b
  • Loading branch information
James Mattis authored and android-build-merge-worker-robot committed Mar 11, 2021
2 parents 120baf0 + c8cf0be commit 407fd06
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,65 @@
{
"name": "ManagedProfileLifecycleStressTest"
}
]
],
"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": "FrameworksUiServicesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "ExtServicesUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TestablesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}

0 comments on commit 407fd06

Please sign in to comment.