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

Split up release into 4 jobs #1009

Merged
merged 4 commits into from
May 27, 2022
Merged

Split up release into 4 jobs #1009

merged 4 commits into from
May 27, 2022

Conversation

JamesMurkin
Copy link
Contributor

Some jobs aren't trivially retryable - such as pushing updates to github and also potentially republishing docker images

  • This means if a failure occurs after this step. The job can't be rerun as it'll fail on this step and be unable to publish the remaining artifacts

Splitting them out makes it so:

  • One part failing doesn't prevent others from running
  • They can be retried independently

Some jobs aren't trivially retryable - such as pushing updates to github and also potentially republishing docker images
 - This means if a failure occurs after this step. The job can't be rerun as it'll fail on this step and be unable to publish the remaining artifacts

Splitting them out makes it so:
 - One part failing doesn't prevent others from running
 - They can be retried independently
@JamesMurkin JamesMurkin added the do-not-merge Do not merge this PR label May 25, 2022
# Conflicts:
#	.circleci/config.yml
@JamesMurkin JamesMurkin removed the do-not-merge Do not merge this PR label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants