Skip to content

fix(circleci): Fix destination of nightly build artifact uploads#19033

Merged
srebhan merged 1 commit into
masterfrom
fix/retarget-artifact-uploads
Jun 3, 2026
Merged

fix(circleci): Fix destination of nightly build artifact uploads#19033
srebhan merged 1 commit into
masterfrom
fix/retarget-artifact-uploads

Conversation

@tkyocum

@tkyocum tkyocum commented Jun 3, 2026

Copy link
Copy Markdown
Member

This changes the destination of artifact uploads to correspond with the migration of the bucket.

Summary

We have migrated the bucket where releases and nightlies land; though we've been transparently proxying data, the cache TTL has caused new content to not appear in a timely fashion. This change causes artifacts to land directly in the new bucket, bypassing the proxy.

Checklist

Related issues

resolves #19013

This changes the destination of artifact uploads to correspond with the migration of the bucket.
@telegraf-tiger telegraf-tiger Bot added the fix pr to fix corresponding bug label Jun 3, 2026
@telegraf-tiger

telegraf-tiger Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip.
Downloads for additional architectures and packages are available below.

⚠️ This pull request increases the Telegraf binary size by 1.02 % for linux amd64 (new size: 307.7 MB, nightly size 304.6 MB)

📦 Click here to get additional PR build artifacts

Artifact URLs

. DEB . RPM . TAR . GZ . ZIP
amd64.deb aarch64.rpm darwin_amd64.tar.gz windows_amd64.zip
arm64.deb armel.rpm darwin_arm64.tar.gz windows_arm64.zip
armel.deb armv6hl.rpm freebsd_amd64.tar.gz windows_i386.zip
armhf.deb i386.rpm freebsd_armv7.tar.gz
i386.deb ppc64le.rpm freebsd_i386.tar.gz
mips.deb riscv64.rpm linux_amd64.tar.gz
mipsel.deb s390x.rpm linux_arm64.tar.gz
ppc64el.deb x86_64.rpm linux_armel.tar.gz
riscv64.deb linux_armhf.tar.gz
s390x.deb linux_i386.tar.gz
linux_mips.tar.gz
linux_mipsel.tar.gz
linux_ppc64le.tar.gz
linux_riscv64.tar.gz
linux_s390x.tar.gz

@srebhan srebhan changed the title fix: change destination of artifact uploads fix(circleci): Fix destination of nightly build artifact uploads Jun 3, 2026
@srebhan srebhan added the ci CI pipeline fixes, optimizations, and infrastructure label Jun 3, 2026

@srebhan srebhan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tkyocum! Just one question/comment...

Comment thread .circleci/config.yml

@srebhan srebhan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tkyocum!

@srebhan srebhan merged commit 73dfa7b into master Jun 3, 2026
32 checks passed
@srebhan srebhan deleted the fix/retarget-artifact-uploads branch June 3, 2026 21:44
@github-actions github-actions Bot added this to the v1.39.0 milestone Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI pipeline fixes, optimizations, and infrastructure fix pr to fix corresponding bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nightly docker build is broken

2 participants