easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 1 | { |
easoncylee | f994d12 | 2021-04-19 14:32:38 +0800 | [diff] [blame] | 2 | "presubmit-large": [ |
| 3 | { |
| 4 | "name": "FrameworksServicesTests", |
| 5 | "options": [ |
| 6 | { |
| 7 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 8 | }, |
| 9 | { |
| 10 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 11 | }, |
| 12 | { |
| 13 | "exclude-annotation": "org.junit.Ignore" |
| 14 | } |
| 15 | ] |
| 16 | } |
| 17 | ], |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 18 | "presubmit": [ |
| 19 | { |
easoncylee | 6d9b0f7 | 2022-04-18 19:16:20 +0800 | [diff] [blame] | 20 | "name": "ManagedProvisioningTests", |
| 21 | "options": [ |
| 22 | { |
| 23 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 24 | } |
| 25 | ] |
| 26 | }, |
| 27 | { |
satayev | bf95497 | 2021-12-16 14:37:41 +0000 | [diff] [blame] | 28 | "file_patterns": [ |
| 29 | "ApexManager\\.java", |
| 30 | "SystemServer\\.java", |
| 31 | "services/tests/apexsystemservices/.*" |
| 32 | ], |
| 33 | "name": "ApexSystemServicesTestCases", |
| 34 | "options": [ |
| 35 | { |
| 36 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
satayev | 0f5539b | 2022-02-08 15:15:57 +0000 | [diff] [blame] | 37 | }, |
| 38 | { |
| 39 | "exclude-annotation": "org.junit.Ignore" |
satayev | bf95497 | 2021-12-16 14:37:41 +0000 | [diff] [blame] | 40 | } |
| 41 | ] |
| 42 | }, |
| 43 | { |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 44 | "name": "FrameworksUiServicesTests", |
| 45 | "options": [ |
| 46 | { |
| 47 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 48 | } |
| 49 | ] |
easoncylee | 90857ed | 2019-11-26 10:27:48 +0800 | [diff] [blame] | 50 | }, |
| 51 | { |
| 52 | "name": "ExtServicesUnitTests", |
| 53 | "options": [ |
| 54 | { |
| 55 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 56 | } |
| 57 | ] |
| 58 | }, |
| 59 | { |
| 60 | "name": "TestablesTests", |
| 61 | "options": [ |
| 62 | { |
| 63 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 64 | } |
| 65 | ] |
easoncylee | 1620d24 | 2019-12-02 23:00:49 +0800 | [diff] [blame] | 66 | }, |
| 67 | { |
| 68 | "name": "FrameworksCoreTests", |
| 69 | "options": [ |
| 70 | { |
| 71 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 72 | }, |
| 73 | { |
| 74 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 75 | }, |
| 76 | { |
| 77 | "exclude-annotation": "org.junit.Ignore" |
| 78 | } |
| 79 | ] |
| 80 | }, |
| 81 | { |
Lais Andrade | fc7fd1e | 2021-02-16 16:11:41 +0000 | [diff] [blame] | 82 | "name": "FrameworkPermissionTests", |
| 83 | "options": [ |
| 84 | { |
| 85 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 86 | }, |
| 87 | { |
| 88 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 89 | }, |
| 90 | { |
| 91 | "exclude-annotation": "org.junit.Ignore" |
| 92 | } |
| 93 | ] |
| 94 | }, |
| 95 | { |
Oli Lan | 42da924 | 2021-02-08 10:55:07 +0000 | [diff] [blame] | 96 | "name": "FrameworksInProcessTests", |
| 97 | "options": [ |
| 98 | { |
| 99 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 100 | }, |
| 101 | { |
| 102 | "exclude-annotation": "org.junit.Ignore" |
| 103 | } |
| 104 | ] |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 105 | } |
Pavel Grafov | 56b8653 | 2019-10-30 19:40:27 +0000 | [diff] [blame] | 106 | ], |
| 107 | "postsubmit-managedprofile-stress": [ |
| 108 | { |
| 109 | "name": "ManagedProfileLifecycleStressTest" |
| 110 | } |
James Mattis | 43c4681 | 2021-03-10 09:34:49 -0800 | [diff] [blame] | 111 | ], |
| 112 | "auto-postsubmit": [ |
| 113 | // Test tag for automotive targets. These are only running in postsubmit so as to harden the |
| 114 | // automotive targets to avoid introducing additional test flake and build time. The plan for |
| 115 | // presubmit testing for auto is to augment the existing tests to cover auto use cases as well. |
| 116 | // Additionally, this tag is used in targeted test suites to limit resource usage on the test |
| 117 | // infra during the hardening phase. |
| 118 | // TODO: this tag to be removed once the above is no longer an issue. |
| 119 | { |
| 120 | "name": "FrameworksUiServicesTests", |
| 121 | "options": [ |
| 122 | { |
| 123 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 124 | } |
| 125 | ] |
| 126 | }, |
| 127 | { |
| 128 | "name": "ExtServicesUnitTests", |
| 129 | "options": [ |
| 130 | { |
| 131 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 132 | } |
| 133 | ] |
| 134 | }, |
| 135 | { |
| 136 | "name": "TestablesTests", |
| 137 | "options": [ |
| 138 | { |
| 139 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 140 | } |
| 141 | ] |
| 142 | }, |
| 143 | { |
| 144 | "name": "FrameworksCoreTests", |
| 145 | "options": [ |
| 146 | { |
| 147 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 148 | }, |
| 149 | { |
| 150 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 151 | }, |
| 152 | { |
| 153 | "exclude-annotation": "org.junit.Ignore" |
| 154 | } |
| 155 | ] |
| 156 | }, |
| 157 | { |
| 158 | "name": "FrameworksServicesTests", |
| 159 | "options": [ |
| 160 | { |
| 161 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 162 | }, |
| 163 | { |
| 164 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 165 | }, |
| 166 | { |
| 167 | "exclude-annotation": "org.junit.Ignore" |
| 168 | } |
| 169 | ] |
| 170 | } |
| 171 | ] |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 172 | } |