Set fail-fast to true in upstream zuul project#3280
Set fail-fast to true in upstream zuul project#3280amartyasinha merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/182390de39f54ed4aaea7f7e84b43d61
|
fail-fast allows us to fail the entire pipeline the moment any job from the pipeline fails. Currently, we have to wait for all jobs to return their status for the pipeline to get complete. It wastes compute resoures as well as time.
65ebb05 to
a441ec6
Compare
There was a problem hiding this comment.
FTR: https://zuul-ci.org/docs/zuul/latest/config/project.html#attr-project.%3Cpipeline%3E.fail-fast
@amartyasinha thank you for the PR. I approved it initially, because that looks solid. Now I need to remove my approval.
I'd like to hear from CI-DevOps team to see how we're moving forward with CI-FMW promotions.
|
I'm just concerned, that If that is enabled, post job would not be executed in other job. It means, that infra cleaner needs to be executed more often. |
|
I had enabled auto-merge, and seems like it got merged. Let's see if it is impacting promotions or infra cleaning. If it happens, we can revert this change. |
fail-fast allows us to fail the entire pipeline the moment any job from the pipeline fails. Currently, we have to wait for all jobs to return their status for the pipeline to get complete. It wastes compute resoures as well as time.