mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Enable retry for Link Check
Link check is likely to fail due to connectivity reasons, retry three times before it fails. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -12,3 +12,7 @@ exclude = [
|
|||||||
# GitHub user smibarber referenced in `CREDITS.md` no longer exist
|
# GitHub user smibarber referenced in `CREDITS.md` no longer exist
|
||||||
'^https://github.com/smibarber',
|
'^https://github.com/smibarber',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
max_retries = 3
|
||||||
|
|
||||||
|
retry_wait_time = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user