From: David Galloway Date: Thu, 26 Feb 2026 21:18:34 +0000 (-0500) Subject: ceph-build-pull-requests: Don't reuse previous venv X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5e0645b1fd8b1e315253ca4745bc32cefc81acf;p=ceph-build.git ceph-build-pull-requests: Don't reuse previous venv 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 --- diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index 3c494852..a1510dfc 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -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