Skip to content

Commit

Permalink
Add 2 flaky retries to es snapshot jobs (elastic#64553)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.ci/es-snapshots/Jenkinsfile_verify_es
#	vars/prChanges.groovy
  • Loading branch information
brianseeders committed May 4, 2020
1 parent f287f70 commit 6d76195
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 6d76195

Please sign in to comment.