diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 14:38:59 -0700 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 14:38:59 -0700 |
commit | 80d776b4c19bbc8ba48a5e15c7ee5d365cd238fe (patch) | |
tree | e09aa6a2857593b1e2877d7970ec3cad2f69214c /jjb | |
parent | 6f708314978187243424be89f4f6c0a1d14cb338 (diff) |
xci: Set additional variables in CI test script
We need the variables CI_LOOP, BUILD_TAG, and NODE_NAME
passed to the deployment to display during functest execution.
Change-Id: Ib6709678d760d43927d3cd9f606d2c7e74e724d0
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-start-new-vm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/xci/xci-start-new-vm.sh b/jjb/xci/xci-start-new-vm.sh index 7874e6776..dd953e927 100755 --- a/jjb/xci/xci-start-new-vm.sh +++ b/jjb/xci/xci-start-new-vm.sh @@ -63,6 +63,9 @@ export OPNFV_RELENG_DEV_PATH=/home/devuser/releng-xci/ export INSTALLER_TYPE=$INSTALLER_TYPE export GIT_BASE=$GIT_BASE export JENKINS_HOME=$JENKINS_HOME +export CI_LOOP=$CI_LOOP +export BUILD_TAG=$BUILD_TAG +export NODE_NAME=$NODE_NAME if [[ ! -z ${WORKSPACE+x} && $GERRIT_PROJECT != "releng-xci" ]]; then git clone https://gerrit.opnfv.org/gerrit/$GERRIT_PROJECT xci/scenarios/$DEPLOY_SCENARIO && cd xci/scenarios/$DEPLOY_SCENARIO |