diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-11 21:18:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-11 21:18:06 +0000 |
commit | fbdd4518f772e71316548ecd16b94a879873f650 (patch) | |
tree | 73c9c6ddf4f8e4130c1841d9cd8fcf2707251f08 /jjb | |
parent | b73e1c1f2058f6b80202d7d1a75b229c02ea858f (diff) | |
parent | 870d05be4f370bdcf8423b7f7e165df9c69a2177 (diff) |
Merge "jjb: xci: Set XCI_PATH for bifrost jobs"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/bifrost-verify.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |