| 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 |     { | 
| easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 16 |       "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 17 |       "options": [ | 
 | 18 |         { | 
 | 19 |           "exclude-annotation": "com.android.testutils.SkipPresubmit" | 
 | 20 |         } | 
 | 21 |       ] | 
 | 22 |     } | 
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 23 |   ], | 
 | 24 |   // Tests on physical devices with SIM cards: postsubmit only for capacity constraints | 
 | 25 |   "mainline-postsubmit": [ | 
 | 26 |     { | 
 | 27 |       "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", | 
 | 28 |       "keywords": ["sim"] | 
 | 29 |     } | 
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 30 |   ] | 
 | 31 | } |