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

Prevent building releases for all 3 packages at the same time #154

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

CassioMG
Copy link
Contributor

@CassioMG CassioMG commented Jul 8, 2024

It appears we can't run all 3 beta release workflows at the same time as we will always get timeout issues.

So to fix that this PR adds different branching triggers to -km and -soroban packages to that we can sequence the release of the packages.

E.g. once we push things to develop branch, it'll build and release the main -beta.x package. Once that's done, we create a new develop-km branch out from the develop branch to release the -km-beta.x package. Once that's done, we do the same but with develop-soroban branch to release the -soroban-beta.x package.

@CassioMG CassioMG merged commit 285bfbb into main Jul 8, 2024
8 checks passed
@CassioMG CassioMG deleted the cg-canary-sequencing branch July 8, 2024 15:15
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.

2 participants