From 14a6e8928bba69f5b522105905d0b367ab5c7c45 Mon Sep 17 00:00:00 2001 From: Luke Elmers Date: Fri, 13 Oct 2023 16:42:07 -0600 Subject: [PATCH] Relocate security solution QG soft fail to the correct place. (#168901) In https://github.com/elastic/kibana/pull/168898, the `soft_fail` for the security solution quality gate was accidentally added to the wrong spot in the pipeline config. This fixes it per the [buildkite docs](https://buildkite.com/docs/pipelines/command-step#soft-fail-attributes). --- .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml b/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml index 991bbcff24f45..c4545b6ecfaed 100644 --- a/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml +++ b/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml @@ -15,10 +15,10 @@ steps: - group: ":female-detective: Security Solution Tests" key: "security" - soft_fail: true # Remove this when tests are fixed steps: - label: ":pipeline::female-detective::seedling: Trigger Security Solution quality gate script" command: .buildkite/scripts/pipelines/security_solution_quality_gate/pipeline.sh + soft_fail: true # Remove this when tests are fixed - label: ":pipeline::ship::seedling: Trigger Fleet serverless smoke tests for ${ENVIRONMENT}" trigger: fleet-smoke-tests # https://buildkite.com/elastic/fleet-smoke-tests