Skip to content

Commit

Permalink
[Security Solution] Reenabling Cypress burn (#163965)
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Kopyciński <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2023
1 parent ad5e3ff commit bfd7c7f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .buildkite/pipelines/pull_request/security_solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"

0 comments on commit bfd7c7f

Please sign in to comment.