Exclude sporadically failing url (#5480)

This commit is contained in:
Trask Stalnaker 2022-03-02 13:20:33 -08:00 committed by GitHub
parent 14addbb487
commit cd396bca23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
}, },
{ {
"pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$" "pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$"
},
{
"pattern": "^http://code\\.google\\.com/p/concurrentlinkedhashmap$"
} }
], ],
"retryOn429": true "retryOn429": true