Skip to content

Commit

Permalink
[ci] Make kibana-vm-images trigger async (#196985)
Browse files Browse the repository at this point in the history
The status of this trigger does not need to affect the status of these
pipelines.
  • Loading branch information
jbudz authored Oct 20, 2024
1 parent 1e60214 commit 33829d9
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 @@ -74,6 +74,7 @@ cat << EOF | buildkite-agent pipeline upload
steps:
- label: "Builds Kibana VM images for cache update"
trigger: kibana-vm-images
async: true
build:
env:
IMAGES_CONFIG="kibana/images.yml"
Expand Down
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 @@ -20,6 +20,7 @@ if [[ "$BUILDKITE_BRANCH" == "main" ]]; then
steps:
- label: "Builds Kibana VM images for cache update"
trigger: kibana-vm-images
async: true
build:
env:
IMAGES_CONFIG="kibana/images.yml"
Expand Down

0 comments on commit 33829d9

Please sign in to comment.