Skip to content

[Release|CI/CD] Add pipeline to promote release candidate from rcX to final in S3#6748

Merged
EgorPopelyaev merged 11 commits intoparitytech:masterfrom
EgorPopelyaev:ep-add-rc-to-final-promotion-pipeline
Dec 4, 2024
Merged

[Release|CI/CD] Add pipeline to promote release candidate from rcX to final in S3#6748
EgorPopelyaev merged 11 commits intoparitytech:masterfrom
EgorPopelyaev:ep-add-rc-to-final-promotion-pipeline

Conversation

@EgorPopelyaev
Copy link
Copy Markdown
Contributor

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.

@EgorPopelyaev EgorPopelyaev added R0-no-crate-publish-required The change does not require any crates to be re-published. A4-needs-backport labels Dec 4, 2024
@EgorPopelyaev EgorPopelyaev requested review from a team as code owners December 4, 2024 06:19
@paritytech-review-bot paritytech-review-bot bot requested a review from a team December 4, 2024 09:13
@EgorPopelyaev EgorPopelyaev added this pull request to the merge queue Dec 4, 2024
Merged via the queue into paritytech:master with commit 377bc3f Dec 4, 2024
@EgorPopelyaev EgorPopelyaev deleted the ep-add-rc-to-final-promotion-pipeline branch December 4, 2024 11:01
@paritytech-cmd-bot-polkadot-sdk
Copy link
Copy Markdown
Contributor

Created backport PR for stable2407:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-6748-to-stable2407
git worktree add --checkout .worktree/backport-6748-to-stable2407 backport-6748-to-stable2407
cd .worktree/backport-6748-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 377bc3f830a63e277dd94fed490670d1be6d840f
git push --force-with-lease

@paritytech-cmd-bot-polkadot-sdk
Copy link
Copy Markdown
Contributor

Created backport PR for stable2409:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-6748-to-stable2409
git worktree add --checkout .worktree/backport-6748-to-stable2409 backport-6748-to-stable2409
cd .worktree/backport-6748-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 377bc3f830a63e277dd94fed490670d1be6d840f
git push --force-with-lease

@paritytech-cmd-bot-polkadot-sdk
Copy link
Copy Markdown
Contributor

Git push to origin failed for stable2412 with exitcode 1

EgorPopelyaev added a commit that referenced this pull request Dec 4, 2024
… 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.
EgorPopelyaev added a commit that referenced this pull request Dec 4, 2024
Krayt78 pushed a commit to Krayt78/polkadot-sdk that referenced this pull request Dec 18, 2024
… final in S3 (paritytech#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.
dudo50 pushed a commit to paraspell-research/polkadot-sdk that referenced this pull request Jan 4, 2025
… final in S3 (paritytech#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants