From 918fbcea12efa453ae4b244902b0d615e1abe0d5 Mon Sep 17 00:00:00 2001 From: Andoni Duarte Pintado Date: Fri, 22 May 2026 17:38:40 +0200 Subject: [PATCH] Include common Gitlab CI YAML from isc-projects/bind9-qa The template file .gitlab-ci-common.yml is to be used across ISC projects, while it is maintained in the isc-projects/bind9-qa project. (cherry picked from commit 1c31e6fea91f72c3282b47400d51b00aed5a9e15) --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d5c8908a8..a51b88ddc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,10 @@ workflow: auto_cancel: on_new_commit: interruptible +include: + - project: 'isc-projects/bind9-qa' + file: '/.gitlab-ci-common.yml' + stages: - autoconf - quick-checks