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

Commit ee3c9ef1 authored by Sam Dubey's avatar Sam Dubey Committed by Android (Google) Code Review
Browse files

Merge "Migrate Test Mapping" into udc-dev

parents 15780e67 c3c3cc64
Loading
Loading
Loading
Loading
+140 −193
Original line number Diff line number Diff line
@@ -40,7 +40,9 @@
    "presubmit":[
        {
            "name":"CtsInstantAppTests",
      "file_patterns": ["(/|^)InstantApp[^/]*"]
            "file_patterns":[
                "(/|^)InstantApp[^/]*"
            ]
        },
        {
            "name":"CarrierAppIntegrationTestCases"
@@ -56,7 +58,9 @@
        },
        {
            "name":"CtsAppFgsTestCases",
      "file_patterns": ["(/|^)ServiceInfo[^/]*"],
            "file_patterns":[
                "(/|^)ServiceInfo[^/]*"
            ],
            "options":[
                {
                    "include-annotation":"android.platform.test.annotations.Presubmit"
@@ -71,7 +75,9 @@
        },
        {
            "name":"CtsShortFgsTestCases",
      "file_patterns": ["(/|^)ServiceInfo[^/]*"],
            "file_patterns":[
                "(/|^)ServiceInfo[^/]*"
            ],
            "options":[
                {
                    "include-annotation":"android.platform.test.annotations.Presubmit"
@@ -160,64 +166,5 @@
        {
            "name":"CtsInstallHostTestCases"
        }
  ],
  "staged-platinum-postsubmit": [
    {
      "name": "CtsIncrementalInstallHostTestCases"
    },
    {
      "name": "CtsAppSecurityHostTestCases",
      "options": [
        {
          "include-filter": "android.appsecurity.cts.SplitTests"
        },
        {
          "include-filter": "android.appsecurity.cts.EphemeralTest"
        }
      ]
    },
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "include-filter": "android.content.cts.IntentFilterTest"
        }
      ]
    }
  ],
  "platinum-postsubmit": [
      {
        "name": "CtsIncrementalInstallHostTestCases",
        "options": [
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      },
      {
        "name": "CtsAppSecurityHostTestCases",
        "options": [
            {
                "include-filter": "android.appsecurity.cts.SplitTests"
            },
            {
                "include-filter": "android.appsecurity.cts.EphemeralTest"
            },
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      },
      {
        "name": "CtsContentTestCases",
        "options":[
            {
                "include-filter": "android.content.cts.IntentFilterTest"
            },
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      }
    ]
}
 No newline at end of file