summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml4
1 files changed, 3 insertions, 1 deletions
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 \