blob: d29682887a1872c140526b59ec0ae920a96845fc [file] [log] [blame]
Michael Butler58caa832019-02-07 13:22:30 -08001{
2 "presubmit": [
3 {
Michael Butler6e492a62020-12-10 15:38:45 -08004 "name": "neuralnetworks_utils_hal_common_test"
5 },
6 {
7 "name": "neuralnetworks_utils_hal_1_0_test"
8 },
9 {
10 "name": "neuralnetworks_utils_hal_1_1_test"
11 },
12 {
13 "name": "neuralnetworks_utils_hal_1_2_test"
14 },
15 {
16 "name": "neuralnetworks_utils_hal_1_3_test"
17 },
18 {
Lev Proleev900c28a2021-01-26 19:40:20 +000019 "name": "neuralnetworks_utils_hal_aidl_test"
20 },
21 {
Michael Butler07633282019-08-29 11:08:25 -070022 "name": "VtsHalNeuralnetworksV1_0TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080023 "options": [
24 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070025 // Do not use any sample driver except sample-all in order to reduce
26 // testing time. The other sample drivers (fast-float, quant, etc.)
27 // are subsets of sample-all.
28 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080029 }
30 ]
31 },
32 {
Michael Butler07633282019-08-29 11:08:25 -070033 "name": "VtsHalNeuralnetworksV1_1TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080034 "options": [
35 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070036 // Do not use any sample driver except sample-all in order to reduce
37 // testing time. The other sample drivers (fast-float, quant, etc.)
38 // are subsets of sample-all.
39 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080040 }
41 ]
Dan Shi8d643a42020-12-03 12:10:46 -080042 }
43 ],
44 "presubmit-large": [
Michael Butler58caa832019-02-07 13:22:30 -080045 {
Michael Butler07633282019-08-29 11:08:25 -070046 "name": "VtsHalNeuralnetworksV1_2TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080047 "options": [
48 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070049 // Do not use any sample driver except sample-all in order to reduce
50 // testing time. The other sample drivers (fast-float, quant, etc.)
51 // are subsets of sample-all.
52 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080053 }
54 ]
Michael Butler62b76902019-10-29 18:58:27 -070055 },
56 {
57 "name": "VtsHalNeuralnetworksV1_3TargetTest",
58 "options": [
59 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070060 // Do not use any sample driver except sample-all in order to reduce
61 // testing time. The other sample drivers (fast-float, quant, etc.)
62 // are subsets of sample-all.
63 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler62b76902019-10-29 18:58:27 -070064 }
65 ]
Lev Proleev81dbdb32021-02-15 15:52:56 +000066 },
67 {
68 "name": "VtsHalNeuralnetworksTargetTest",
69 "options": [
70 {
71 // Do not use any sample driver except sample-all in order to reduce
72 // testing time. The other sample drivers (fast-float, quant, etc.)
73 // are subsets of sample-all.
74 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
75 }
76 ]
Michael Butler58caa832019-02-07 13:22:30 -080077 }
78 ]
79}