Skip to content

Commit

Permalink
Merge "Remove all DIB env vars in jjb"
Browse files Browse the repository at this point in the history
  • Loading branch information
collivier authored and Gerrit Code Review committed Oct 21, 2023
2 parents e6ac439 + c531788 commit 37d4fcb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions jjb/functest/xtesting-ci-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 37d4fcb

Please sign in to comment.