summaryrefslogtreecommitdiffstats
path: root/extras/bash
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-01-25 16:09:00 -0500
committerDave Wallace <dwallacelf@gmail.com>2024-03-26 16:07:29 -0400
commit7b7ffa99873e679b637ef00a3953ddd1f5a28aae (patch)
treeee378a25fb3379999461bd0351400e04eb206497 /extras/bash
parentc05cabe676cf0735cc1b3fbaf643dfd02c0618ee (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'extras/bash')
-rw-r--r--extras/bash/sandbox_test_functions.sh1
1 files changed, 1 insertions, 0 deletions
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