From 41d128bbf1857a383500497071c213d1576e55cc Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 13 May 2026 19:01:44 +0200 Subject: [PATCH] Inherit global CONFIGURE variable for stress tests CONFIGURE is needed to build BIND 9 stress tests of 9.20 and 9.18 branches. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3575787873..33de4de247 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: