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=41d128bbf1857a383500497071c213d1576e55cc;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 3575787873d..33de4de247f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2583,6 +2583,7 @@ stress-test-child-pipeline: inherit: variables: - CI_REGISTRY_IMAGE + - CONFIGURE rules: - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null' changes: