Skip to content

Commit

Permalink
[8.16] [ci] Update VM cache for each ES snapshot (#205119) (#205180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Dec 30, 2024
1 parent 760f681 commit 240324f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/scripts/steps/es_snapshots/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ if [[ "$BUILDKITE_BRANCH" == "main" ]]; then
echo "--- Trigger agent packer cache pipeline"
ts-node .buildkite/scripts/steps/trigger_pipeline.ts kibana-agent-packer-cache main
fi

cat << EOF | buildkite-agent pipeline upload
steps:
- label: "Update cache for ES $BUILDKITE_BRANCH snapshot"
trigger: kibana-vm-images
async: true
build:
env:
IMAGES_CONFIG: "kibana/images.yml"
RETRY: "1"
EOF

0 comments on commit 240324f

Please sign in to comment.