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).
This commit is contained in:
Luke Elmers 2023-10-13 16:42:07 -06:00 committed by GitHub
parent 492a0746af
commit 14a6e8928b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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