Skip to content

Commit

Permalink
[ci] Add retry for vm image cache updates (#199320)
Browse files Browse the repository at this point in the history
To address occasional transient network errors.
  • Loading branch information
jbudz authored Nov 7, 2024
1 parent 17db651 commit 51a9a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ steps:
build:
env:
IMAGES_CONFIG="kibana/images.yml"
RETRY="1"
EOF
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/es_snapshots/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ steps:
build:
env:
IMAGES_CONFIG="kibana/images.yml"
RETRY="1"
EOF
fi

0 comments on commit 51a9a39

Please sign in to comment.