blob: 502f885ceb785efa2e1a30075cca46cdbafc2e79 [file] [log] [blame]
Remi NGUYEN VAN678277c2021-05-11 13:37:06 +00001{
2 "presubmit": [
3 {
4 "name": "FrameworksNetIntegrationTests"
5 }
6 ],
7 "postsubmit": [
8 {
9 "name": "FrameworksNetDeflakeTest"
10 }
11 ],
12 "auto-postsubmit": [
13 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
14 // automotive targets to avoid introducing additional test flake and build time. The plan for
15 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
16 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
17 // infra during the hardening phase.
18 // TODO: this tag to be removed once the above is no longer an issue.
19 {
20 "name": "FrameworksNetTests"
21 },
22 {
23 "name": "FrameworksNetIntegrationTests"
24 },
25 {
26 "name": "FrameworksNetDeflakeTest"
27 }
28 ],
29 "imports": [
30 {
31 "path": "packages/modules/Connectivity"
32 }
33 ]
34}