Skip to content
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

Disable fail-fast for policy & subscription deployments #296

Closed
SenthuranSivananthan opened this issue May 15, 2022 · 0 comments · Fixed by #297
Closed

Disable fail-fast for policy & subscription deployments #296

SenthuranSivananthan opened this issue May 15, 2022 · 0 comments · Fixed by #297
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SenthuranSivananthan
Copy link
Contributor

SenthuranSivananthan commented May 15, 2022

When fail-fast is set to true, GitHub will cancel all in-progress and queued jobs in the matrix if any job in the matrix fails. This property defaults to true.

Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

In Policy & Subscription deployments, each job is treated independently and we need each to run to completion even if other jobs fail. We are using matrix in these 2 deployments to parallelize tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant