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

Commit 7c0afb48 authored by Sam Dubey's avatar Sam Dubey
Browse files

Start running PM tests in platinum production

Mock runs look good to me:
https://atp.googleplex.com/test_runs/198485238
https://atp.googleplex.com/test_runs/198490569

Bug: 140252512
Change-Id: Id3dedf792f380d84e982c3738a0ebb874286a929
parent ca88bd08
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -186,5 +186,40 @@
        }
      ]
    }
  ],
  "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"
            }
        ]
      }
  ]
}