1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Make extra sanity test runner produce ansibullbot and JUnit output. (#2794)

This commit is contained in:
Felix Fontein 2021-06-14 07:25:46 +02:00 committed by GitHub
parent d4c4d00ad1
commit a55c96d5c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -14,7 +14,7 @@ else
fi
if [ "${group}" == "extra" ]; then
../internal_test_tools/tools/run.py --color
../internal_test_tools/tools/run.py --color --bot --junit
exit
fi

View file

@ -73,6 +73,10 @@ else
export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../"
fi
if [ "${test}" == "sanity/extra" ]; then
retry pip install junit-xml --disable-pip-version-check
fi
# START: HACK install dependencies
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
# Nothing further should be added to this list.