From f1239b6907da5750b8dac17dca78338f864eb5c9 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 1 Aug 2022 20:22:10 +0200 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0fdbeac3d..3d746e66e 100644 --- a/tox.ini +++ b/tox.ini @@ -376,6 +376,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 \ yes_i_know=true \ deploy_secondary_zones=False \ ceph_dev_branch={env:CEPH_DEV_BRANCH:main} \