Skip to content

remove exit when failed count is more than 0 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vikasperi
Copy link
Contributor

Failed instance is resulting in fail of the workflow.

The result of job should not be decided based on the failed count but on the codeDeploy status.

Hence removing the exit when failed instance count is over zero

Copy link
Member

@iBotPeaches iBotPeaches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a breaking change as this action for years has always quit when a single instance is marked as failed. So for this to go forward it would need to become a parameter that defaults to the existing behavior.

Could you also describe your use-case that you have a failed instance during deployment, but want to continue polling? I'm just not following why that would occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants