Skip to content

Commit

Permalink
[ci/cloud-deploy] Remove CI success requirement (elastic#141965)
Browse files Browse the repository at this point in the history
This removes the success requirement in the cloud deployment step for
pull requests.

Creating a cloud deployment from a pull request is optional and not
providing test coverage.  Failures are typically upstream and not
something that can be fixed from the Kibana repository.
  • Loading branch information
jbudz authored and WafaaNasr committed Oct 14, 2022
1 parent fd9ed39 commit 5280e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/pull_request/deploy_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
queue: n2-2-spot
depends_on: build
timeout_in_minutes: 30
soft_fail: true
retry:
automatic:
- exit_status: '-1'
Expand Down

0 comments on commit 5280e05

Please sign in to comment.