]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not check CHANGES in pre-release pipelines
authorMichał Kępień <michal@isc.org>
Fri, 29 Mar 2024 07:27:49 +0000 (08:27 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 29 Mar 2024 07:37:29 +0000 (08:37 +0100)
Since pre-release testing is usually carried out for branches in which
CHANGES entries are intentionally malformed to prevent entry numbering
conflicts down the road, do not run the "changes" GitLab CI job in
pipelines that are triggered by a parent pipeline (which can currently
only be a pre-release testing pipeline) to prevent triggering job
failures that would be meaningless anyway.

(cherry picked from commit 8c2503947f7ddea3437f89e8974690858736cb86)

.gitlab-ci.yml

index fc9a18739302d61ba5149991dc13ade935ec67be..a8a1c14e2d20698488fcc9b63559a946fdca39da 100644 (file)
@@ -454,6 +454,8 @@ misc:
 
 changes:
   <<: *precheck_job
+  except:
+    - pipelines
   script:
     - sh util/tabify-changes < CHANGES > CHANGES.tmp
     - diff -urNap CHANGES CHANGES.tmp