Skip to content

Add another image destination for dev_nightly-a7-full #36203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

cmetz100
Copy link
Contributor

@cmetz100 cmetz100 commented Apr 16, 2025

What does this PR do?

Adds another image destination for dev_nightly-a7-full that includes the CI_COMMIT_SHORT_SHA

Motivation

To be used in SMP nightly quality gates. We want to be able to easily associate nightly runs with the commit they were built off of

Describe how you validated your changes

Possible Drawbacks / Trade-offs

Additional Notes

@cmetz100 cmetz100 requested review from a team as code owners April 16, 2025 13:34
@github-actions github-actions bot added team/agent-delivery short review PR is simple enough to be reviewed quickly labels Apr 16, 2025
@agent-platform-auto-pr
Copy link
Contributor

Gitlab CI Configuration Changes

Modified Jobs

dev_nightly-a7-full
  dev_nightly-a7-full:
    image: registry.ddbuild.io/ci/datadog-agent-buildimages/docker_x64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
    needs:
    - docker_build_agent7_full
    - docker_build_agent7_full_arm64
    rules:
    - if: $BUCKET_BRANCH != "nightly" && $BUCKET_BRANCH != "oldnightly" && $BUCKET_BRANCH
        != "dev"
      when: never
    - if: $DEPLOY_AGENT == "true" || $DDR_WORKFLOW_ID != null
    script:
    - GITLAB_TOKEN=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $GITLAB_TOKEN write_api)
      || exit $?; export GITLAB_TOKEN
    - "if [[ \"$BUCKET_BRANCH\" == \"nightly\" && ( \"$IMG_SOURCES\" =~ \"$SRC_AGENT\"\
      \ || \"$IMG_SOURCES\" =~ \"$SRC_DCA\" || \"$IMG_SOURCES\" =~ \"$SRC_CWS_INSTRUMENTATION\"\
      \ || \"$IMG_VARIABLES\" =~ \"$SRC_AGENT\" || \"$IMG_VARIABLES\" =~ \"$SRC_DCA\"\
      \ || \"$IMG_VARIABLES\" =~ \"$SRC_CWS_INSTRUMENTATION\" ) ]]; then\n  export ECR_RELEASE_SUFFIX=\"\
      -nightly\"\nelse\n  export ECR_RELEASE_SUFFIX=\"${CI_COMMIT_TAG+-release}\"\n\
      fi\n"
    - IMG_VARIABLES="$(sed -E "s#(${SRC_AGENT}|${SRC_DSD}|${SRC_DCA}|${SRC_CWS_INSTRUMENTATION})#\1${ECR_RELEASE_SUFFIX}#g"
      <<<"$IMG_VARIABLES")"
    - IMG_SOURCES="$(sed -E "s#(${SRC_AGENT}|${SRC_DSD}|${SRC_DCA}|${SRC_CWS_INSTRUMENTATION})#\1${ECR_RELEASE_SUFFIX}#g"
      <<<"$IMG_SOURCES")"
    - dda inv pipeline.trigger-child-pipeline --project-name DataDog/public-images --git-ref
      main --timeout 1800 --variable IMG_VARIABLES --variable IMG_REGISTRIES --variable
      IMG_SOURCES --variable IMG_DESTINATIONS --variable IMG_SIGNING --variable APPS
      --variable BAZEL_TARGET --variable DDR --variable DDR_WORKFLOW_ID --variable TARGET_ENV
      --variable DYNAMIC_BUILD_RENDER_TARGET_FORWARD_PARAMETERS
    stage: dev_container_deploy
    tags:
    - arch:amd64
    variables:
-     IMG_DESTINATIONS: agent-dev:nightly-full-${CI_COMMIT_REF_SLUG}-jmx
+     IMG_DESTINATIONS: agent-dev:nightly-full-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}-jmx,agent-dev:nightly-full-${CI_COMMIT_REF_SLUG}-jmx
      IMG_REGISTRIES: dev
      IMG_SIGNING: ''
      IMG_SOURCES: ${SRC_AGENT}:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}-7-full-amd64,${SRC_AGENT}:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}-7-full-arm64
      IMG_VARIABLES: ''
      SRC_AGENT: registry.ddbuild.io/ci/datadog-agent/agent
      SRC_CWS_INSTRUMENTATION: registry.ddbuild.io/ci/datadog-agent/cws-instrumentation
      SRC_DCA: registry.ddbuild.io/ci/datadog-agent/cluster-agent
      SRC_DSD: registry.ddbuild.io/ci/datadog-agent/dogstatsd

