From: Cédric Ollivier Date: Thu, 7 Oct 2021 08:43:09 +0000 (+0200) Subject: Updates ca-certificates in all tox jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d573696d9d5e3b1c617cb38377cb8975c113d683;p=releng.git Updates ca-certificates in all tox jobs https://build.opnfv.org/ci/job/functest-kubernetes-latest-tox/100/console Change-Id: I0f9031026bb332f0e03032270d2b8fe02f08e73b Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index a876cf9b5..d50c98b59 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -741,7 +741,9 @@ builders: - shell: | set +x - apt-get update && DEBIAN_FRONTEND=noninteractive \ + apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \ + DEBIAN_FRONTEND=noninteractive \ apt-get install software-properties-common gpg -y add-apt-repository -y ppa:deadsnakes/ppa apt-get update && DEBIAN_FRONTEND=noninteractive \ diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index fd658c5b2..790a45552 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -963,7 +963,9 @@ builders: - shell: | set +x - sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \ + sudo apt-get update && \ + sudo DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \ + sudo DEBIAN_FRONTEND=noninteractive \ apt-get install software-properties-common gpg -y sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \ diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 448a8310a..7a32b384a 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -494,7 +494,9 @@ builders: - shell: | set +x - sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \ + sudo apt-get update && \ + sudo DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \ + sudo DEBIAN_FRONTEND=noninteractive \ apt-get install software-properties-common gpg -y sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \