diff options
-rw-r--r-- | jjb/nfvbench/nfvbench.yaml | 1 | ||||
-rw-r--r-- | jjb/samplevnf/samplevnf.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/jjb/nfvbench/nfvbench.yaml b/jjb/nfvbench/nfvbench.yaml index 0976b8592..bb5083b4d 100644 --- a/jjb/nfvbench/nfvbench.yaml +++ b/jjb/nfvbench/nfvbench.yaml @@ -114,7 +114,6 @@ libxml2-dev libxslt-dev libffi-dev libjpeg-dev \ python3.8 python3.8-dev python3.8-distutils \ python3-pip -y - sudo pip install tox-pip-version cd $WORKSPACE && tox curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee \ diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index e4413c028..92d91569e 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -106,7 +106,6 @@ builders: - shell: | - sudo pip install tox-pip-version cd $WORKSPACE && tox -e docs cd $WORKSPACE/rapidvm/dib bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE |