diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-25 14:33:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-01-07 10:20:49 +0100 |
commit | bb0c8c6d35d22e8c89efdc6a8fa500af73874281 (patch) | |
tree | 45fdc5267888b87a954a62a7571935686555c3de /jjb/functest | |
parent | 4d4bef7973bb8c3e35ea8b223ee124c9906a1e32 (diff) |
Patch ansible role for docker creds
Change-Id: I29fdd1d98ee24cfe4ef33235af1b6c9cbadf816b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 6de371e23..6c7290d2a 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -25,6 +25,7 @@ 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 + (cd ~/.ansible/roles/collivier.xtesting; patch -p1 < tests/docker_config_json.patch) ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml |