-
Notifications
You must be signed in to change notification settings - Fork 379
Release branch creation #1687
Comments
While the goal is to automate as much as possible, some of the steps are still manual today for the following reasons:
This is done "manually", by the release team and via the scripts here.
We avoid making an additionnal PR to prevent the RC automation workflow to trigger 2 times and generate 2 RCs. So this is done with the step above and also script-assisted for now.
24 hours sounds rather random. The goal here is to setup hooks (see this issue). Setting up the hook is not a real issue but we need to pass context. This is where this issue is missing.
This is partly in place today for those patterns. This PR should help with that and it has this follow up one.
This is why polling is not an ideal option. Using hooks, we would not need to care about disabling the CI job.
Yes, this is usually a good fall back option. |
Ideally the |
Given that there can only be one canonical collator node, I would like ideally that the initial branch rather than being called |
Problem
The parachains' release branch creation is manual, requires a release engineer to follow the creation of the release branch for polkadot repo.
The team (CGP) do not get notified automatically when the branch is created.
Context
The parachains' release is built and published for every release of the relay chains (runtimes from polkadot repo). It requires a release engineer to follow the polkadot repository, create the release branch manually and trigger some checks.
The team might not get notified that the branch was created.
As part of the release process automation initiative (#1657) we try to improve the current process and bring more automation.
Task
spec_version
and creates a PR into the release branch;The text was updated successfully, but these errors were encountered: