]> 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>
Wed, 3 Aug 2022 04:44:51 +0000 (06:44 +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 89ddc193fc985fbe9a1bb3d1bcd21a29e3bc750d)

tox.ini

diff --git a/tox.ini b/tox.ini
index 85176df6d8ded6b14a5cf4cc5c9286e27c0cc9a6..ebf39f74e7cf5566371106214854088677a7f82a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -343,6 +343,7 @@ commands=
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml
 
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
+      no_log_on_ceph_key_tasks=false \
       deploy_secondary_zones=False \
       ceph_docker_registry_auth=True \
       ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \