You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci/release: copy secondary artifacts from bincache
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 <[email protected]>
Copy file name to clipboardExpand all lines: ci-automation/release.sh
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,27 @@ function copy_from_bincache_to_bucket() {
175
175
docker.io/rclone/rclone:1.71.1 \
176
176
--config "/opt/rclone.conf" \
177
177
sync \
178
-
--http-url "https://${BUILDCACHE_SERVER}/images/${arch}/${version}" :http: "r2:flatcar/${channel}/${arch}-usr/${version}"|| { echo"ERROR: Skipping bucket copy due to failure"; }
178
+
--http-url "https://${BUILDCACHE_SERVER}/images/${arch}/${version}" :http: "r2:flatcar/${channel}/${arch}-usr/${version}"|| { echo"ERROR: Skipping images copy to bucket due to failure"; }
179
+
180
+
echo"Copying the binary packages from bincache to CloudFlare bucket"
--http-url "https://${BUILDCACHE_SERVER}/sdk/amd64/${docker_sdk_vernum}" :http: "r2:flatcar/mirror/sdk/amd64/${docker_sdk_vernum}"|| { echo"ERROR: Skipping SDK copy to bucket due to failure"; }
0 commit comments