From ad5cb84652f2c34c6801bf10e94aad5b71af60f2 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 8f07655777..d2c297ffc6 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: