Add 2 flaky retries to es snapshot jobs (#64553) (#65139)

This commit is contained in:
Brian Seeders 2020-05-04 16:49:40 -04:00 committed by GitHub
parent a860ad6c57
commit 19c1489c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ timeout(time: 120, unit: 'MINUTES') {
timestamps {
ansiColor('xterm') {
catchError {
retryable.enable(2)
withEnv(["ES_SNAPSHOT_MANIFEST=${SNAPSHOT_MANIFEST}"]) {
parallel([
// TODO we just need to run integration tests from intake?