Skip to content

Commit a58d2fd

Browse files
committed
[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 https://github.com/elastic/kibana/blob/9dc67bfd8836e8d3a2f0480d997b11d9e7e9106f/.buildkite/pipelines/pull_request/scout_ui_tests.yml (cherry picked from commit 745cbb7)
1 parent 338d8ef commit a58d2fd

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.buildkite/pipelines/on_merge_unsupported_ftrs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,22 @@ steps:
6767
limit: 3
6868
- exit_status: '*'
6969
limit: 1
70+
71+
- command: .buildkite/scripts/steps/functional/scout_ui_tests.sh
72+
label: 'Scout UI Tests'
73+
agents:
74+
image: family/kibana-ubuntu-2004
75+
imageProject: elastic-images-prod
76+
provider: gcp
77+
machineType: n2-standard-8
78+
preemptible: true
79+
depends_on: build
80+
env:
81+
PING_SLACK_TEAM: "@appex-qa-team"
82+
timeout_in_minutes: 60
83+
retry:
84+
automatic:
85+
- exit_status: '-1'
86+
limit: 2
87+
- exit_status: '*'
88+
limit: 1

0 commit comments

Comments
 (0)