From 7b7ffa99873e679b637ef00a3953ddd1f5a28aae Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 25 Jan 2024 16:09:00 -0500 Subject: Add stable/2402 branch and remove stable/2306 branch to docker executor image scripts - Refactor csit_pip_cache function to use csit bash functions that activate the python virtualenv in production jobs. - Remove stable/2306 branch due to pip issue https://github.com/pypa/pip/issues/11527 causing extraneous downloading of pip wheels in CSIT jobs. - Remove installation of packages for old CSIT docs generation. Change-Id: Ib63aa654a35ad01fbfb5b7f593d3f8ffa6499b07 Signed-off-by: Dave Wallace --- extras/bash/sandbox_test_functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/bash') diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh index c4145675c..8db8d4c54 100644 --- a/extras/bash/sandbox_test_functions.sh +++ b/extras/bash/sandbox_test_functions.sh @@ -72,6 +72,7 @@ jjb-sandbox-env() rm -rf $VENV_DIR \ && python3 -m venv $VENV_DIR \ && source $VENV_DIR/bin/activate \ + && pip3 install --upgrade pip \ && pip3 install wheel \ && pip3 install jenkins-job-builder==$jjb_version -- cgit 1.2.3-korg