2021-07-31 20:48:30 +05:30
|
|
|
version: 1
|
2022-01-28 19:18:09 +05:30
|
|
|
timeout: "1m"
|
2025-09-11 13:58:33 +02:00
|
|
|
parallelism: 10
|
|
|
|
|
random_delay: 1s
|
2021-07-31 20:48:30 +05:30
|
|
|
|
2022-07-13 09:53:42 +02:00
|
|
|
explicitLocalValidators: true
|
|
|
|
|
|
2021-07-31 20:48:30 +05:30
|
|
|
validators:
|
2025-12-19 14:41:29 +01:00
|
|
|
# Ignore all external URLs because of rate-limiting protections which make the tests very flaky.
|
|
|
|
|
- regex: '^http(s)?://.+'
|
2021-11-09 13:48:54 +01:00
|
|
|
type: "ignore"
|
2022-07-13 09:53:42 +02:00
|
|
|
# Ignore links to /img/ because the generated content will resolve them correctly.
|
|
|
|
|
- regex: '/img/.+'
|
|
|
|
|
type: ignore
|
2022-07-13 14:24:02 +02:00
|
|
|
# Ignore anchor links pointing to the API documentation which are HTML <a> tags and not supported by mdox.
|
|
|
|
|
- regex: 'api\.md#monitoring\.coreos\.com/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
|
|
|
|
|
type: ignore
|