commit | 911e5628a5b57b3e942c8959ea4616f2bd447381 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Mon Nov 20 09:46:36 2023 +0000 |
committer | Neil Fuller <nfuller@google.com> | Mon Nov 20 10:28:07 2023 +0000 |
tree | 18080efcbd8d6ec71105447f4f826966e35eaf3e | |
parent | eefc18835db6a1325579e4676bb75b17c89d2947 [diff] |
Switch "postsubmit" to "presubmit" after soak Switch to presubmit after the tests have run in postsubmit for a while. Test: treehugger Bug: 182461754 Change-Id: Id946eea7785454f2a178d75f4323447ecba14f8f
diff --git a/services/core/java/com/android/server/timedetector/TEST_MAPPING b/services/core/java/com/android/server/timedetector/TEST_MAPPING index 5c37680..17d327e 100644 --- a/services/core/java/com/android/server/timedetector/TEST_MAPPING +++ b/services/core/java/com/android/server/timedetector/TEST_MAPPING
@@ -7,10 +7,7 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] - } - ], - // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows. - "postsubmit": [ + }, { "name": "FrameworksTimeServicesTests" }
diff --git a/services/core/java/com/android/server/timezonedetector/TEST_MAPPING b/services/core/java/com/android/server/timezonedetector/TEST_MAPPING index 63dd7b4..358618a 100644 --- a/services/core/java/com/android/server/timezonedetector/TEST_MAPPING +++ b/services/core/java/com/android/server/timezonedetector/TEST_MAPPING
@@ -7,15 +7,15 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "FrameworksTimeServicesTests" } ], // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows. "postsubmit": [ { "name": "CtsLocationTimeZoneManagerHostTest" - }, - { - "name": "FrameworksTimeServicesTests" } ] }