From 3b20df420669aed27bb3427d394ae3748afdcca8 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 9 Mar 2023 15:04:30 -0600 Subject: [PATCH] [ci] Make container image tag update trigger async (#152970) 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. --- .buildkite/scripts/steps/artifacts/docker_image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/scripts/steps/artifacts/docker_image.sh b/.buildkite/scripts/steps/artifacts/docker_image.sh index da6403251c927..1744a02fe4243 100755 --- a/.buildkite/scripts/steps/artifacts/docker_image.sh +++ b/.buildkite/scripts/steps/artifacts/docker_image.sh @@ -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: