mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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.
This commit is contained in:
parent
b25c9984bb
commit
d7723168a5
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,8 @@ steps:
|
||||||
machineType: n2-standard-4
|
machineType: n2-standard-4
|
||||||
preemptible: true
|
preemptible: true
|
||||||
depends_on: build
|
depends_on: build
|
||||||
|
env:
|
||||||
|
PING_SLACK_TEAM: "@obs-ux-management-team"
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
- 'x-pack/solutions/observability/plugins/synthetics/e2e/.journeys/**/*'
|
- 'x-pack/solutions/observability/plugins/synthetics/e2e/.journeys/**/*'
|
||||||
|
@ -94,6 +96,8 @@ steps:
|
||||||
machineType: n2-standard-4
|
machineType: n2-standard-4
|
||||||
preemptible: true
|
preemptible: true
|
||||||
depends_on: build
|
depends_on: build
|
||||||
|
env:
|
||||||
|
PING_SLACK_TEAM: "@obs-ux-infra_services-team"
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue