From: Michal Nowak Date: Wed, 13 May 2026 17:01:44 +0000 (+0200) Subject: Inherit global CONFIGURE variable for stress tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5cb84652f2c34c6801bf10e94aad5b71af60f2;p=thirdparty%2Fbind9.git Inherit global CONFIGURE variable for stress tests CONFIGURE is needed to build BIND 9 stress tests of 9.20 and 9.18 branches. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f076557771..d2c297ffc65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2379,6 +2379,7 @@ stress-test-child-pipeline: inherit: variables: - CI_REGISTRY_IMAGE + - CONFIGURE rules: - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null' changes: