Fix: Pin urllib3~=1.26.15 in jjb-deploy job 57/71757/3 v0.86.6
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 16 May 2023 20:00:03 +0000 (13:00 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 16 May 2023 20:15:49 +0000 (13:15 -0700)
Issue: RELENG-4731
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I7efdb713bec085356d972d5f9213aec335959c63

releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml [new file with mode: 0644]
shell/jjb-deploy-job.sh

diff --git a/releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml b/releasenotes/notes/jjb-deploy-pin-urllib3-52643801ac67fc3f.yaml
new file mode 100644 (file)
index 0000000..2d499ec
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Pin urllib3~=1.26.15 in jjb-deploy job
index 08e64aa..3daa573 100644 (file)
@@ -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