From: Tim Johnson Date: Sat, 16 Nov 2019 00:23:02 +0000 (-0800) Subject: Remove use of user venv by build-jjb-verify job X-Git-Tag: v0.49.0~29 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7a5d4641fd29ff65e870ce0f8dfd686f943ef603;p=releng%2Fglobal-jjb.git Remove use of user venv by build-jjb-verify job Call lf-activate-venv() to create required venv. Not longer need jjb-cleanup.sh & jjb-install.sh. Some project repos still depend on them, so they have to remain for now. Issue: RELENG-2538 Change-Id: I22f122d81a7f4977cb0be1e52f5c0317390f23cd Signed-off-by: Tim Johnson --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 9f12231f..4a746157 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -849,11 +849,7 @@ - lf-infra-pre-build - lf-infra-jjbini - shell: !include-raw-escape: - - ../shell/git-validate-jira-urls.sh - - ../shell/jjb-install.sh - ../shell/jjb-verify-job.sh - - ../shell/jjb-check-unicode.sh - - ../shell/jjb-cleanup.sh - lf-infra-gpg-verify-git-signature - job-template: @@ -956,11 +952,7 @@ git cherry-pick FETCH_HEAD - lf-infra-jjbini - shell: !include-raw-escape: - - ../shell/git-validate-jira-urls.sh - - ../shell/jjb-install.sh - ../shell/jjb-verify-job.sh - - ../shell/jjb-check-unicode.sh - - ../shell/jjb-cleanup.sh - lf-infra-gpg-verify-git-signature - job-template: diff --git a/releasenotes/notes/stop-using-user-venvs-cb6ba37b76f5bc4a.yaml b/releasenotes/notes/stop-using-user-venvs-cb6ba37b76f5bc4a.yaml new file mode 100644 index 00000000..a78e1f3c --- /dev/null +++ b/releasenotes/notes/stop-using-user-venvs-cb6ba37b76f5bc4a.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - Removed dependency on 'user' venv created by python-tools-install.sh from + the builder-jjb-verify job. It will call lf-acitivate-venv() instead. diff --git a/shell/jjb-verify-job.sh b/shell/jjb-verify-job.sh index 8dd50f7f..d7a9e313 100644 --- a/shell/jjb-verify-job.sh +++ b/shell/jjb-verify-job.sh @@ -13,6 +13,14 @@ echo "---> jjb-verify-job.sh" # Ensure we fail the job if any steps fail. set -eu -o pipefail +# shellcheck disable=SC1090 +source ~/lf-env.sh + +lf-git-validate-jira-urls +lf-jjb-check-ascii + +lf-activate-venv jenkins-job-builder + jenkins-jobs -l DEBUG test --recursive -o archives/job-configs --config-xml jjb/ # Sort job output into sub-directories. On large Jenkins systems that have