Skip to content

Commit

Permalink
Add 2 flaky retries to es snapshot jobs (#64553) (#65139)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored May 4, 2020
1 parent a860ad6 commit 19c1489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/es-snapshots/Jenkinsfile_verify_es
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 19c1489

Please sign in to comment.