From: Markos Chandras Date: Fri, 6 Apr 2018 19:24:21 +0000 (+0100) Subject: jjb: xci: Set XCI_PATH for bifrost jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=870d05be4f370bdcf8423b7f7e165df9c69a2177;hp=285a9448d4126e0cd66914a7dcbd698ff7ecea00;p=releng.git jjb: xci: Set XCI_PATH for bifrost jobs The bifrost jobs are using some scripts from the releng-xci repository so we need to set the XCI_PATH variable appropriately. Change-Id: Ibfd139d2401029b2ea577c4797b68f29362356ec Signed-off-by: Markos Chandras --- diff --git a/jjb/xci/bifrost-verify.sh b/jjb/xci/bifrost-verify.sh index 9d524bcb0..c810212e3 100755 --- a/jjb/xci/bifrost-verify.sh +++ b/jjb/xci/bifrost-verify.sh @@ -27,6 +27,9 @@ set -o nounset set -o pipefail cd ~/bifrost +# set path for XCI repository +export XCI_PATH=~/bifrost/releng-xci + # provision 3 VMs; xcimaster, controller, and compute ./scripts/bifrost-provision.sh | ts