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

Commit 786a8dda authored by James Mattis's avatar James Mattis Committed by Automerger Merge Worker
Browse files

Merge "Add auto-postsubmit test tag for frameworks/base" am: ec14bafb am:...

Merge "Add auto-postsubmit test tag for frameworks/base" am: ec14bafb am: 987d2463 am: c8cf0bec am: 407fd06a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1626462

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5fdf0e0cf69743bb8d777e751b17a88667625859
parents 4a9e4d4b 407fd06a
Loading
Loading
Loading
Loading
+61 −1
Original line number Original line Diff line number Diff line
@@ -82,5 +82,65 @@
    {
    {
      "name": "ManagedProfileLifecycleStressTest"
      "name": "ManagedProfileLifecycleStressTest"
    }
    }
  ],
 "auto-postsubmit": [
   // Test tag for automotive targets. These are only running in postsubmit so as to harden the
   // automotive targets to avoid introducing additional test flake and build time. The plan for
   // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
   // Additionally, this tag is used in targeted test suites to limit resource usage on the test
   // infra during the hardening phase.
   // TODO: this tag to be removed once the above is no longer an issue.
   {
     "name": "FrameworksUiServicesTests",
     "options": [
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       }
     ]
   },
   {
     "name": "ExtServicesUnitTests",
     "options": [
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       }
     ]
   },
   {
     "name": "TestablesTests",
     "options": [
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       }
     ]
   },
   {
     "name": "FrameworksCoreTests",
     "options": [
       {
         "include-annotation": "android.platform.test.annotations.Presubmit"
       },
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       },
       {
         "exclude-annotation": "org.junit.Ignore"
       }
     ]
   },
   {
     "name": "FrameworksServicesTests",
     "options": [
       {
         "include-annotation": "android.platform.test.annotations.Presubmit"
       },
       {
         "exclude-annotation": "androidx.test.filters.FlakyTest"
       },
       {
         "exclude-annotation": "org.junit.Ignore"
       }
     ]
   }
 ]
 ]
}
}