From 9a4e6b5261b7616602c6aa4495423e470c9e6612 Mon Sep 17 00:00:00 2001 From: Jason Rhodes Date: Thu, 9 Jan 2025 13:02:16 -0500 Subject: [PATCH] Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085) ## Summary Based on [work by @v1v to notify Slack teams when there are unsupported FTR failures](https://github.com/elastic/kibana/pull/205260), I've added the remaining ones for synthetics and inventory tests here. --- .buildkite/pipelines/on_merge_unsupported_ftrs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipelines/on_merge_unsupported_ftrs.yml b/.buildkite/pipelines/on_merge_unsupported_ftrs.yml index 83683a822008c..1fe71d7711a78 100644 --- a/.buildkite/pipelines/on_merge_unsupported_ftrs.yml +++ b/.buildkite/pipelines/on_merge_unsupported_ftrs.yml @@ -75,6 +75,8 @@ steps: machineType: n2-standard-4 preemptible: true depends_on: build + env: + PING_SLACK_TEAM: "@obs-ux-management-team" timeout_in_minutes: 120 artifact_paths: - 'x-pack/solutions/observability/plugins/synthetics/e2e/.journeys/**/*' @@ -94,6 +96,8 @@ steps: machineType: n2-standard-4 preemptible: true depends_on: build + env: + PING_SLACK_TEAM: "@obs-ux-infra_services-team" timeout_in_minutes: 120 retry: automatic: