mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: remove obsolete unit tests which have been moved to VILLAScommon
This commit is contained in:
parent
2112038d70
commit
ea4b453250
1 changed files with 2 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue