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

Commit d8f754d9 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge changes Ic537ab0d,I63745307 into main

* changes:
  Add TEST_MAPPING for time related coretests
  Run more CI tests when changing API classes
parents 8297bd84 89900f48
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -8,5 +8,38 @@
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.timedetector."
        },
        {
          "include-filter": "android.app.timezonedetector."
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
        },
        {
          "include-filter": "com.android.server.timedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+32 −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."
        },
        {
          "include-filter": "android.app.timedetector."
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+27 −0
Original line number Diff line number Diff line
@@ -8,5 +8,32 @@
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.app.time."
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+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."
        }
      ]
    }
  ]
}
Loading