Skip to content

Commit

Permalink
Adds notification settings for unsupported ftr tests (synthetics, inv…
Browse files Browse the repository at this point in the history
…entory) (#206085)

## Summary

Based on [work by @v1v to notify Slack teams when there are unsupported
FTR failures](#205260), I've added
the remaining ones for synthetics and inventory tests here.
  • Loading branch information
jasonrhodes authored Jan 9, 2025
1 parent b25c998 commit d772316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipelines/on_merge_unsupported_ftrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*'
Expand All @@ -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:
Expand Down

0 comments on commit d772316

Please sign in to comment.