Skip to content

fix: tailor dependency-age report per gradle update PR.#11602

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits into
masterfrom
alexeyk/update-latest-deps-report-split
Jun 9, 2026
Merged

fix: tailor dependency-age report per gradle update PR.#11602
gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits into
masterfrom
alexeyk/update-latest-deps-report-split

Conversation

@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor

What Does This Do

Makes the weekly update-gradle-dependencies workflow generate a separate dependency-age report for each PR it opens, instead of putting the same combined report in both.

validate-lockfiles in dependency_age.py now emits two extra outputs:

  • summary_core — findings for core/product lockfiles
  • summary_instrumentation — findings for dd-smoke-tests/ and dd-java-agent/instrumentation/ lockfiles

The workflow wires summary_core into the core PR and summary_instrumentation into the instrumentation PR.

Motivation

The validation step runs once over the whole tree, so both PRs (e.g. #11590 and #11591) embedded the identical summary. Each PR only changes a subset of lockfiles, so the report should list only the dependencies relevant to that
PR.

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Jun 8, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added tag: no release notes Changes to exclude from release notes type: refactoring comp: tooling Build & Tooling labels Jun 8, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review June 8, 2026 22:50
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner June 8, 2026 22:50
@datadog-prod-us1-3

This comment has been minimized.

@dd-octo-sts

dd-octo-sts Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🟢 Java Benchmark SLOs — All performance SLOs passed

Suite Status
Startup 🟢 pass

SLO thresholds are defined here based on automatically generated metrics. A warning is raised when results are within 5% of the threshold.

PR vs. master results
Scenario Candidate master Δ (95% CI of mean)
startup:insecure-bank:iast:Agent 14.00 s 13.85 s [+0.3%; +1.8%] (maybe worse)
startup:insecure-bank:tracing:Agent 12.93 s 12.94 s [-1.0%; +0.8%] (no difference)
startup:petclinic:appsec:Agent 16.77 s 16.67 s [-1.2%; +2.5%] (no difference)
startup:petclinic:iast:Agent 16.89 s 16.94 s [-1.5%; +0.9%] (no difference)
startup:petclinic:profiling:Agent 15.78 s 16.82 s [-14.3%; +1.9%] (unstable)
startup:petclinic:sca:Agent 16.67 s 16.76 s [-2.0%; +1.0%] (no difference)
startup:petclinic:tracing:Agent 15.32 s 16.19 s [-13.5%; +2.8%] (unstable)

Commit: 363feffd · CI Pipeline · Benchmarking Platform UI


Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion.

Comment thread .github/scripts/dependency_age.py Outdated
@@ -429,24 +429,51 @@ def validate_lockfiles(args: argparse.Namespace) -> int:

reverted_files = len(violations_by_file)
summary = build_validation_summary(violations_by_file=violations_by_file, replacements_by_file=replacements_by_file, baseline_lockfiles=baseline_lockfiles, min_age_hours=args.min_age_hours)

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.

It seems like we no longer need the summary variable now, so we can clean that up 🤔 (here and in emit_outputs)

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.

Nice catch! I applied this suggestion and also added tests.
Please take a look one more time :)

@sarahchen6 sarahchen6 left a comment

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.

Looks good, thanks!

@sarahchen6 sarahchen6 left a comment

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.

Let's try it out!

@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor Author

/merge -f --reason "Not a code change, just refined report for GtiHub 48h action, no need to pass MQ"

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 9, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-09 15:58:57 UTC ℹ️ Start processing command /merge -f --reason "Not a code change, just refined report for GtiHub 48h action, no need to pass MQ"


2026-06-09 15:59:02 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 0s (p90).


2026-06-09 15:59:12 UTC ℹ️ MergeQueue: This merge request was merged

Warning

This change was merged without running any pre merge CI checks

Reason: Not a code change, just refined report for GtiHub 48h action, no need to pass MQ

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 31edef5 into master Jun 9, 2026
757 of 760 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the alexeyk/update-latest-deps-report-split branch June 9, 2026 15:59
@github-actions github-actions Bot added this to the 1.64.0 milestone Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: tooling Build & Tooling tag: no release notes Changes to exclude from release notes type: refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants