Skip to content

Commit

Permalink
Relocate security solution QG soft fail to the correct place. (#168901)
Browse files Browse the repository at this point in the history
In #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).
  • Loading branch information
lukeelmers authored Oct 13, 2023
1 parent 492a074 commit 14a6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14a6e89

Please sign in to comment.