Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 1 | { |
Remi NGUYEN VAN | 9b6b353 | 2020-12-15 09:39:52 +0000 | [diff] [blame] | 2 | // Run in addition to mainline-presubmit as mainline-presubmit is not |
| 3 | // supported in every branch. |
Remi NGUYEN VAN | a773ccb | 2020-06-25 03:58:10 +0000 | [diff] [blame] | 4 | "presubmit": [ |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 5 | { |
| 6 | "name": "CtsNetTestCasesLatestSdk", |
| 7 | "options": [ |
| 8 | { |
| 9 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 10 | } |
| 11 | ] |
| 12 | } |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 13 | ], |
| 14 | "mainline-presubmit": [ |
| 15 | { |
Remi NGUYEN VAN | c285874 | 2021-01-12 21:01:52 +0900 | [diff] [blame^] | 16 | // TODO: add back the tethering modules when updatable in this branch |
| 17 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]", |
easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 18 | "options": [ |
| 19 | { |
| 20 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 21 | } |
| 22 | ] |
| 23 | } |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 24 | ], |
| 25 | // Tests on physical devices with SIM cards: postsubmit only for capacity constraints |
| 26 | "mainline-postsubmit": [ |
| 27 | { |
Remi NGUYEN VAN | c285874 | 2021-01-12 21:01:52 +0900 | [diff] [blame^] | 28 | // TODO: add back the tethering module when updatable in this branch |
| 29 | "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]", |
Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 30 | "keywords": ["sim"] |
| 31 | } |
Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 32 | ] |
| 33 | } |