mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Skip link check for goreportcard.com (#3805)
It goes down relatively often, causing flaky CI.
This commit is contained in:
parent
4a70cd69fa
commit
b9696f67e6
@ -1,38 +1,41 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "localhost"
|
||||
},
|
||||
{
|
||||
"pattern": "osquery.io/downloads"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.acme.org"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.corp.example.com"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.example.com"
|
||||
},
|
||||
{
|
||||
"pattern": "/server/datastore/mysql/migrations/"
|
||||
},
|
||||
{
|
||||
"pattern": "linkedin.com/company/fleetdm"
|
||||
},
|
||||
{
|
||||
"pattern": "github.com/fleetdm/confidential"
|
||||
},
|
||||
{
|
||||
"pattern": "osquery.io/schema"
|
||||
},
|
||||
{
|
||||
"pattern": "github.com/issues"
|
||||
}
|
||||
],
|
||||
"retryOn429": true,
|
||||
"retryCount": 2,
|
||||
"fallbackRetryDelay": "2s",
|
||||
"aliveStatusCodes": [200, 206, 999]
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "localhost"
|
||||
},
|
||||
{
|
||||
"pattern": "osquery.io/downloads"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.acme.org"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.corp.example.com"
|
||||
},
|
||||
{
|
||||
"pattern": "fleet.example.com"
|
||||
},
|
||||
{
|
||||
"pattern": "/server/datastore/mysql/migrations/"
|
||||
},
|
||||
{
|
||||
"pattern": "linkedin.com/company/fleetdm"
|
||||
},
|
||||
{
|
||||
"pattern": "github.com/fleetdm/confidential"
|
||||
},
|
||||
{
|
||||
"pattern": "osquery.io/schema"
|
||||
},
|
||||
{
|
||||
"pattern": "github.com/issues"
|
||||
},
|
||||
{
|
||||
"pattern": "goreportcard.com"
|
||||
}
|
||||
],
|
||||
"retryOn429": true,
|
||||
"retryCount": 2,
|
||||
"fallbackRetryDelay": "2s",
|
||||
"aliveStatusCodes": [200, 206, 999]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user