blob: 32182069f0da65a77b83f4cdf3b2a67733a0a68f [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"
Dan Shi8d643a42020-12-03 12:10:46 -080020 }
21 ],
22 "presubmit-large": [
Michael Butler58caa832019-02-07 13:22:30 -080023 {
Lev Proleev81dbdb32021-02-15 15:52:56 +000024 "name": "VtsHalNeuralnetworksTargetTest",
25 "options": [
26 {
27 // Do not use any sample driver except sample-all in order to reduce
28 // testing time. The other sample drivers (fast-float, quant, etc.)
29 // are subsets of sample-all.
30 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
31 }
32 ]
Michael Butler58caa832019-02-07 13:22:30 -080033 }
34 ]
35}