Skip to content
Snippets Groups Projects
Unverified Commit bd86385e authored by Varac's avatar Varac
Browse files

Retry prometheus test 10 times

parent 23a17693
No related branches found
No related tags found
No related merge requests found
......@@ -847,7 +847,7 @@ kube-prometheus-stack-alerts:
- *debug_information
- export BASIC_AUTH_PW=$(python3 -m openappstack $HOSTNAME secrets | grep oas-prometheus-basic-auth | cut -d'=' -f2)
- cd test/
- pytest -s -m 'prometheus' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
- bash ../.gitlab/ci_scripts/retry_cmd_until_success.sh 10 10 pytest -s -m 'prometheus' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
extends:
- .ssh_setup
- .kube_prometheus_stack_rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment