summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-10-05 10:45:47 +0200
committerManuel Buil <mbuil@suse.com>2018-10-26 14:06:26 +0000
commite340bbdce220b4f11896267e20981a887ba0c100 (patch)
tree9b761dcf311bc2cd8e9fca0b0ddb6390b026de98
parentfa206409872d91bb5c833896357b66a15a39a18a (diff)
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 <mbuil@suse.com>
-rwxr-xr-xxci/scripts/vm/start-new-vm.sh2
1 files changed, 1 insertions, 1 deletions
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