summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/functest/functest-kubernetes.yaml4
-rw-r--r--jjb/functest/functest.yaml4
-rw-r--r--jjb/functest/xtesting.yaml4
3 files changed, 9 insertions, 3 deletions
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 \