diff options
| author | 2020-12-03 13:10:49 -0800 | |
|---|---|---|
| committer | 2020-12-04 18:14:10 +0000 | |
| commit | 4d46518b6ff849f0a82f2f09697ee43d2f96ae2c (patch) | |
| tree | 4e8a37ef926a2893b86e208af6bf3d5930013294 | |
| parent | f86411654ec317a6757d5b278b38b4e82c3423b2 (diff) | |
Move CtsTelecomTestCases to group presubmit-large
Also move OverlayRemountedTest, RollbackTest
The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.
Bug: 174654670
Bug: 174495337
Test: none
Change-Id: Ie134c5d171bd99cca908f316d03050001c22ac32
| -rw-r--r-- | core/tests/overlaytests/remount/TEST_MAPPING | 4 | ||||
| -rw-r--r-- | services/core/java/com/android/server/om/TEST_MAPPING | 8 | ||||
| -rw-r--r-- | telecomm/TEST_MAPPING | 4 | ||||
| -rw-r--r-- | tests/RollbackTest/TEST_MAPPING | 2 | 
4 files changed, 11 insertions, 7 deletions
| diff --git a/core/tests/overlaytests/remount/TEST_MAPPING b/core/tests/overlaytests/remount/TEST_MAPPING index 54dd4310bd6e..22b28b5344bb 100644 --- a/core/tests/overlaytests/remount/TEST_MAPPING +++ b/core/tests/overlaytests/remount/TEST_MAPPING @@ -1,7 +1,7 @@  { -  "presubmit": [ +  "presubmit-large": [      {        "name" : "OverlayRemountedTest"      }    ] -}
\ No newline at end of file +} diff --git a/services/core/java/com/android/server/om/TEST_MAPPING b/services/core/java/com/android/server/om/TEST_MAPPING index 6edd76f1810a..e8a2a02e6a8c 100644 --- a/services/core/java/com/android/server/om/TEST_MAPPING +++ b/services/core/java/com/android/server/om/TEST_MAPPING @@ -15,9 +15,6 @@        "name": "OverlayHostTests"      },      { -      "name": "OverlayRemountedTest" -    }, -    {        "name": "CtsAppSecurityHostTestCases",        "options": [          { @@ -25,5 +22,10 @@          }        ]      } +  ], +  "presubmit-large": [ +    { +      "name": "OverlayRemountedTest" +    }    ]  } diff --git a/telecomm/TEST_MAPPING b/telecomm/TEST_MAPPING index c9903f9fa901..1963ff3cabc7 100644 --- a/telecomm/TEST_MAPPING +++ b/telecomm/TEST_MAPPING @@ -23,7 +23,9 @@            "exclude-annotation": "androidx.test.filters.FlakyTest"          }        ] -    }, +    } +  ], +  "presubmit-large": [      {        "name": "CtsTelecomTestCases",        "options": [ diff --git a/tests/RollbackTest/TEST_MAPPING b/tests/RollbackTest/TEST_MAPPING index 0f4c4603f9b4..7f9f2dcf2bde 100644 --- a/tests/RollbackTest/TEST_MAPPING +++ b/tests/RollbackTest/TEST_MAPPING @@ -1,5 +1,5 @@  { -  "presubmit": [ +  "presubmit-large": [      {        "name": "RollbackTest"      }, |