From: Michał Kępień Date: Fri, 29 Mar 2024 07:27:49 +0000 (+0100) Subject: Do not check CHANGES in pre-release pipelines X-Git-Tag: v9.18.26~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4fa8e633519b9346c8a75a01cad4d84a29698f8;p=thirdparty%2Fbind9.git Do not check CHANGES in pre-release pipelines 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) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2a2199339f..70edde5c74a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -531,6 +531,8 @@ misc: changes: <<: *precheck_job + except: + - pipelines script: - sh util/tabify-changes < CHANGES > CHANGES.tmp - diff -urNap CHANGES CHANGES.tmp