mirror of https://github.com/ansible/ansible.git
improve ansible-galaxy-collection test failure logs for CI
add the never/retry/ test alias since it doesn't fully clean up after itself, and the previous attempt is usually the cause of failure for the retry rather than adding anything informative convert the integration test role to a runme.sh test and run the test with minimum verbosity -vvvvpull/84310/head
parent
c734ac2125
commit
6685d626d9
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
# running the test with -vvvv by default since it is not retried
|
||||
ansible -i ../../inventory -m include_role -a "name=../../ansible-galaxy-collection/" -vvvv "$@" all
|
Loading…
Reference in New Issue