diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-10-19 09:25:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-10-19 09:25:42 +0000 |
commit | 6fb5303ee043ff4768bf92a927b66840bf80b3ce (patch) | |
tree | f6c624869104d8d7c5cee6aa662bf6f4e019de90 /jjb/functest | |
parent | 852d10dc09b9f2957cea208d493e963d8ecd12e8 (diff) | |
parent | 0982a04d18792f3b5e813d1735ceb5f01613eeab (diff) |
Merge "Force install packages"
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci-vm.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml index 80341f13d..2e124ceaf 100644 --- a/jjb/functest/xtesting-ci-vm.yaml +++ b/jjb/functest/xtesting-ci-vm.yaml @@ -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 @@ -34,7 +34,7 @@ parameters: - label: name: node - default: 'xtesting' + default: 'opnfv-build' - job-template: name: 'xtesting-ci-vm' |