Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89900f48 authored by Neil Fuller's avatar Neil Fuller
Browse files

Add TEST_MAPPING for time related coretests

Add TEST_MAPPING for android.service.timezone.
Also add TEST_MAPPING for coretests.

For coretests:

There's a TEST_MAPPING at the top level that will pick up tests marked
with @Presubmit, but this is more explicit and runs all tests in a
package when a test has changed. The time coretests should be in good
shape so no filtering here for Presubmit (yet, though could be added as
needed).

Test: treehugger only
Bug: 182461754
Change-Id: Ic537ab0d26adeb300a665eb5b5fe8ea0f123e582
parent a80be2c9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.service.timezone."
        }
      ]
    },
    {
      "name": "CtsLocationTimeZoneManagerHostTest"
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.time."
        }
      ]
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.timedetector."
        }
      ]
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.timezonedetector."
        }
      ]
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.service.timezone."
        }
      ]
    }
  ]
}