Skip to content

perf(build): use zstd instead of gzip for weblog image compression#7011

Draft
rochdev wants to merge 1 commit into
mainfrom
rochdev/perf-gzip-to-zst
Draft

perf(build): use zstd instead of gzip for weblog image compression#7011
rochdev wants to merge 1 commit into
mainfrom
rochdev/perf-gzip-to-zst

Conversation

@rochdev
Copy link
Copy Markdown
Member

@rochdev rochdev commented May 22, 2026

Summary

  • Replaces gzip with zstd for saving and loading weblog image artifacts in build.sh
  • Updates the artifact filename extension from .tar.gz to .tar.zst
  • Fixes unquoted $BINARIES_FILENAME variable references

Dependencies

None — this PR is independent and can be merged in any order.

Test plan

  • Run a weblog build with --save-to-binaries and verify the .tar.zst artifact is created
  • Verify the artifact can be loaded back correctly in a subsequent run

🤖 Generated with Claude Code

Switches from gzip to zstd for saving/loading weblog image artifacts,
yielding faster compression with better ratios.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

utils/_context/containers.py                                            @DataDog/system-tests-core
utils/build/build.sh                                                    @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link
Copy Markdown

datadog-datadog-prod-us1 Bot commented May 22, 2026

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 2 Pipeline jobs failed

Testing the test | System Tests (golang, dev) / End-to-end #2 / net-http-orchestrion 2   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Failed to pull image 'mcr.microsoft.com/mssql/server'. Access denied or repository does not exist. Consider running 'docker login'.

Testing the test | all-jobs-are-green   View in Datadog   GitHub Actions

See error Check Run failed: System Tests (golang, dev) / End-to-end #2 / net-http-orchestrion.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 0dc377d | Docs | Datadog PR Page | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant