blob: d659688700d3deef544b301bb6e810a8dc74cb38 [file] [log] [blame]
Remi NGUYEN VAN0b197df2020-01-06 19:49:15 +09001{
Remi NGUYEN VANa1c2a732020-01-16 15:43:03 +09002 "presubmit": [
Remi NGUYEN VAN0b197df2020-01-06 19:49:15 +09003 {
4 "name": "FrameworksNetIntegrationTests"
5 }
Remi NGUYEN VANa1c2a732020-01-16 15:43:03 +09006 ],
7 "postsubmit": [
8 {
9 "name": "FrameworksNetDeflakeTest"
10 }
Remi NGUYEN VANaabe9cc2020-10-15 07:07:55 +000011 ],
Juna3a8d012021-02-10 18:16:54 -080012 "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 ],
Remi NGUYEN VANaabe9cc2020-10-15 07:07:55 +000029 "imports": [
30 {
31 "path": "cts/tests/tests/net"
32 }
Remi NGUYEN VAN0b197df2020-01-06 19:49:15 +090033 ]
34}