1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

execute FPGA unit on acs-villas

This commit is contained in:
Steffen Vogel 2018-01-30 18:27:13 +01:00
parent bd4f547e97
commit abeaa0b077

View file

@ -69,6 +69,20 @@ test:unit-software:
tags:
- docker
test:unit-hardware:
stage: test
dependencies:
- build:source
tags:
- villas-fpga
script: |
if [ "$(who | wc -l)" -eq "0" ]; then
build/tests/unit-tests --filter 'fpga/*'
else
echo "System is currently used by: $(who)"
echo "We are skipping the test. Please restart manually."
fi
# Stage: deploy
##############################################################################