Skip to content

Commit

Permalink
chore(quality-gates): Remove unneeded soft-fail allowances
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Sep 6, 2023
1 parent 04261af commit c9e7fa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ 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}
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-qa.yaml)"

- 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
Expand Down

0 comments on commit c9e7fa7

Please sign in to comment.