Skip to content

Commit

Permalink
[ci] Make container image tag update trigger async (#152970)
Browse files Browse the repository at this point in the history
Making this pipeline async will prevent duplicate notifications on
failure. This pipeline has some flakiness and doesn't need to be routed
with our usual alerts.
  • Loading branch information
jbudz authored Mar 9, 2023
1 parent 1d45363 commit 3b20df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]]; then
cat << EOF | buildkite-agent pipeline upload
steps:
- trigger: k8s-gitops-update-image-tag
async: true
label: ":argo: Update image tag for Kibana"
branches: main
build:
Expand Down

0 comments on commit 3b20df4

Please sign in to comment.