]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set no_log_on_ceph_key_tasks=false
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Aug 2022 18:22:10 +0000 (20:22 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Aug 2022 11:05:23 +0000 (13:05 +0200)
In order to not have to always reproduce it when a failure shows up in the CI
having the failure logged can make us save some time.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f1239b6907da5750b8dac17dca78338f864eb5c9)

tox.ini

diff --git a/tox.ini b/tox.ini
index a748c879ecf818fb389ca44dfe373a58e16838b9..51b0c0383ef3a75e98827d2c141af16fa5c52109 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -398,6 +398,7 @@ commands=
 
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
       delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \
+      no_log_on_ceph_key_tasks=false \
       deploy_secondary_zones=False \
       ceph_docker_registry_auth=True \
       ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \