From e59234b5d8aec08e2fe2887aa685fe2972ad9b2b Mon Sep 17 00:00:00 2001 From: Tristan Laurent <tristan.laurent@cs-soprasteria.com> Date: Wed, 12 Mar 2025 16:03:00 +0100 Subject: [PATCH] TEST: get data only for convol test --- .gitlab-ci.yml | 5 +++++ Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d430c3408b..4070bc159b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,6 +126,11 @@ fast-build: before_script: - export GIT_LFS_SKIP_SMUDGE=1 - git checkout -f -q $CI_COMMIT_SHA + # pull data needed by the two convolution test + - | + git lfs pull --include Data/Baseline/OTB/Images/bfTvConvolutionImageFilter.tif + git lfs pull --include Data/Input/QB_Suburb.png + git lfs pull --include Data/Input/QB_PAN_ROI_1000_100.tif script: - ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast - ctest -VV -S CI/FFTW_tests.cmake -DIMAGE_NAME:string=ubuntu-22.04-fast diff --git a/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx b/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx index f239f6d761..0bd5419a27 100644 --- a/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx +++ b/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx @@ -19,7 +19,6 @@ */ #include "otbTestMain.h" -#include <iostream> void RegisterTests() { -- GitLab