]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: Don't reuse previous venv
authorDavid Galloway <david.galloway@ibm.com>
Thu, 26 Feb 2026 21:18:34 +0000 (16:18 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 27 Feb 2026 14:56:17 +0000 (09:56 -0500)
If we add a pkg to pkgs[@], it won't actually get installed in a reused venv if one exists

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-build-pull-requests/build/build

index 3c4948528471f90d8ce450f280ed0a7afcf4506c..a1510dfcc62b5eaa7e3df73892789abeae3a1b29 100644 (file)
@@ -4,7 +4,7 @@ set -e
 
 "$WORKSPACE/scripts/setup_uv.sh"
 PATH=$PATH:$HOME/.local/bin
-uv venv
+uv venv --clear --seed
 
 pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
 VENV=./.venv/bin