Changes Summary

Removed Modified Added Renamed
0 1 0 0

ℹ️ Diff available in the job log.

@cmetz100 cmetz100 added the qa/no-code-change No code change in Agent code requiring validation label Apr 16, 2025
@agent-platform-auto-pr
Copy link
Contributor

Uncompressed package size comparison

Comparison with ancestor 0d96679ea6fcd12002cff26f664e41d231cba988

Diff per package
package diff status size ancestor threshold
datadog-agent-amd64-deb 0.00MB 803.31MB 803.31MB 0.50MB
datadog-agent-x86_64-rpm 0.00MB 813.19MB 813.19MB 0.50MB
datadog-agent-x86_64-suse 0.00MB 813.19MB 813.19MB 0.50MB
datadog-agent-arm64-deb 0.00MB 793.07MB 793.07MB 0.50MB
datadog-agent-aarch64-rpm 0.00MB 802.92MB 802.92MB 0.50MB
datadog-dogstatsd-amd64-deb 0.00MB 39.92MB 39.92MB 0.50MB
datadog-dogstatsd-x86_64-rpm 0.00MB 40.00MB 40.00MB 0.50MB
datadog-dogstatsd-x86_64-suse 0.00MB 40.00MB 40.00MB 0.50MB
datadog-dogstatsd-arm64-deb 0.00MB 38.43MB 38.43MB 0.50MB
datadog-heroku-agent-amd64-deb 0.00MB 447.08MB 447.08MB 0.50MB
datadog-iot-agent-amd64-deb 0.00MB 60.89MB 60.89MB 0.50MB
datadog-iot-agent-x86_64-rpm 0.00MB 60.96MB 60.96MB 0.50MB
datadog-iot-agent-x86_64-suse 0.00MB 60.96MB 60.96MB 0.50MB
datadog-iot-agent-arm64-deb 0.00MB 58.19MB 58.19MB 0.50MB
datadog-iot-agent-aarch64-rpm 0.00MB 58.27MB 58.27MB 0.50MB

Decision

✅ Passed

Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: d6397bb5-2cd5-4f85-8609-8b30e6a1598a

Baseline: 0d96679
Comparison: 3efc4c2
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_idle memory utilization +0.51 [+0.45, +0.56] 1 Logs bounds checks dashboard
file_tree memory utilization +0.32 [+0.20, +0.45] 1 Logs
tcp_syslog_to_blackhole ingress throughput +0.15 [+0.09, +0.21] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput +0.03 [-0.24, +0.30] 1 Logs
otlp_ingest_metrics memory utilization +0.03 [-0.11, +0.17] 1 Logs
file_to_blackhole_300ms_latency egress throughput +0.02 [-0.81, +0.86] 1 Logs
file_to_blackhole_0ms_latency egress throughput +0.02 [-0.85, +0.88] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.01, +0.01] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.00 [-0.87, +0.86] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.00 [-0.28, +0.28] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.83, +0.81] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.01 [-0.89, +0.87] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput -0.02 [-0.85, +0.81] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput -0.03 [-0.86, +0.80] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization -0.21 [-0.27, -0.14] 1 Logs
otlp_ingest_logs memory utilization -0.32 [-0.48, -0.15] 1 Logs
uds_dogstatsd_to_api_cpu % cpu utilization -0.38 [-1.26, +0.49] 1 Logs
quality_gate_idle_all_features memory utilization -0.88 [-0.97, -0.79] 1 Logs bounds checks dashboard
quality_gate_logs % cpu utilization -1.20 [-4.01, +1.62] 1 Logs bounds checks dashboard
otlp_ingest_traces memory utilization -2.71 [-3.10, -2.32] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_logs memory_usage 10/10 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 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_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@agent-platform-auto-pr
Copy link
Contributor

Static quality checks

✅ Please find below the results from static quality gates

Successful checks

Info

Result Quality gate On disk size On disk size limit On wire size On wire size limit
static_quality_gate_agent_deb_amd64 777.81 MiB 778.06 MiB 190.46 MiB 191.06 MiB
static_quality_gate_agent_deb_amd64_fips 775.78 MiB 776.09 MiB 189.87 MiB 190.72 MiB
static_quality_gate_agent_heroku_amd64 434.43 MiB 434.99 MiB 113.36 MiB 114.34 MiB
static_quality_gate_agent_msi 978.04 MiB 978.45 MiB 150.77 MiB 151.65 MiB
static_quality_gate_agent_rpm_amd64 777.81 MiB 778.06 MiB 192.53 MiB 193.42 MiB
static_quality_gate_agent_rpm_amd64_fips 775.78 MiB 776.06 MiB 192.05 MiB 192.61 MiB
static_quality_gate_agent_rpm_arm64 767.97 MiB 768.33 MiB 173.9 MiB 174.71 MiB
static_quality_gate_agent_rpm_arm64_fips 766.19 MiB 766.55 MiB 173.07 MiB 173.92 MiB
static_quality_gate_agent_suse_amd64 777.74 MiB 778.08 MiB 192.53 MiB 193.42 MiB
static_quality_gate_agent_suse_amd64_fips 775.78 MiB 776.11 MiB 192.05 MiB 192.78 MiB
static_quality_gate_agent_suse_arm64 768.0 MiB 768.31 MiB 173.9 MiB 174.71 MiB
static_quality_gate_agent_suse_arm64_fips 766.19 MiB 766.5 MiB 173.07 MiB 173.92 MiB
static_quality_gate_docker_agent_amd64 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_arm64 875.8 MiB 876.0 MiB 277.13 MiB 278.3 MiB
static_quality_gate_docker_agent_jmx_amd64 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_jmx_arm64 875.8 MiB 876.63 MiB 277.13 MiB 278.4 MiB
static_quality_gate_docker_agent_windows1809 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core_jmx 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_jmx 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core_jmx 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_jmx 862.3 MiB 862.5 MiB 290.67 MiB 292.0 MiB
static_quality_gate_docker_cluster_agent_amd64 262.57 MiB 263.4 MiB 103.16 MiB 104.07 MiB
static_quality_gate_docker_cluster_agent_arm64 278.56 MiB 279.38 MiB 98.04 MiB 98.95 MiB
static_quality_gate_docker_cws_instrumentation_amd64 6.65 MiB 7.12 MiB 2.82 MiB 3.29 MiB
static_quality_gate_docker_cws_instrumentation_arm64 6.44 MiB 6.92 MiB 2.6 MiB 3.07 MiB
static_quality_gate_docker_dogstatsd_amd64 46.29 MiB 46.39 MiB 17.45 MiB 17.78 MiB
static_quality_gate_docker_dogstatsd_arm64 44.9 MiB 45.05 MiB 16.3 MiB 16.65 MiB
static_quality_gate_dogstatsd_deb_amd64 38.15 MiB 38.4 MiB 9.87 MiB 10.26 MiB
static_quality_gate_dogstatsd_deb_arm64 36.72 MiB 36.98 MiB 8.57 MiB 8.96 MiB
static_quality_gate_dogstatsd_rpm_amd64 38.15 MiB 38.4 MiB 9.88 MiB 10.27 MiB
static_quality_gate_dogstatsd_suse_amd64 38.15 MiB 38.4 MiB 9.88 MiB 10.27 MiB
static_quality_gate_iot_agent_deb_amd64 58.14 MiB 58.51 MiB 14.63 MiB 15.02 MiB
static_quality_gate_iot_agent_deb_arm64 55.58 MiB 55.94 MiB 12.65 MiB 13.05 MiB
static_quality_gate_iot_agent_deb_armhf 54.23 MiB 54.32 MiB 12.63 MiB 13.05 MiB
static_quality_gate_iot_agent_rpm_amd64 58.14 MiB 58.51 MiB 14.65 MiB 15.04 MiB
static_quality_gate_iot_agent_rpm_arm64 55.58 MiB 55.94 MiB 12.66 MiB 13.07 MiB
static_quality_gate_iot_agent_suse_amd64 58.14 MiB 58.51 MiB 14.65 MiB 15.04 MiB

Copy link
Contributor

@spencergilbert spencergilbert left a comment

Choose a reason for hiding this comment

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

Assuming this should be the equivalent of the destination for dev_nightly_a7, LGTM

@cmetz100
Copy link
Contributor Author

/merge

@dd-devflow
Copy link

dd-devflow bot commented Apr 17, 2025

View all feedbacks in Devflow UI.

2025-04-17 14:40:30 UTC ℹ️ Start processing command /merge


2025-04-17 14:40:38 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 37m (p90).


2025-04-17 15:10:25 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 6513237 into main Apr 17, 2025
279 of 283 checks passed
@dd-mergequeue dd-mergequeue bot deleted the cmetz/full_image_nightly_with_commit_sha branch April 17, 2025 15:10
@github-actions github-actions bot added this to the 7.66.0 milestone Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog qa/no-code-change No code change in Agent code requiring validation short review PR is simple enough to be reviewed quickly team/agent-delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants