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

Fix release workflow issues #8570

Merged
merged 1 commit into from
May 3, 2024
Merged

Fix release workflow issues #8570

merged 1 commit into from
May 3, 2024

Conversation

nirinchev
Copy link
Member

This adds an empty changelog section as well as tweaks a few things about the release workflow

  1. Disable fail-fast for the installation test job as we want to try and test all installation methods, even if some of them fail.
  2. Uses https://github.com/marketplace/actions/retry-step to retry installation tests on failure. Currently set to 10 retries with 60 seconds between them. This is needed due to CocoaPods not indexing a new release quickly enough.
  3. Parallelize some of the steps - i.e. the post to slack/update changelog jobs don't need to be waiting for the installation tests.
  4. Bump the release-to-slack action to latest main. It includes a bugfix where not being able to transform markdown to slack blocks won't fail the job, but rather will post a message with a link to the release instead.

@nirinchev nirinchev merged commit c04db32 into master May 3, 2024
112 of 116 checks passed
@nirinchev nirinchev deleted the ni/release-tweaks branch May 3, 2024 10:25
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants