paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.86k stars 683 forks source link

[RelEng] Automate node release process #3291

Open ggwpez opened 8 months ago

ggwpez commented 8 months ago

Same as #3290 but for the node.

### Steps
- [ ] https://github.com/paritytech/polkadot-sdk/issues/4393
- [ ] https://github.com/paritytech/release-engineering/issues/217
- [ ] Setup runner config
- [ ] Publish the node once with manual trigger
- [ ] https://github.com/paritytech/release-engineering/issues/214
EgorPopelyaev commented 4 months ago

Awaits a new release org which is to be prepared by @pavelsupr

pavelsupr commented 4 months ago

Awaits a new release org which is to be prepared by @pavelsupr

@EgorPopelyaev, it shouldn't be dependent on the release org per se, because the pipeline code should be written originally in the main org. The release org is basically set of forks with no additional code, but with some specific repo and org settings. And it is just another location of the actual execution of the pipeline code. I.e. before this code is executed in th release org, it should already exist in the main org, to be synced with no changes by the fork api.

Current status of that btw: I've been waiting for the approval for the paid tier of GH orgs, expecting to get this and finish the setup by 10-11 Jul.

EgorPopelyaev commented 3 months ago

True, the preparation can be and beeing done in parallel. I only mean by that, that at the and as final step it will need the org anyway to be tested and start to work in it's final implementation :)