Skip to content

[ABLD-364] Select tar compression based on developer vs. release builds.#47895

Closed
aiuto wants to merge 50 commits intomainfrom
aiuto/cmpres
Closed

[ABLD-364] Select tar compression based on developer vs. release builds.#47895
aiuto wants to merge 50 commits intomainfrom
aiuto/cmpres

Conversation

@aiuto
Copy link
Copy Markdown
Contributor

@aiuto aiuto commented Mar 16, 2026

  • Apply to the existing pkg_tar rules.
  • Developer builds are not compressed
  • CI and release builds use high compression (triggerof off --config=release)
  • Pull in enough of the omnibus logic so all pipelines still work during migration.

Verification

$ bazel cquery --output=build //packages/agent/linux:whole_distro_tar
# /root/repos/datadog-agent/packages/agent/linux/BUILD.bazel:84:8
pkg_tar_impl(
  name = "whole_distro_tar",
  generator_name = "whole_distro_tar",
  generator_function = "pkg_tar",
  generator_location = "packages/agent/linux/BUILD.bazel:84:8",
  srcs = ["//packages/agent/linux:whole_distro"],
  owner = "0.0",
  extension = "tar.xz",
  compression_level = 1,
  out = "//packages/agent/linux:whole_distro_tar.tar.xz",
  private_stamp_detect = False,
)
$ bazel cquery --output=build //packages/agent/linux:whole_distro_tar --config=release
# /root/repos/datadog-agent/packages/agent/linux/BUILD.bazel:84:8
pkg_tar_impl(
  name = "whole_distro_tar",
  generator_name = "whole_distro_tar",
  generator_function = "pkg_tar",
  generator_location = "packages/agent/linux/BUILD.bazel:84:8",
  srcs = ["//packages/agent/linux:whole_distro"],
  owner = "0.0",
  extension = "tar.xz",
  compression_level = 9,
  out = "//packages/agent/linux:whole_distro_tar.tar.xz",
  private_stamp_detect = False,
)

Note the compression level changing.

- Apply to the existing pkg_tar rules.
- Developer builds are not compressed
- CI and release builds use high compression (triggerof off --config=release)
- Pull in enough of the omnibus logic so all pipelines still work during migration.
@dd-octo-sts dd-octo-sts Bot added internal Identify a non-fork PR team/agent-build labels Mar 16, 2026
@github-actions github-actions Bot added the medium review PR review might take time label Mar 16, 2026
@aiuto aiuto added changelog/no-changelog No changelog entry needed qa/no-code-change No code change in Agent code requiring validation labels Mar 16, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr Bot commented Mar 16, 2026

Files inventory check summary

File checks results against ancestor 46622092:

Results for datadog-agent_7.78.0~devel.git.649.8e7f189.pipeline.103047739-1_amd64.deb:

No change detected

@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr Bot commented Mar 16, 2026

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 4662209
📊 Static Quality Gates Dashboard
🔗 SQG Job

31 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_deb_amd64 749.909 MiB
agent_deb_amd64_fips 708.282 MiB
agent_heroku_amd64 312.796 MiB
agent_msi 602.470 MiB
agent_rpm_amd64 749.893 MiB
agent_rpm_amd64_fips 708.266 MiB
agent_rpm_arm64 728.411 MiB
agent_rpm_arm64_fips 689.727 MiB
agent_suse_amd64 749.893 MiB
agent_suse_amd64_fips 708.266 MiB
agent_suse_arm64 728.411 MiB
agent_suse_arm64_fips 689.727 MiB
docker_agent_amd64 810.245 MiB
docker_agent_arm64 813.565 MiB
docker_agent_jmx_amd64 1001.160 MiB
docker_agent_jmx_arm64 993.259 MiB
docker_cluster_agent_amd64 203.676 MiB
docker_cluster_agent_arm64 218.166 MiB
docker_cws_instrumentation_amd64 7.142 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 38.615 MiB
docker_dogstatsd_arm64 36.939 MiB
dogstatsd_deb_amd64 29.846 MiB
dogstatsd_deb_arm64 27.995 MiB
dogstatsd_rpm_amd64 29.846 MiB
dogstatsd_suse_amd64 29.846 MiB
iot_agent_deb_amd64 43.058 MiB
iot_agent_deb_arm64 40.120 MiB
iot_agent_deb_armhf 40.856 MiB
iot_agent_rpm_amd64 43.058 MiB
iot_agent_suse_amd64 43.058 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 -45.56 KiB (0.03% reduction) 174.512 → 174.467 → 177.700
agent_deb_amd64_fips +72.92 KiB (0.04% increase) 165.367 → 165.439 → 172.230
agent_heroku_amd64 -2.75 KiB (0.00% reduction) 74.887 → 74.884 → 79.970
agent_msi +8.0 KiB (0.01% increase) 137.711 → 137.719 → 146.220
agent_rpm_amd64 +3.48 KiB (0.00% increase) 177.358 → 177.362 → 180.780
agent_rpm_amd64_fips -6.95 KiB (0.00% reduction) 167.402 → 167.395 → 173.370
agent_rpm_arm64 +5.06 KiB (0.00% increase) 159.796 → 159.801 → 161.610
agent_rpm_arm64_fips +8.45 KiB (0.01% increase) 151.375 → 151.383 → 155.910
agent_suse_amd64 +3.48 KiB (0.00% increase) 177.358 → 177.362 → 180.780
agent_suse_amd64_fips -6.95 KiB (0.00% reduction) 167.402 → 167.395 → 173.370
agent_suse_arm64 +5.06 KiB (0.00% increase) 159.796 → 159.801 → 161.610
agent_suse_arm64_fips +8.45 KiB (0.01% increase) 151.375 → 151.383 → 155.910
docker_agent_amd64 +3.89 KiB (0.00% increase) 267.606 → 267.610 → 271.240
docker_agent_arm64 neutral 254.901 MiB → 259.800
docker_agent_jmx_amd64 +3.18 KiB (0.00% increase) 336.260 → 336.263 → 339.870
docker_agent_jmx_arm64 +18.15 KiB (0.01% increase) 319.531 → 319.549 → 324.390
docker_cluster_agent_amd64 neutral 71.277 MiB → 72.920
docker_cluster_agent_arm64 neutral 66.916 MiB → 68.220
docker_cws_instrumentation_amd64 neutral 2.999 MiB → 3.330
docker_cws_instrumentation_arm64 neutral 2.729 MiB → 3.090
docker_dogstatsd_amd64 neutral 14.943 MiB → 15.820
docker_dogstatsd_arm64 neutral 14.272 MiB → 14.830
dogstatsd_deb_amd64 neutral 7.885 MiB → 8.790
dogstatsd_deb_arm64 neutral 6.770 MiB → 7.710
dogstatsd_rpm_amd64 neutral 7.895 MiB → 8.800
dogstatsd_suse_amd64 neutral 7.895 MiB → 8.800
iot_agent_deb_amd64 +3.21 KiB (0.03% increase) 11.348 → 11.351 → 12.040
iot_agent_deb_arm64 neutral 9.662 MiB → 10.450
iot_agent_deb_armhf neutral 9.892 MiB → 10.620
iot_agent_rpm_amd64 neutral 11.366 MiB → 12.060
iot_agent_suse_amd64 neutral 11.366 MiB → 12.060

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da Bot commented Mar 16, 2026

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: c31893f9-e656-41aa-88b9-ff6abe6ea972

Baseline: 4662209
Comparison: 8e7f189
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +0.99 [-2.09, +4.07] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +0.99 [-2.09, +4.07] 1 Logs
file_tree memory utilization +0.88 [+0.82, +0.93] 1 Logs
ddot_logs memory utilization +0.85 [+0.78, +0.92] 1 Logs
quality_gate_metrics_logs memory utilization +0.43 [+0.19, +0.67] 1 Logs bounds checks dashboard
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.41 [+0.19, +0.64] 1 Logs
ddot_metrics memory utilization +0.28 [+0.11, +0.46] 1 Logs
quality_gate_idle_all_features memory utilization +0.19 [+0.15, +0.22] 1 Logs bounds checks dashboard
ddot_metrics_sum_delta memory utilization +0.12 [-0.04, +0.28] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.10 [-0.33, +0.52] 1 Logs
quality_gate_idle memory utilization +0.08 [+0.03, +0.14] 1 Logs bounds checks dashboard
uds_dogstatsd_to_api_v3 ingress throughput +0.02 [-0.17, +0.21] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.02 [-0.37, +0.40] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.00 [-0.10, +0.10] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.01 [-0.10, +0.08] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.01 [-0.19, +0.17] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization -0.02 [-0.08, +0.03] 1 Logs
otlp_ingest_metrics memory utilization -0.06 [-0.21, +0.10] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.06 [-0.56, +0.43] 1 Logs
otlp_ingest_logs memory utilization -0.14 [-0.25, -0.04] 1 Logs
docker_containers_memory memory utilization -0.17 [-0.24, -0.09] 1 Logs
ddot_metrics_sum_cumulative memory utilization -0.50 [-0.65, -0.36] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.59 [-0.72, -0.45] 1 Logs
quality_gate_logs % cpu utilization -0.87 [-2.43, +0.69] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
docker_containers_cpu simple_check_run 10/10 708 ≥ 26
docker_containers_memory memory_usage 10/10 269.86MiB ≤ 370MiB
docker_containers_memory simple_check_run 10/10 709 ≥ 26
file_to_blackhole_0ms_latency memory_usage 10/10 0.19GiB ≤ 1.20GiB
file_to_blackhole_0ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_1000ms_latency memory_usage 10/10 0.23GiB ≤ 1.20GiB
file_to_blackhole_1000ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_100ms_latency memory_usage 10/10 0.20GiB ≤ 1.20GiB
file_to_blackhole_100ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_500ms_latency memory_usage 10/10 0.21GiB ≤ 1.20GiB
file_to_blackhole_500ms_latency missed_bytes 10/10 0B = 0B
quality_gate_idle intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle memory_usage 10/10 174.21MiB ≤ 175MiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 489.81MiB ≤ 550MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 4 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 204.84MiB ≤ 220MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 353.42 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 410.32MiB ≤ 475MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.

