ci/release: copy secondary artifacts from bincache - #3482
Merged
Conversation
pothos
reviewed
Nov 12, 2025
pothos
reviewed
Nov 12, 2025
tormath1
force-pushed
the
tormath1/mirror
branch
from
November 13, 2025 09:59
1cb7f23 to
b76a358
Compare
pothos
approved these changes
Nov 13, 2025
Member
|
I've changed the title and best would be to also do this change in the commit message ('copy from bincache' not 'to') Or change it to 'copy to bucket'? |
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/19337783777 |
Contributor
Author
Correct, thanks! I typed too fast. |
this logic takes care of copying binary packages, SDK and packages containers to cloudflare bucket in the `r2:flatcar/mirror/` location Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This does not seem to be used anywhere here and can be misleading Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
force-pushed
the
tormath1/mirror
branch
from
November 13, 2025 15:04
b76a358 to
ca2545f
Compare
tormath1
had a problem deploying
to
development
November 13, 2025 15:04 — with
GitHub Actions
Failure
Contributor
Author
|
cherry-picked to:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This logic takes care of copying binary packages, SDK and packages containers to cloudflare bucket in the
r2:flatcar/mirror/location. It was previously handled by thecopy-to-origin.shhelper on the origin servers.Let's keep the script running if there is an error and we will monitor the CI output on the next release to be sure that everything works fine. Once validated, we can lift this security.
mirroris already backed-up and ready to be migrated but we need this logic first to be sure that everything is copied for newer releases.How to use
Run a release.
Testing done
None.