mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Adds investigations execution to the security solution mki pipelines (#178072)
## Summary Adds investigations execution to the security solution mki pipelines.
This commit is contained in:
parent
88ddcc43e1
commit
5cc19a13a1
1 changed files with 11 additions and 11 deletions
|
@ -38,17 +38,17 @@ steps:
|
|||
# - exit_status: '*'
|
||||
# limit: 1
|
||||
|
||||
# - command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:investigations
|
||||
# label: 'Serverless MKI QA Investigations - Security Solution Cypress Tests'
|
||||
# agents:
|
||||
# queue: n2-4-spot
|
||||
# # TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
|
||||
# timeout_in_minutes: 300
|
||||
# parallelism: 8
|
||||
# retry:
|
||||
# automatic:
|
||||
# - exit_status: '*'
|
||||
# limit: 1
|
||||
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:investigations
|
||||
label: 'Serverless MKI QA Investigations - Security Solution Cypress Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
# TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
|
||||
timeout_in_minutes: 300
|
||||
parallelism: 8
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:rule_management
|
||||
label: 'Serverless MKI QA Rule Management - Security Solution Cypress Tests'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue