summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-21 23:08:06 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-21 23:08:06 +0100
commitf1d3ee2cb725ea01be4a43cde7ab573de2e3d97c (patch)
tree675300addb6f1c45eda0c03c13a5d69d8271e75e /jjb/functest/xtesting.yaml
parent6de2ba5b3c93036fe7ff2a1b92b2045eb77b06e2 (diff)
Levarge latest XtestingCI changes
It slightly changes dependency installations. Change-Id: I2a2e7d834e43a1b5a4eae17d2c0c67843a7dd40d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r--jjb/functest/xtesting.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index 5484a59f7..9bb7e5752 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -444,13 +444,15 @@
builders:
- shell: |
set +x
- sudo apt-get update && sudo apt-get install software-properties-common gpg -y
+ sudo apt-get update && sudo apt-get install \
+ software-properties-common gpg -y
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update && sudo apt-get install python3.8 python3.8-dev \
python3.8-distutils \
python3.7 python3.7-dev python3.6 python3.6-dev \
python python-dev python3-pip enchant -y
sudo pip3 install tox tox-pip-version
+
tox
- job-template:
@@ -719,6 +721,7 @@
builders:
- shell: |
sudo apt-get update && sudo apt-get install curl -y
+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b .
if [ "{repo}" = "_" ]; then
image={container}:{tag}