[ci/cloud-deploy] Remove CI success requirement (#141965)

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.
This commit is contained in:
Jonathan Budzenski 2022-10-05 11:43:15 -05:00 committed by GitHub
parent ba52231cf4
commit f1f2107584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ steps:
queue: n2-2-spot
depends_on: build
timeout_in_minutes: 30
soft_fail: true
retry:
automatic:
- exit_status: '-1'