From c9e7fa7441d93cf1f58970fa766da058dd604eb6 Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Wed, 6 Sep 2023 11:23:07 +0200 Subject: [PATCH] chore(quality-gates): Remove unneeded soft-fail allowances --- .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml b/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml index 641ba10c45f37..1e4956ed8b557 100644 --- a/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml +++ b/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml @@ -36,7 +36,7 @@ steps: - label: ":pipeline::ship::seedling: Trigger Fleet serverless smoke tests for ${ENVIRONMENT}" trigger: fleet-smoke-tests # https://buildkite.com/elastic/fleet-smoke-tests - soft_fail: true # Remove this before release or when tests stabilize + soft_fail: true # Remove this before release build: env: ENVIRONMENT: ${ENVIRONMENT} @@ -44,7 +44,6 @@ steps: - label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests" trigger: "ess-k8s-qa-e2e-tests-daily" # https://buildkite.com/elastic/ess-k8s-qa-e2e-tests-daily - soft_fail: true # Remove this before release or when tests stabilize build: env: REGION_ID: aws-eu-west-1