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/Accumulate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/validation/NEON/Accumulate.cpp') diff --git a/tests/validation/NEON/Accumulate.cpp b/tests/validation/NEON/Accumulate.cpp index 963d697222..2b5ebbb0e7 100644 --- a/tests/validation/NEON/Accumulate.cpp +++ b/tests/validation/NEON/Accumulate.cpp @@ -57,7 +57,7 @@ TEST_SUITE(U8) template using NEAccumulateFixture = AccumulateValidationFixture; -FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateFixture, framework::DatasetMode::PRECOMMIT, combine(datasets::SmallShapes(), AccumulateS16Dataset)) +FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateFixture, framework::DatasetMode::NIGHTLY, combine(datasets::SmallShapes(), AccumulateS16Dataset)) { // Validate output validate(Accessor(_target), _reference, tolerance); @@ -78,7 +78,7 @@ TEST_SUITE(U8) template using NEAccumulateWeightedFixture = AccumulateWeightedValidationFixture; -FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateWeightedFixture, framework::DatasetMode::PRECOMMIT, combine(datasets::SmallShapes(), AccumulateU8Dataset)) +FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateWeightedFixture, framework::DatasetMode::NIGHTLY, combine(datasets::SmallShapes(), AccumulateU8Dataset)) { // Validate output validate(Accessor(_target), _reference, tolerance); @@ -99,7 +99,7 @@ TEST_SUITE(U8) template using NEAccumulateSquaredFixture = AccumulateSquaredValidationFixture; -FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateSquaredFixture, framework::DatasetMode::PRECOMMIT, combine(datasets::SmallShapes(), AccumulateS16Dataset)) +FIXTURE_DATA_TEST_CASE(RunSmall, NEAccumulateSquaredFixture, framework::DatasetMode::NIGHTLY, combine(datasets::SmallShapes(), AccumulateS16Dataset)) { // Validate output validate(Accessor(_target), _reference, tolerance); -- cgit v1.2.1