From 9216048838aa67984bb20db9e029dbe8a87d5309 Mon Sep 17 00:00:00 2001 From: Craig Tracey Date: Tue, 6 Sep 2022 13:01:25 -0400 Subject: [PATCH] Reintroduce avi link checks We had removed avinetworks as it had been failing supriously. Reintroduce those checks. Signed-off-by: Craig Tracey --- link-check.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/link-check.json b/link-check.json index 6f86ef64..62404a73 100644 --- a/link-check.json +++ b/link-check.json @@ -3,6 +3,5 @@ "retryOn429": true, "retryCount": 5, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 206], - "ignorePatterns": ["/avinetworks.com/"] -} + "aliveStatusCodes": [200, 206] +} \ No newline at end of file