Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 1 | { |
| 2 | // Looking for unit test presubmit configuration? |
| 3 | // This currently lives in ATP config apct/system_ui/unit_test |
| 4 | "staged-platinum-postsubmit": [ |
| 5 | { |
| 6 | "name": "PlatformScenarioTests", |
| 7 | "options": [ |
| 8 | { |
| 9 | "include-filter": "android.platform.test.scenario.sysui" |
| 10 | }, |
| 11 | { |
Lucas Dupin | f1ae707 | 2019-12-03 09:25:52 -0800 | [diff] [blame] | 12 | "include-annotation": "android.platform.test.scenario.annotation.Scenario" |
| 13 | }, |
| 14 | { |
Julia Tuttle | a3e4e3a | 2020-03-11 17:09:58 -0400 | [diff] [blame] | 15 | "exclude-annotation": "org.junit.Ignore" |
| 16 | }, |
| 17 | { |
Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 18 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 19 | } |
| 20 | ] |
| 21 | } |
Lucas Dupin | e5dc1d9 | 2020-01-27 15:02:59 -0800 | [diff] [blame] | 22 | ], |
| 23 | "platinum-postsubmit": [ |
| 24 | { |
| 25 | "name": "PlatformScenarioTests", |
| 26 | "options": [ |
| 27 | { |
| 28 | "include-filter": "android.platform.test.scenario.sysui" |
| 29 | }, |
| 30 | { |
| 31 | "include-annotation": "android.platform.test.scenario.annotation.Scenario" |
| 32 | }, |
| 33 | { |
Julia Tuttle | a3e4e3a | 2020-03-11 17:09:58 -0400 | [diff] [blame] | 34 | "exclude-annotation": "org.junit.Ignore" |
| 35 | }, |
| 36 | { |
Lucas Dupin | e5dc1d9 | 2020-01-27 15:02:59 -0800 | [diff] [blame] | 37 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 38 | }, |
| 39 | { |
| 40 | "exclude-annotation": "android.platform.helpers.Staging" |
| 41 | } |
| 42 | ] |
| 43 | } |
Jun | 485caff | 2020-02-27 14:38:28 -0800 | [diff] [blame] | 44 | ], |
| 45 | "auto-end-to-end-postsubmit": [ |
| 46 | { |
| 47 | "name": "AndroidAutoUiTests", |
| 48 | "options" : [ |
| 49 | { |
| 50 | "include-filter": "android.test.functional.auto.apps.HomeHelperTest" |
| 51 | }, |
| 52 | { |
| 53 | "include-filter": "android.test.functional.auto.apps.NotificationHelperTest" |
| 54 | } |
| 55 | ] |
| 56 | } |
Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 57 | ] |
| 58 | } |