Skip to content

Commit 3ca2d7d

Browse files
committed
tests: set no_log_on_ceph_key_tasks=false
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 89ddc19) (cherry picked from commit 6ef470e)
1 parent 32b84e7 commit 3ca2d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ commands=
339339
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml
340340

341341
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
342+
no_log_on_ceph_key_tasks=false \
342343
deploy_secondary_zones=False \
343344
ceph_docker_registry_auth=True \
344345
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \

0 commit comments

Comments
 (0)