diff --git a/.buildkite/pipelines/security_solution/security_solution_cypress.yml b/.buildkite/pipelines/security_solution/security_solution_cypress.yml index fb744e8af93133..4d27fd954c1102 100644 --- a/.buildkite/pipelines/security_solution/security_solution_cypress.yml +++ b/.buildkite/pipelines/security_solution/security_solution_cypress.yml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file