Fully rely on error ignoring for sanity rel imports

This commit is contained in:
AlanCoding
2019-10-24 15:10:38 -04:00
committed by Ryan Petrello
parent 2bc2e26cc7
commit 1bdae2d1f7
4 changed files with 50 additions and 20 deletions

View File

@@ -403,7 +403,6 @@ test_collection_sanity:
rm -rf sanity
mkdir -p sanity/ansible_collections/awx
cp -Ra awx_collection sanity/ansible_collections/awx/awx # symlinks do not work
cd sanity/ansible_collections/awx/awx && ansible-playbook -i localhost, make_imports_absolute.yml # hack because sanity tests do not fully work
cd sanity/ansible_collections/awx/awx && git init && git add . # requires both this file structure and a git repo, so there you go
cd sanity/ansible_collections/awx/awx && ansible-test sanity --test validate-modules