From: Michał Kępień Date: Mon, 11 May 2026 14:07:47 +0000 (+0200) Subject: Increase GIT_DEPTH for the "assign-milestones" job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac4a577597fe3c8d38a86c1317472edca39fc5d;p=thirdparty%2Fbind9.git Increase GIT_DEPTH for the "assign-milestones" job Cloning tags with the default GIT_DEPTH of 1 prevents the milestone assignment script from identifying any merge requests that are included in a given release. Fix by increasing GIT_DEPTH to an arbitrary value that is high enough for practical purposes. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdd71eb601d..9637a4bfb25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2051,6 +2051,8 @@ assign-milestones: needs: - job: sign artifacts: false + variables: + GIT_DEPTH: 1000 script: - | "${CI_PROJECT_DIR}"/bind9-qa/releng/assign_mrs_to_versioned_milestones.py --version "${CI_COMMIT_TAG}" --metadata "${CI_PROJECT_DIR}"/bind9-qa/releng/metadata.json