Skip to content

Commit

Permalink
tests: set no_log_on_ceph_key_tasks=false
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit 89ddc19)
(cherry picked from commit 6ef470e)
  • Loading branch information
guits committed Aug 4, 2022
1 parent 32b84e7 commit 3ca2d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,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} \
Expand Down

0 comments on commit 3ca2d7d

Please sign in to comment.