mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Reenabling Cypress burn (#163965)
Co-authored-by: Patryk Kopyciński <contact@patrykkopycinski.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ad5e3ff93e
commit
bfd7c7f8d8
1 changed files with 12 additions and 1 deletions
|
@ -11,4 +11,15 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 1
|
||||
artifact_paths:
|
||||
- "target/kibana-security-solution/**/*"
|
||||
- "target/kibana-security-solution/**/*"
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_solution_burn.sh
|
||||
label: 'Security Solution Cypress tests, burning changed specs'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 1
|
||||
soft_fail: true
|
||||
artifact_paths:
|
||||
- "target/kibana-security-solution/**/*"
|
Loading…
Add table
Add a link
Reference in a new issue