Skip to content

Commit

Permalink
test: retry flaky firewall tests (#646)
Browse files Browse the repository at this point in the history
Modifies samples so they actually exit with 1 on failure. Add cleanup step and
retry logic to flaky firewall tests.

Fixes #643, #642
  • Loading branch information
bcoe authored Nov 11, 2021
1 parent 14952a5 commit 5f9d9f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-compute/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"img.shields.io"
],
"silent": true,
"concurrency": 5
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
}

0 comments on commit 5f9d9f1

Please sign in to comment.