X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=releasenotes%2Fnotes%2Fupdate-jjb-deploy-job-0802fb0d7e47726d.yaml;fp=releasenotes%2Fnotes%2Fupdate-jjb-deploy-job-0802fb0d7e47726d.yaml;h=c3a05e8d027259d93bf5546d3c932e26c980ce86;hb=60508d5e144510a42b18af7a8bb6956a08521572;hp=0000000000000000000000000000000000000000;hpb=ba4d6e09d765acef795daff7c6db701e73652382;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/update-jjb-deploy-job-0802fb0d7e47726d.yaml b/releasenotes/notes/update-jjb-deploy-job-0802fb0d7e47726d.yaml new file mode 100644 index 00000000..c3a05e8d --- /dev/null +++ b/releasenotes/notes/update-jjb-deploy-job-0802fb0d7e47726d.yaml @@ -0,0 +1,11 @@ +--- +fixes: + - | + The jjb-deploy-job.sh was 'activating' a venv that was created by + pip-install.sh in /tmp/v. This venv was based on python2. Now + jjb-deploy-job.sh calls lf-activate-venv() to install jenkins-jobs in a + venv based on python3. +upgrade: + - | + The lf-pip-install builder macro has been deleted. At some point we will + also be deleting shell/pip-install.sh.