From 76cc2b0be05ca5f67275c53c905dc0b59f61bc42 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Wed, 20 Mar 2024 18:33:40 +0100 Subject: [PATCH] [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. --- .../security_solution_cypress.yml | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) 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