mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Make extra sanity test runner produce ansibullbot and JUnit output. (#2794)
This commit is contained in:
parent
d4c4d00ad1
commit
a55c96d5c1
2 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${group}" == "extra" ]; then
|
if [ "${group}" == "extra" ]; then
|
||||||
../internal_test_tools/tools/run.py --color
|
../internal_test_tools/tools/run.py --color --bot --junit
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,10 @@ else
|
||||||
export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../"
|
export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${test}" == "sanity/extra" ]; then
|
||||||
|
retry pip install junit-xml --disable-pip-version-check
|
||||||
|
fi
|
||||||
|
|
||||||
# START: HACK install dependencies
|
# START: HACK install dependencies
|
||||||
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
|
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
|
||||||
# Nothing further should be added to this list.
|
# Nothing further should be added to this list.
|
||||||
|
|
Loading…
Add table
Reference in a new issue