Skip to content

Commit

Permalink
Merge "Force install packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
collivier authored and Gerrit Code Review committed Oct 19, 2023
2 parents 852d10d + 0982a04 commit 6fb5303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jjb/functest/xtesting-ci-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
builders:
- shell: |
DEBIAN_FRONTEND=noninteractive sudo apt-get \
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
export ELEMENTS_PATH=$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free
export DIB_DEV_USER_SHELL=/bin/bash
Expand All @@ -34,7 +34,7 @@
parameters:
- label:
name: node
default: 'xtesting'
default: 'opnfv-build'

- job-template:
name: 'xtesting-ci-vm'
Expand Down

0 comments on commit 6fb5303

Please sign in to comment.