Merge pull request #445 from saito-hideki/issue/444

Update AZP to support stable-2.15 branch

SUMMARY
Update AZP to support stable-2.15 branch.

Fixes #444

ISSUE TYPE

CI tests Pull Request

COMPONENT NAME

ansible.posix

ADDITIONAL INFORMATION
None
This commit is contained in:
softwarefactory-project-zuul[bot]
2023-04-12 23:12:34 +00:00
committed by GitHub
3 changed files with 45 additions and 2 deletions

View File

@@ -145,9 +145,9 @@ function cleanup
fi
if [ "${process_coverage}" ]; then
# use python 3.7 for coverage to avoid running out of memory during coverage xml processing
# use python 3.9 for coverage to avoid running out of memory during coverage xml processing
# only use it for coverage to avoid the additional overhead of setting up a virtual environment for a potential no-op job
virtualenv --python /usr/bin/python3.7 ~/ansible-venv
virtualenv --python /usr/bin/python3.9 ~/ansible-venv
set +ux
. ~/ansible-venv/bin/activate
set -ux