mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
492a0746af
commit
14a6e8928b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue