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

Commit 06edbe40 authored by Sam Dubey's avatar Sam Dubey
Browse files

Migrate Test mapping

Postsubmit-only test groups don't need to be in a specific directory.

Bug: 283262732
Test: N/A
Change-Id: I0f5084eaf513b314cf13919ab53af6249a0ce719
parent e778cbc5
Loading
Loading
Loading
Loading
+0 −57
Original line number Diff line number Diff line
@@ -90,63 +90,6 @@
  //
  // If you don't use @Postsubmit, your new test will immediately
  // block presubmit, which is probably not what you want!
  "sysui-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ]
    }
  ],
  "sysui-staged-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "ironwood-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-annotation": "android.platform.test.annotations.IwTest"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ]
    }
  ],
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutomotiveHomeTests",