Commit 7a150a13 authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: add wr2rf testing in external repo

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent ef84304a
......@@ -10,6 +10,7 @@ include:
stages: # List of stages for jobs, and their order of execution
- build-sw
- build-hw
- test
- deploy
- release
......@@ -108,6 +109,7 @@ build-wr2rf:
echo -e "\e[0Ksection_end:`date +%s`:job_description\r\e[0K"
- echo "Checking out..."
- env
- ./ci-scripts/install-hdlmake.sh
- git config --global credential.https://gitlab.cern.ch.username wrci
- git config --global credential.https://gitlab.cern.ch.helper '!f() { test "$1" = get && echo "password=$KPASS"; }; f'
......@@ -128,6 +130,25 @@ build-wr2rf:
- $_FIRMWARE_DEST/
- $_TOOLS_DEST/
###############################################################################
test-wr2rf:
stage: test
rules:
- if: $BUILD_ONLY != "yes"
variables:
LIMIT_TEST: "yes"
TEST_WR2RF_ONLY: "yes"
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
PARENT_COMMIT_SHA: $CI_COMMIT_SHA
PARENT_COMMIT_SHORT_SHA: $CI_COMMIT_SHORT_SHA
PARENT_JOB_TOKEN: $CI_JOB_TOKEN
# pass location of artifacts...
trigger:
# TODO: fix repo
project: awujek/ci-test
# TODO: fix branch
branch: ci-release
strategy: depend
###############################################################################
nfs_publish:
......
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