Commit 75551559 authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: run tests in wr-cores-ci repo

The used tests are defined in the master branch of wr-cores-ci repo
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent f2dab4e6
...@@ -10,6 +10,7 @@ include: ...@@ -10,6 +10,7 @@ include:
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- build-sw - build-sw
- build-hw - build-hw
- test
- deploy - deploy
- release - release
...@@ -124,6 +125,19 @@ build-wr2rf: ...@@ -124,6 +125,19 @@ build-wr2rf:
- $_FIRMWARE_DEST/ - $_FIRMWARE_DEST/
- $_TOOLS_DEST/ - $_TOOLS_DEST/
###############################################################################
test-wr2rf:
stage: test
rules:
- if: $LIMIT_TEST != "yes"
variables:
TEST_ONLY: "yes"
TEST_WR2RF: "yes"
WR2RF_VME_BRANCH: $CI_COMMIT_REF_NAME
trigger:
project: be-cem-edl/chronos/wr-cores-ci
branch: master
strategy: depend
############################################################################### ###############################################################################
nfs_publish: nfs_publish:
......
...@@ -9,6 +9,7 @@ export GIT_SSL_NO_VERIFY=1 ...@@ -9,6 +9,7 @@ export GIT_SSL_NO_VERIFY=1
CALL_DIR=$PWD CALL_DIR=$PWD
cd $1 cd $1
git submodule update --init git submodule update --init
git describe --always --dirty > $CALL_DIR/wrpc-sw_repo_ver.txt git submodule foreach --recursive git clean -xfd
git describe --always --dirty | tee $CALL_DIR/wrpc-sw_repo_ver.txt
echo "Check-out complete." echo "Check-out complete."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment