mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] run scout tests as on merge non-blocking pipeline (#210425)
## Summary
To collect more stats (run time & flakiness) we would like to run Scout
tests in "non-blocking" way for on-merge pipeline.
I basically copied script and configuration from
9dc67bfd88/.buildkite/pipelines/pull_request/scout_ui_tests.yml
This commit is contained in:
parent
dc3b4c8c31
commit
745cbb7d8d
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue