]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4273] Disable fuzz jobs from appearing on MRs
authorAndrei Pavel <andrei@isc.org>
Wed, 21 Jan 2026 10:01:47 +0000 (12:01 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 23 Jan 2026 13:20:18 +0000 (15:20 +0200)
.gitlab-ci.yml

index 24486cff7d13c87644cc77fa98975cdb89a4c407..5adee8ee51ae04260ed9256136420c1130fa0d88 100644 (file)
@@ -169,8 +169,8 @@ fuzz:
     # Prevent duplicate pipelines.
     - if: $CI_OPEN_MERGE_REQUESTS && $CI_COMMIT_BRANCH == null
       when: never
-    # This job is always manual and allowed to fail.
-    - when: manual
+    # Not used anymore. Change "when" to "manual" to make it appear in MRs again.
+    - when: never
       allow_failure: true
   before_script:
     # Get GitLab's container id.
@@ -248,11 +248,7 @@ fuzz-build:
   tags:
     - docker-fuzz
   rules:
-    # Use $CI_DEFAULT_BRANCH or $CFL_BRANCH.
-    - if: $CI_COMMIT_BRANCH == $CFL_BRANCH && $CI_PIPELINE_SOURCE == "push"
-      variables:
-        MODE: "code-change"
-        UPLOAD_BUILD: "true"
+    - when: never
   before_script:
     - export CFL_CONTAINER_ID=`docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=$CI_JOB_ID" -f "label=com.gitlab.gitlab-runner.type=build"`
   script: