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

Commit f994d122 authored by easoncylee's avatar easoncylee Committed by Chun-Yi Lee
Browse files

Move FrameworksServicesTests to group presubmit-large

The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.

Some more context is in the referenced bug, e.g, b/174495337
The group will work exactly the same as presubmit for now.

Bug: 174654670
Bug: 174495337
Test: none
Change-Id: Ifefd791b8dc24d5fda12affac0c99787da3d5086
parent 5a96ceaf
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
{
  "presubmit": [
  "presubmit-large": [
    {
      "name": "FrameworksUiServicesTests",
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    }
  ],
  "presubmit": [
    {
      "name": "ExtServicesUnitTests",
      "name": "FrameworksUiServicesTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
@@ -17,7 +25,7 @@
      ]
    },
    {
      "name": "TestablesTests",
      "name": "ExtServicesUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
@@ -25,21 +33,15 @@
      ]
    },
    {
      "name": "FrameworksCoreTests",
      "name": "TestablesTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "FrameworkPermissionTests",
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
@@ -53,7 +55,7 @@
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "name": "FrameworkPermissionTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"