mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[8.x] Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085) (#206125)
# Backport This will backport the following commits from `main` to `8.x`: - [Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085)](https://github.com/elastic/kibana/pull/206085) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jason Rhodes","email":"jason.rhodes@elastic.co"},"sourceCommit":{"committedDate":"2025-01-09T18:02:16Z","message":"Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085)\n\n## Summary\n\nBased on [work by @v1v to notify Slack teams when there are unsupported\nFTR failures](https://github.com/elastic/kibana/pull/205260), I've added\nthe remaining ones for synthetics and inventory tests here.","sha":"d7723168a55e77a775a7d8cc0d897cc8c2019275","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:all-open"],"title":"Adds notification settings for unsupported ftr tests (synthetics, inventory)","number":206085,"url":"https://github.com/elastic/kibana/pull/206085","mergeCommit":{"message":"Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085)\n\n## Summary\n\nBased on [work by @v1v to notify Slack teams when there are unsupported\nFTR failures](https://github.com/elastic/kibana/pull/205260), I've added\nthe remaining ones for synthetics and inventory tests here.","sha":"d7723168a55e77a775a7d8cc0d897cc8c2019275"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206085","number":206085,"mergeCommit":{"message":"Adds notification settings for unsupported ftr tests (synthetics, inventory) (#206085)\n\n## Summary\n\nBased on [work by @v1v to notify Slack teams when there are unsupported\nFTR failures](https://github.com/elastic/kibana/pull/205260), I've added\nthe remaining ones for synthetics and inventory tests here.","sha":"d7723168a55e77a775a7d8cc0d897cc8c2019275"}}]}] BACKPORT--> Co-authored-by: Jason Rhodes <jason.rhodes@elastic.co>
This commit is contained in:
parent
19d8230975
commit
1adc1ae9a4
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue