pipeline: test the servers twice, not ten times

...because I don't want the test to run for an hour when a server is
down, like ns-azure.
This commit is contained in:
Brian Cunnie
2021-12-23 19:37:09 -08:00
parent 30141f1d90
commit dd4eb3b426

View File

@@ -31,7 +31,7 @@ jobs:
- {get: every-six-hours, trigger: true} - {get: every-six-hours, trigger: true}
- task: check-dns - task: check-dns
file: sslip.io/ci/tasks/check-dns.yml file: sslip.io/ci/tasks/check-dns.yml
attempts: 10 attempts: 2
params: params:
DOMAIN: sslip.io DOMAIN: sslip.io