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

This commit is contained in:
Brian Seeders 2020-05-04 16:49:44 -04:00 committed by GitHub
parent 714cb3ba1d
commit bbd868ab1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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'),

View file

@ -4,6 +4,7 @@ def getSkippablePaths() {
/^docs\//,
/^rfcs\//,
/^.ci\/.+\.yml$/,
/^.ci\/es-snapshots\//,
/^\.github\//,
/\.md$/,
]