]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix CI trigger for system test modications
authorNicki Křížek <nicki@isc.org>
Fri, 7 Nov 2025 10:30:23 +0000 (11:30 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Nov 2025 15:29:40 +0000 (16:29 +0100)
Use bin/tests/system/**/* to detect changes to files not just directly
inside the directory, but also all of its subdirectories.

See https://docs.gitlab.com/ci/yaml/#ruleschanges

(cherry picked from commit 0e3c24d7a7909365edeefd10a3284f2b29046a27)

.gitlab-ci.yml

index 498bc15abff4395b012defab066eb26c8c15fa06..ef95cd16c279fea08741829392b663a7608e8c5c 100644 (file)
@@ -304,7 +304,7 @@ stages:
 .rule_mr_system_tests: &rule_mr_system_tests
   - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'
     changes:
-      - 'bin/tests/system/**'
+      - 'bin/tests/system/**/*'
 
 .rule_mr_manual: &rule_mr_manual
   - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'