Change variable in start-new-vm.sh 95/63195/3
authorManuel Buil <mbuil@suse.com>
Fri, 5 Oct 2018 08:45:47 +0000 (10:45 +0200)
committerManuel Buil <mbuil@suse.com>
Fri, 26 Oct 2018 14:06:26 +0000 (14:06 +0000)
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 <mbuil@suse.com>
xci/scripts/vm/start-new-vm.sh

index 9eab0e5..410b097 100755 (executable)
@@ -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