From 5965aee195031daa9adfc6fd8cd1e093fea6d818 Mon Sep 17 00:00:00 2001 From: Maxim Palenov Date: Tue, 19 Sep 2023 18:42:33 -0700 Subject: [PATCH] extend flaky test runner config to run serverless cypress tests --- .buildkite/pipelines/flaky_tests/groups.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipelines/flaky_tests/groups.json b/.buildkite/pipelines/flaky_tests/groups.json index cf61ff8cba2e..2d715fcd8f27 100644 --- a/.buildkite/pipelines/flaky_tests/groups.json +++ b/.buildkite/pipelines/flaky_tests/groups.json @@ -1,21 +1,37 @@ { "groups": [ + { + "key": "cypress/security_solution", + "name": "Security Solution - Cypress" + }, + { + "key": "cypress/security_serverless", + "name": "[Serverless] Security Solution - Cypress" + }, { "key": "cypress/security_solution_investigations", "name": "Security Solution Investigations - Cypress" }, { - "key": "cypress/security_solution", - "name": "Security Solution - Cypress" + "key": "cypress/security_serverless_investigations", + "name": "[Serverless] Security Solution Investigations - Cypress" }, { "key": "cypress/security_solution_explore", "name": "Security Solution Explore - Cypress" }, + { + "key": "cypress/security_serverless_explore", + "name": "[Serverless] Security Solution Explore - Cypress" + }, { "key": "cypress/osquery_cypress", "name": "Osquery - Cypress" }, + { + "key": "cypress/security_serverless_osquery", + "name": "[Serverless] Osquery - Cypress" + }, { "key": "cypress/fleet_cypress", "name": "Fleet - Cypress"