Skip to content

fix(ci): trigger fuzz job on scheduled pipeline#599

Merged
edznux-dd merged 2 commits into
mainfrom
edouard/scheduled-pipeline-fix
Jun 18, 2026
Merged

fix(ci): trigger fuzz job on scheduled pipeline#599
edznux-dd merged 2 commits into
mainfrom
edouard/scheduled-pipeline-fix

Conversation

@edznux-dd

Copy link
Copy Markdown
Collaborator

I used the wrong variable in the previous PR, it should be on the schedueld pipeline and not the NIGHTLY_BUILD one.

Variable value coming from https://docs.gitlab.com/ci/jobs/job_rules/#ci_pipeline_source-predefined-variable

What does this PR do?:

Fix the scheduled fuzz test

Motivation:

Fuzz every night

Additional Notes:

How to test the change?:

For Datadog employees:

  • If this PR touches code that signs or publishes builds or packages, or handles
    credentials of any kind, I've requested a security review (run the dd:platform-security-review
    skill, or file a request via the PSEC review form).
    bewaire also runs automatically on every PR.
  • This PR doesn't touch any of that.
  • JIRA: [JIRA-XXXX]

Unsure? Have a question? Request a review!

@edznux-dd edznux-dd marked this pull request as ready for review June 16, 2026 09:07
@edznux-dd edznux-dd requested a review from a team as a code owner June 16, 2026 09:07

@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: cb28cf167a

ℹ️ 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/fuzzing/.gitlab-ci.yml Outdated
aud: image-integrity
rules:
- if: $NIGHTLY_BUILD == "true"
- if: '$CI_PIPELINE_SOURCE == "schedule"'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restrict fuzzing to the intended scheduled pipeline

When the existing image-update schedule runs with CHECK_IMAGE_UPDATES=true (see .gitlab-ci.yml:38), this broader rule also matches and runs fuzz_infra, which builds and pushes fuzz images and registers them with FuzzyDog. That turns non-fuzz scheduled maintenance pipelines into publishing/registration runs; please gate this on a fuzz-specific schedule variable or explicitly exclude the image-update schedule.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

pushed to make the condition - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUN_FUZZ == "true"'

I'll need to create a new scheduled pipeline once merged

@dd-octo-sts

dd-octo-sts Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

CI Test Results

Run: #27747381628 | Commit: e0c55e2 | Duration: 13m 50s (longest job)

All 32 test jobs passed

Status Overview

JDK glibc-aarch64/debug glibc-amd64/debug musl-aarch64/debug musl-amd64/debug
8 - - -
8-ibm - - -
8-j9 - -
8-librca - -
8-orcl - - -
11 - - -
11-j9 - -
11-librca - -
17 - -
17-graal - -
17-j9 - -
17-librca - -
21 - -
21-graal - -
21-librca - -
25 - -
25-graal - -
25-librca - -

Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled

Summary: Total: 32 | Passed: 32 | Failed: 0


Updated: 2026-06-18 08:56:14 UTC

@jbachorik jbachorik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Sphinx review — no findings.

Avoid running fuzz_infra on non-fuzz scheduled maintenance pipelines
(e.g. the image-update schedule with CHECK_IMAGE_UPDATES=true).

@jbachorik jbachorik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

👍

@edznux-dd edznux-dd merged commit b3f5c20 into main Jun 18, 2026
103 checks passed
@edznux-dd edznux-dd deleted the edouard/scheduled-pipeline-fix branch June 18, 2026 09:06
@github-actions github-actions Bot added this to the 1.45.0 milestone Jun 18, 2026
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.

2 participants