@aiuto aiuto marked this pull request as ready for review March 16, 2026 21:32
@aiuto aiuto requested a review from a team as a code owner March 16, 2026 21:32
Copy link
Copy Markdown
Contributor

@alopezz alopezz left a comment

Choose a reason for hiding this comment

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

This is mostly fine in structure (and could be harmlessly merged because it's not wired in yet). But I think we need to:

  • Make sure we have a common understanding of the current state of things w.r.t. how compression is applied in different scenarios.
  • Try to stick to the existing behavior we're replacing, only changing it either before or after converting it to bazel. For example, the compression level of 5 was probably chosen for a reason (probably a tradeoff between speed and size, as the resulting artifacts do get moved around and stored).

On a side note: FORCED_PACKAGE_COMPRESSION_LEVEL was introduced as a way to override the level on 32 bits dpkg as per this comment. We can keep the existing behavior for now but in the not too far future we may be able to remove it.

Comment thread bazel/rules/compression.bzl Outdated
Comment on lines +25 to +28
# DEPLOY_AGENT is mostly true. It's not clear to me yet if "deploy" means to
# build the release version, or simply to include the agent binary. It is only
# set false for installer and integrations_core, so it seems the second, even if
# the word deploy generally is associated with release.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think this is true. DEPLOY_AGENT is set via a gitlab variable, such as via a manual trigger (hitting here, might be what we use for releases) or here for nightlies.

Copy link
Copy Markdown
Contributor Author

@aiuto aiuto Mar 17, 2026

Choose a reason for hiding this comment

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

So what do you think is true. We don't just use it for manual and nightly. It is set true as a baseline default for the CI builds in tasks/libs/common/omnibus.py.
The new behavior is to use --config=release in CI (which we have to do for rust in CI) as the trigger for compression. I think this captures the intent of what we need.

A developer won't normally set --config=release, so they won't get compression, but they could if they wanted to do performance testing.

I could make it more fine grained, but I would rather use a specific word than DEPLOY_AGENT.
Actually, we have that, with FORCE_COMPRESSION_LEVEL. I'll change it so that gets used regardless of the release flag, so you can set it however you want. Would that work for you?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

So what do you think is true. We don't just use it for manual and nightly. It is set true as a baseline default for the CI builds in tasks/libs/common/omnibus.py.

I already gave you references to where DEPLOY_AGENT gets set to true, so I mostly already responded to that question. And I don't see anything in https://github.com/DataDog/datadog-agent/blob/main/tasks/libs/common/omnibus.py setting it as a default.

Would that work for you?

As I already said, all I'm suggesting is I'd rather stick to the existing behavior while migrating to Bazel, making changes either before or after. Since this is not getting wired to anything yet, I could certainly live with getting this merged despite that. But the comment here seems to be factually wrong, let alone the "It's not clear to me" (who is me? that's an awkward reference to have in code that is owned by a team, not individuals) – that's what I meant with "have a common understanding of the current state of things".

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I changed it to that. PTAL

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Wrong file. It was tasks/libs/ciproviders/gitlab_api.py

I don't think the existing behavior is the right model. DEPLOY_AGENT in the environment does things which we need for a release style build (compression and maybe more) but the word "deploy" generally means the act of deploying, which is distinct from how you build it.

We are getting near the point where bazel should work without having omnibus control the job. It's time to start removing using communications through environment variables and build time choices with bazel flags. I could keep deploy_agent today, and be back in a month to remove it. If developers want a release build from their desktop they will use --config=release.

An alternative is to add a //:compression_level integer flag to define how much to compress and add that to the bazelrc file in the release section. That makes things very explicit, but adds another knob for people to tweak and then complain that the caching breaks when they try to adjust it.
Now... if we really wanted to get fancy we could make compression a non-flag build_setting, so that it triggers on release builds, but that is essentially what we are doing here anyway.

I got rid of most of the comment, so it's more accurate about what omnibus does. It's not that important because it's essentially temporary. In a few months all the omnibus history can go away.

@aiuto aiuto requested a review from alopezz March 17, 2026 11:58
@aiuto aiuto marked this pull request as draft March 20, 2026 13:07
@aiuto aiuto closed this Mar 31, 2026
@aiuto aiuto deleted the aiuto/cmpres branch March 31, 2026 19:43
@aiuto aiuto restored the aiuto/cmpres branch March 31, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog No changelog entry needed internal Identify a non-fork PR medium review PR review might take time qa/no-code-change No code change in Agent code requiring validation team/agent-build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants