Skip to content

Commit

Permalink
Add 2 flaky retries to es snapshot jobs (#64553) (#65135)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 5, 2020
1 parent 07b2bfb commit 205db2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -21,6 +21,7 @@ def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-d

kibanaPipeline(timeoutMinutes: 120) {
catchErrors {
retryable.enable(2)
withEnv(["ES_SNAPSHOT_MANIFEST=${SNAPSHOT_MANIFEST}"]) {
parallel([
'kibana-intake-agent': workers.intake('kibana-intake', './test/scripts/jenkins_unit.sh'),
Expand Down
1 change: 1 addition & 0 deletions vars/prChanges.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def getSkippablePaths() {
/^docs\//,
/^rfcs\//,
/^.ci\/.+\.yml$/,
/^.ci\/es-snapshots\//,
/^\.github\//,
/\.md$/,
]
Expand Down

0 comments on commit 205db2c

Please sign in to comment.