Skip to content

Commit

Permalink
Force install packages
Browse files Browse the repository at this point in the history
Change-Id: I080365685c0d745e5c077daba8597eb146453e1d
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 19, 2023
1 parent 480ec43 commit 0982a04
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 0982a04

Please sign in to comment.