diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-08 15:35:48 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-08 15:35:48 +0200 |
commit | a160209d141c36635f10af4db2d03cd97ec8ecdc (patch) | |
tree | 1e5b0dc52de9c6f6f42460c19e0cf665751ba384 /jjb/functest | |
parent | 1641bf59bdde4338f6a7d6992eeaa24a84d9f20e (diff) |
Fix ansible role output dir
Change-Id: Ibec138835ba5fa95590ec2b0b654d2615082b287
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-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 |