From: Jessica Wagantall Date: Tue, 16 May 2023 20:00:03 +0000 (-0700) Subject: Fix: Pin urllib3~=1.26.15 in jjb-deploy job X-Git-Tag: v0.86.6^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=e1b6f106a1ccdba4fdbd6fec12882167b3a6ad47 Fix: Pin urllib3~=1.26.15 in jjb-deploy job Issue: RELENG-4731 Signed-off-by: Jessica Wagantall Change-Id: I7efdb713bec085356d972d5f9213aec335959c63 --- diff --git a/releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml b/releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml new file mode 100644 index 00000000..2d499ec8 --- /dev/null +++ b/releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Pin urllib3~=1.26.15 in jjb-deploy job diff --git a/shell/jjb-deploy-job.sh b/shell/jjb-deploy-job.sh index 08e64aa5..3daa5739 100644 --- a/shell/jjb-deploy-job.sh +++ b/shell/jjb-deploy-job.sh @@ -20,7 +20,7 @@ set -uef -o pipefail source ~/lf-env.sh # Version controlled by JJB_VERSION -lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder +lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder urllib3~=1.26.15 # Fetch patch if gerrit project matches the jjb-deploy project if [ "${GERRIT_PROJECT}" == "${PROJECT}" ]; then