[Release|CI/CD] Add pipeline to promote release candidate from rcX to final in S3 (#6748)
This PR adds the pipeline, that moves release candidate artefacts from `polkadot-stableYYMM-rcX` bucket to the one that is going to be the final `polkadot-stableYYMM` (bucket name matches the tag name). So that it could be used for publishing later without a need to re-build it again.
Showing
- .github/scripts/common/lib.sh 1 addition, 1 deletion.github/scripts/common/lib.sh
- .github/scripts/release/release_lib.sh 39 additions, 5 deletions.github/scripts/release/release_lib.sh
- .github/workflows/release-31_promote-rc-to-final.yml 125 additions, 0 deletions.github/workflows/release-31_promote-rc-to-final.yml
- .github/workflows/release-reusable-promote-to-final.yml 83 additions, 0 deletions.github/workflows/release-reusable-promote-to-final.yml
- .github/workflows/release-reusable-rc-buid.yml 2 additions, 2 deletions.github/workflows/release-reusable-rc-buid.yml
- .github/workflows/release-reusable-s3-upload.yml 3 additions, 11 deletions.github/workflows/release-reusable-s3-upload.yml
Please register or sign in to comment