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

Commit b6528779 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Include CtsAppFgsTestCases and CtsShortFgsTestCases in presubmit"

parents a5b0a11b 85632c84
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -42,6 +42,36 @@
    {
      "name": "ApkVerityTest"
    },
    {
      "name": "CtsAppFgsTestCases",
      "file_patterns": ["(/|^)ServiceInfo[^/]*"],
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsShortFgsTestCases",
      "file_patterns": ["(/|^)ServiceInfo[^/]*"],
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsIncrementalInstallHostTestCases",
      "options": [
+28 −0
Original line number Diff line number Diff line
@@ -17,6 +17,34 @@
        }
      ]
    },
    {
      "name": "CtsAppFgsTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsShortFgsTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [