From ea4b453250003bed73470564f9376bc401a1e5db Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Aug 2018 13:54:21 +0200 Subject: [PATCH] tests: remove obsolete unit tests which have been moved to VILLAScommon --- fpga/.gitlab-ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index 6500d9562..5bd6f8b2e 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -59,22 +59,11 @@ build:source: # Stage: test ############################################################################## -test:unit-software: +test:unit: stage: test - dependencies: - - build:source - script: - - build/tests/unit-tests --filter 'graph/*' - image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} - tags: - - docker - -test:unit-hardware: - stage: test -# dependencies: -# - build:source tags: - villas-fpga + allow_failure: true script: | rm -r build && mkdir build && cd build && cmake3 .. && make unit-tests -j8 if [ "$(who | wc -l)" -eq "0" ]; then