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:
parent
bd4f547e97
commit
abeaa0b077
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
##############################################################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue