Skip to content

Commit

Permalink
Allow security solution QA QGs to soft fail. (#168898)
Browse files Browse the repository at this point in the history
Security solution's serverless QA quality gates which were added in
#167494 are failing when trying to
run cypress tests. I've marked them to soft fail here so we can unblock
the serverless release pipeline.

cc @watson @elastic/kibana-operations @MadameSheema @charlie-pichette
@YulNaumenko
  • Loading branch information
lukeelmers authored Oct 13, 2023
1 parent 50c59af commit 492a074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ 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
Expand Down

0 comments on commit 492a074

Please sign in to comment.