From 1c31e6fea91f72c3282b47400d51b00aed5a9e15 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. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cabef25e3..46f23c9912 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,6 +104,10 @@ workflow: auto_cancel: on_new_commit: interruptible +include: + - project: 'isc-projects/bind9-qa' + file: '/.gitlab-ci-common.yml' + stages: - quick-checks - other-checks