• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
3    {
4     "name": "NetHttpCoverageTests",
5     "options": [
6       {
7         "exclude-annotation": "com.android.testutils.SkipPresubmit"
8       },
9       {
10         // These sometimes take longer than 1 min which is the presubmit timeout
11         "exclude-annotation": "androidx.test.filters.LargeTest"
12       }
13     ]
14    },
15    {
16     "name": "StableNetHttpCoverageTests",
17     "options": [
18       {
19         "exclude-annotation": "com.android.testutils.SkipPresubmit"
20       },
21       {
22         // These sometimes take longer than 1 min which is the presubmit timeout
23         "exclude-annotation": "androidx.test.filters.LargeTest"
24       }
25     ]
26    }
27  ],
28  "presubmit": [
29    {
30      "name": "net_unittests_tester"
31    },
32    {
33      "name": "stable_net_unittests_tester"
34    },
35    {
36      "name": "cronet_unittests_tester"
37    },
38    {
39      "name": "stable_cronet_unittests_tester"
40    },
41    {
42     "name": "NetHttpCoverageTests",
43     "options": [
44       {
45         "exclude-annotation": "com.android.testutils.SkipPresubmit"
46       },
47       {
48         // These sometimes take longer than 1 min which is the presubmit timeout
49         "exclude-annotation": "androidx.test.filters.LargeTest"
50       }
51     ]
52    },
53    {
54     "name": "StableNetHttpCoverageTests",
55     "options": [
56       {
57         "exclude-annotation": "com.android.testutils.SkipPresubmit"
58       },
59       {
60         // These sometimes take longer than 1 min which is the presubmit timeout
61         "exclude-annotation": "androidx.test.filters.LargeTest"
62       }
63     ]
64    }
65  ]
66}
67