From cac09dc7c9b9fed58f8c9c2a611840592be40bf9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 24 Nov 2020 00:16:49 +0000 Subject: COMPMID-4019: Disable CV/GLES from running on precommits Moving all GLES and CV tests on nightlies. Change-Id: I0f4288dc2f23bafea1597a4046c2953bdefcc3d7 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4535 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- tests/validation/NEON/WarpPerspective.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/validation/NEON/WarpPerspective.cpp') diff --git a/tests/validation/NEON/WarpPerspective.cpp b/tests/validation/NEON/WarpPerspective.cpp index 1c56220a21..28f206d4d1 100644 --- a/tests/validation/NEON/WarpPerspective.cpp +++ b/tests/validation/NEON/WarpPerspective.cpp @@ -53,10 +53,10 @@ TEST_SUITE(WarpPerspective) template using NEWarpPerspectiveFixture = WarpPerspectiveValidationFixture; -FIXTURE_DATA_TEST_CASE(RunSmall, NEWarpPerspectiveFixture, framework::DatasetMode::PRECOMMIT, combine(combine(combine(datasets::SmallShapes(), framework::dataset::make("DataType", - DataType::U8)), - framework::dataset::make("InterpolationPolicy", { InterpolationPolicy::NEAREST_NEIGHBOR, InterpolationPolicy::BILINEAR })), - datasets::BorderModes())) +FIXTURE_DATA_TEST_CASE(RunSmall, NEWarpPerspectiveFixture, framework::DatasetMode::NIGHTLY, combine(combine(combine(datasets::SmallShapes(), framework::dataset::make("DataType", + DataType::U8)), + framework::dataset::make("InterpolationPolicy", { InterpolationPolicy::NEAREST_NEIGHBOR, InterpolationPolicy::BILINEAR })), + datasets::BorderModes())) { validate(Accessor(_target), _reference, _valid_mask, tolerance_value, tolerance_number); } -- cgit v1.2.1