summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-10-21 14:12:44 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-10-21 14:12:44 +0200
commitc53178868ff3325a066addd49ae252cdd64df7e0 (patch)
tree9e13d3924c65a200ce7cfd5b0704b630d4649782 /jjb/functest
parent496001e6c38ebe00d9997cce89fd9d75b4f6911c (diff)
Remove all DIB env vars in jjb
Change-Id: Ie2cb2f066e0fb32312eba2a0cf3bb3eef1b99d00 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/xtesting-ci-vm.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml
index 3a5d5de45..214667725 100644
--- a/jjb/functest/xtesting-ci-vm.yaml
+++ b/jjb/functest/xtesting-ci-vm.yaml
@@ -50,14 +50,6 @@
DEBIAN_FRONTEND=noninteractive sudo apt-get \
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
export ELEMENTS_PATH=$(pwd)/elements
- export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware,non-free
- export DIB_DEV_USER_SHELL=/bin/bash
- export DIB_OPENSSH_SERVER_HARDENING=0
- export DIB_DEV_USER_PASSWORD=xtesting
- export DIB_DEV_USER_PWDLESS_SUDO=yes
- export DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH=Yes
- export DIB_RELEASE=bookworm
- export DIB_DEV_USER_USERNAME=xtesting
disk-image-create --image-size 20 -o xtestingci-4.1.0.qcow2 debian vm xtestingci
gsutil cp xtestingci-4.1.0.qcow2 gs://artifacts.opnfv.org/xtestingci/xtestingci-4.1.0.qcow2
@@ -74,7 +66,6 @@
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
git clone https://github.com/collivier/ansible-role-xtesting.git
export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements
- export DIB_APT_MINIMAL_CREATE_INTERFACES=0
disk-image-create --image-size 20 -o xtesting-latest.qcow2 debian vm xtesting
gsutil cp xtesting-latest.qcow2 gs://artifacts.opnfv.org/xtesting/xtesting-latest.qcow2
@@ -90,7 +81,6 @@
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
git clone https://github.com/collivier/ansible-role-xtesting.git
export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements
- export DIB_APT_MINIMAL_CREATE_INTERFACES=0
disk-image-create --image-size 20 -o functest-latest.qcow2 debian vm functest
gsutil cp functest-latest.qcow2 gs://artifacts.opnfv.org/functest/functest-latest.qcow2