mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
ba52231cf4
commit
f1f2107584
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ steps:
|
|||
queue: n2-2-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 30
|
||||
soft_fail: true
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue