Skip to content
Snippets Groups Projects
Verified Commit fe6038a7 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

increase prometheus alert test retries

TRIGGER_JOBS=enable-nextcloud,enable-rocketchat,enable-wekan,enable-wordpress,enable-monitoring
parent 199031d1
No related branches found
No related tags found
No related merge requests found
......@@ -853,7 +853,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/
- 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://*'
- bash ../.gitlab/ci_scripts/retry_cmd_until_success.sh 30 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