Skip to content

Sign exploration tests image - #12140

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
masterfrom
landerson/sign-exploration-tests
Aug 4, 2026
Merged

Sign exploration tests image#12140
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
masterfrom
landerson/sign-exploration-tests

Conversation

@randomanderson

Copy link
Copy Markdown
Contributor

What Does This Do

Use ddsign to sign the exploration tests image.

Motivation

Image signature enforcement is being applied to Gitlab CI

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@randomanderson
randomanderson requested review from a team as code owners August 4, 2026 16:22
@randomanderson randomanderson added the tag: no release notes Changes to exclude from release notes label Aug 4, 2026
@randomanderson
randomanderson requested review from erikayasuda and removed request for a team August 4, 2026 16:22
@randomanderson randomanderson added the comp: tooling Build & Tooling label Aug 4, 2026
@randomanderson
randomanderson requested review from mhdatie and removed request for a team August 4, 2026 16:22

@datadog-prod-us1-3 datadog-prod-us1-3 Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Datadog Autotest: FAIL

The manual image-build job now invokes ddsign, but it still runs in the plain Docker 27.3.1 image and no step installs or supplies that executable. On a runner using the declared image, the build can complete and the job then fails at signing with ddsign: command not found, leaving the exploration-tests image unsigned and downstream jobs unable to use it.

📊 Validated against 3 scenarios · Open Bits AI session

🤖 Datadog Autotest · Commit 9d103ee · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

Comment thread .gitlab/exploration-tests.yml Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9d103ee7e4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .gitlab/exploration-tests.yml Outdated
@datadog-prod-us1-3

This comment has been minimized.

variables:
EXPLORATION_TESTS_IMAGE: registry.ddbuild.io/ci/dd-trace-java:exploration-tests

build-exploration-tests-image:

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.

How is this step invoked? Other test jobs depend on "build" only

@mhdatie mhdatie Aug 4, 2026

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 see there is an option to manually invoke it but I don't see references for it when I even search the DD org 👀

Is it just to push an image to docker registry?

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.

It's manual. It's only run when the image that runs the exploration tests needs to be updated

@dd-octo-sts

dd-octo-sts Bot commented Aug 4, 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 13.98 s 13.95 s [-0.7%; +1.0%] (no difference)
startup:insecure-bank:tracing:Agent 12.88 s 12.95 s [-1.2%; +0.2%] (no difference)
startup:petclinic:appsec:Agent 16.97 s 16.74 s [+0.5%; +2.3%] (maybe worse)
startup:petclinic:iast:Agent 17.03 s 17.01 s [-0.5%; +0.7%] (no difference)
startup:petclinic:profiling:Agent 16.91 s 16.96 s [-1.5%; +0.8%] (no difference)
startup:petclinic:sca:Agent 16.75 s 16.60 s [-0.0%; +1.8%] (no difference)
startup:petclinic:tracing:Agent 16.14 s 16.16 s [-1.2%; +0.9%] (no difference)

Commit: a4594387 · 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.

@randomanderson

Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Aug 4, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-08-04 17:48:11 UTC ℹ️ Start processing command /merge


2026-08-04 17:48:16 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-08-04 18:05:56 UTCMergeQueue: The build pipeline contains failing jobs for this merge request

Build pipeline has failing jobs for 16fd600:

⚠️ Do NOT retry failed jobs directly (why?).

What to do next?

  • Investigate the failures and when ready, re-add your pull request to the queue!
  • If your PR checks are green, try to rebase/merge. It might be because the CI run is a bit old.
  • Any question, go check the FAQ.
Details

Since those jobs are not marked as being allowed to fail, the pipeline will most likely fail.
Therefore, and to allow other builds to be processed, this merge request has been rejected and the pipeline got canceled.

@randomanderson

Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Aug 4, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-08-04 18:14:17 UTC ℹ️ Start processing command /merge


2026-08-04 18:14:22 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-08-04 19:07:28 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854d Bot merged commit 497ce7b into master Aug 4, 2026
593 checks passed
@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854d Bot deleted the landerson/sign-exploration-tests branch August 4, 2026 19:07
@github-actions github-actions Bot added this to the 1.66.0 milestone Aug 4, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants