From e340bbdce220b4f11896267e20981a887ba0c100 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 5 Oct 2018 10:45:47 +0200 Subject: Change variable in start-new-vm.sh Since the patch: https://gerrit.opnfv.org/gerrit/#/c/63173/ The variable BIFROST_USE_PREBUILT_IMAGES has changed to BIFROST_CREATE_IMAGE_VIA_DIB. As jenkins does not trigger testing jobs when editing file in xci/scripts/, this change is done in a separate patch Change-Id: I3bc285936fae5b7514272ca0ad2418b60446e4aa Signed-off-by: Manuel Buil --- xci/scripts/vm/start-new-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xci/scripts/vm/start-new-vm.sh b/xci/scripts/vm/start-new-vm.sh index 9eab0e5a..410b0972 100755 --- a/xci/scripts/vm/start-new-vm.sh +++ b/xci/scripts/vm/start-new-vm.sh @@ -367,7 +367,7 @@ if [[ $? != 0 ]]; then #!/bin/bash set -o pipefail export XCI_FLAVOR=mini -export BIFROST_USE_PREBUILT_IMAGES=true +export BIFROST_CREATE_IMAGE_VIA_DIB=false cd ~/releng-xci/xci ./xci-deploy.sh | ts EOF -- cgit 1.2.3-korg