diff options
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index f5f513e66..39d685658 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -17,11 +17,13 @@ sudo systemctl restart docker sudo rm -rfv /data sudo pip3 install ansible + rm -rf ~/.ansible/roles/collivier.xtesting case {release} in stable) ansible-galaxy install -f collivier.xtesting ;; *) ansible-galaxy install -f git+https://github.com/collivier/ansible-role-xtesting.git,{release} ;; + mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting esac ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml |