mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add 2 flaky retries to es snapshot jobs (#64553)
This commit is contained in:
parent
a3a915ab66
commit
fb30a822b3
2 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
|
|
|
@ -7,6 +7,7 @@ def getSkippablePaths() {
|
|||
/^docs\//,
|
||||
/^rfcs\//,
|
||||
/^.ci\/.+\.yml$/,
|
||||
/^.ci\/es-snapshots\//,
|
||||
/^\.github\//,
|
||||
/\.md$/,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue