From d4db655452e3ff441ab6d970096f5bace88a457e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 14 Apr 2018 12:34:54 -0400 Subject: [PATCH] Pin pip to a version <10.0.0 Issue: RELENG-96 Change-Id: Ia2785bde8601b5130e7c05ba13d029932cbde249 Signed-off-by: Thanh Ha --- jjb/autorelease/autorelease-macros.yaml | 2 +- jjb/generate-csit-status-report.sh | 2 +- jjb/odl-openstack-install.sh | 2 +- jjb/opendaylight-infra-push-gerrit-patch.sh | 2 +- jjb/opendaylight-infra-stack.sh | 2 +- jjb/opendaylight-infra-update-image-list.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/autorelease/autorelease-macros.yaml b/jjb/autorelease/autorelease-macros.yaml index 903332e80..b8b0cb038 100644 --- a/jjb/autorelease/autorelease-macros.yaml +++ b/jjb/autorelease/autorelease-macros.yaml @@ -56,7 +56,7 @@ virtualenv --system-site-packages $WORKSPACE/venv source $WORKSPACE/venv/bin/activate PYTHON="$WORKSPACE/venv/bin/python" - $PYTHON -m pip install --upgrade pip + $PYTHON -m pip install --upgrade "pip<10.0.0" setuptools $PYTHON -m pip install --upgrade networkx $PYTHON -m pip install --upgrade pipdeptree pipdeptree diff --git a/jjb/generate-csit-status-report.sh b/jjb/generate-csit-status-report.sh index 02cdf5b9c..83d5c9ea3 100644 --- a/jjb/generate-csit-status-report.sh +++ b/jjb/generate-csit-status-report.sh @@ -57,7 +57,7 @@ EOF virtualenv --quiet "/tmp/v/jenkins" # shellcheck source=/tmp/v/jenkins/bin/activate disable=SC1091 source "/tmp/v/jenkins/bin/activate" -pip install --quiet --upgrade pip +pip install --quiet --upgrade "pip<10.0.0" setuptools pip install --quiet --upgrade tox beautifulsoup4 requests echo python "$script" "$BUILD_URL" diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh index adf7d923a..8423e0476 100644 --- a/jjb/odl-openstack-install.sh +++ b/jjb/odl-openstack-install.sh @@ -14,7 +14,7 @@ echo "---> Install openstack cli into /tmp/v/openstack" virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" -pip install --upgrade pip +pip install --upgrade "pip<10.0.0" pip install --upgrade python-openstackclient python-heatclient pip install --upgrade pipdeptree pipdeptree diff --git a/jjb/opendaylight-infra-push-gerrit-patch.sh b/jjb/opendaylight-infra-push-gerrit-patch.sh index 0d1a67055..c5a7e7340 100644 --- a/jjb/opendaylight-infra-push-gerrit-patch.sh +++ b/jjb/opendaylight-infra-push-gerrit-patch.sh @@ -15,7 +15,7 @@ virtualenv "/tmp/v/git-review" # shellcheck source=/tmp/v/git-review/bin/activate disable=SC1091 source "/tmp/v/git-review/bin/activate" -pip install --upgrade pip +pip install --upgrade "pip<10.0.0" setuptools pip install --upgrade git-review pip install --upgrade pipdeptree pipdeptree diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index b3afb0481..ee937d966 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -12,7 +12,7 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" -pip install --upgrade pip +pip install --upgrade "pip<10.0.0" setuptools pip install --upgrade python-openstackclient python-heatclient pip install --upgrade pipdeptree pipdeptree diff --git a/jjb/opendaylight-infra-update-image-list.sh b/jjb/opendaylight-infra-update-image-list.sh index 20ceb396e..efc77f2c0 100644 --- a/jjb/opendaylight-infra-update-image-list.sh +++ b/jjb/opendaylight-infra-update-image-list.sh @@ -12,7 +12,7 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" -pip install --upgrade --quiet pip +pip install --upgrade --quiet "pip<10.0.0" setuptools pip install --upgrade --quiet python-openstackclient python-heatclient pip install --upgrade pipdeptree pipdeptree -- 2.36.6