mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Adds Explore and EA Cypress tests to the security solution mki pipelines (#179054)
## Summary Adds Explore and EA Cypress executions to the Security Solution MKI pipelines.
This commit is contained in:
parent
f72c959286
commit
76cc2b0be0
1 changed files with 22 additions and 22 deletions
|
@ -26,17 +26,17 @@ steps:
|
|||
depends_on: build_image
|
||||
key: test_execution
|
||||
steps:
|
||||
# - command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:explore
|
||||
# label: 'Serverless MKI QA Explore - 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: 4
|
||||
# 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:explore
|
||||
label: 'Serverless MKI QA Explore - 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: 4
|
||||
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'
|
||||
|
@ -110,14 +110,14 @@ 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:entity_analytics
|
||||
# label: 'Serverless MKI QA Entity Analytics - 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: 2
|
||||
# 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:entity_analytics
|
||||
label: 'Serverless MKI QA Entity Analytics - 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: 2
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
Loading…
Add table
Add a link
Reference in a new issue