platform_hardware_interfaces/neuralnetworks/TEST_MAPPING
Dan Shi 8d643a458f Move VtsHalNeuralnetworksV1_2/3TargetTest to group presubmit-large
The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.

Bug: 174654670
Test: none
Change-Id: I11574377ed28676475321c4c84feccf5b33f08c3
2020-12-03 12:10:46 -08:00

50 lines
1.7 KiB
Text

{
"presubmit": [
{
"name": "VtsHalNeuralnetworksV1_0TargetTest",
"options": [
{
// Do not use any sample driver except sample-all in order to reduce
// testing time. The other sample drivers (fast-float, quant, etc.)
// are subsets of sample-all.
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
{
"name": "VtsHalNeuralnetworksV1_1TargetTest",
"options": [
{
// Do not use any sample driver except sample-all in order to reduce
// testing time. The other sample drivers (fast-float, quant, etc.)
// are subsets of sample-all.
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
}
],
"presubmit-large": [
{
"name": "VtsHalNeuralnetworksV1_2TargetTest",
"options": [
{
// Do not use any sample driver except sample-all in order to reduce
// testing time. The other sample drivers (fast-float, quant, etc.)
// are subsets of sample-all.
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
{
"name": "VtsHalNeuralnetworksV1_3TargetTest",
"options": [
{
// Do not use any sample driver except sample-all in order to reduce
// testing time. The other sample drivers (fast-float, quant, etc.)
// are subsets of sample-all.
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
}
]
}