[8.x] [ci] run scout tests as on merge non-blocking pipeline (#210425) (#210590)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ci] run scout tests as on merge non-blocking pipeline
(#210425)](https://github.com/elastic/kibana/pull/210425)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-02-11T14:21:20Z","message":"[ci]
run scout tests as on merge non-blocking pipeline (#210425)\n\n##
Summary\r\n\r\nTo collect more stats (run time & flakiness) we would
like to run Scout\r\ntests in \"non-blocking\" way for on-merge
pipeline.\r\n\r\nI basically copied script and configuration
from\r\n9dc67bfd88/.buildkite/pipelines/pull_request/scout_ui_tests.yml","sha":"745cbb7d8db5cb1f8e7810d018f01c032ece072c","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","v9.0.0","backport:version","test:scout","v9.1.0","v8.19.0"],"title":"[ci]
run scout tests as on merge non-blocking
pipeline","number":210425,"url":"https://github.com/elastic/kibana/pull/210425","mergeCommit":{"message":"[ci]
run scout tests as on merge non-blocking pipeline (#210425)\n\n##
Summary\r\n\r\nTo collect more stats (run time & flakiness) we would
like to run Scout\r\ntests in \"non-blocking\" way for on-merge
pipeline.\r\n\r\nI basically copied script and configuration
from\r\n9dc67bfd88/.buildkite/pipelines/pull_request/scout_ui_tests.yml","sha":"745cbb7d8db5cb1f8e7810d018f01c032ece072c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210425","number":210425,"mergeCommit":{"message":"[ci]
run scout tests as on merge non-blocking pipeline (#210425)\n\n##
Summary\r\n\r\nTo collect more stats (run time & flakiness) we would
like to run Scout\r\ntests in \"non-blocking\" way for on-merge
pipeline.\r\n\r\nI basically copied script and configuration
from\r\n9dc67bfd88/.buildkite/pipelines/pull_request/scout_ui_tests.yml","sha":"745cbb7d8db5cb1f8e7810d018f01c032ece072c"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
Kibana Machine 2025-02-12 03:32:29 +11:00 committed by GitHub
parent 2eb27a51b3
commit 0746c40b54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,3 +67,22 @@ steps:
limit: 3
- exit_status: '*'
limit: 1
- command: .buildkite/scripts/steps/functional/scout_ui_tests.sh
label: 'Scout UI Tests'
agents:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-8
preemptible: true
depends_on: build
env:
PING_SLACK_TEAM: "@appex-qa-team"
timeout_in_minutes: 60
retry:
automatic:
- exit_status: '-1'
limit: 2
- exit_status: '*'
limit: 1