summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2023-10-19 09:12:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2023-10-19 09:12:20 +0000
commita6a96320d6f8fb1108d3a2f1ec488e71bc4a5bfb (patch)
tree262aa9290acff789246d74e7973bbf1622451d95 /jjb
parent03eb63af4017a92d930d06e0f312656d17be2395 (diff)
parentada69cdad23645f92ce6a2433afbff6b79eb5376 (diff)
Merge "Use sudo when installing disk-image-builder"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/xtesting-ci-vm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml
index 971f91a9b..fbc0eb969 100644
--- a/jjb/functest/xtesting-ci-vm.yaml
+++ b/jjb/functest/xtesting-ci-vm.yaml
@@ -11,7 +11,7 @@
name: xtesting-ci-vm-builder
builders:
- shell: |
- DEBIAN_FRONTEND=noninteractive apt-get \
+ DEBIAN_FRONTEND=noninteractive sudo apt-get \
-o DPkg::Lock::Timeout=300 install install python3-diskimage-builder
export ELEMENTS_PATH=$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free