From: Andoni Duarte Pintado Date: Fri, 22 May 2026 15:38:40 +0000 (+0200) Subject: Include common Gitlab CI YAML from isc-projects/bind9-qa X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=918fbcea12efa453ae4b244902b0d615e1abe0d5;p=thirdparty%2Fbind9.git 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) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d5c8908a89..a51b88ddc09 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