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.
This commit is contained in:
Andoni Duarte Pintado 2026-05-22 17:38:40 +02:00 committed by Andoni Duarte
parent 3e32c55213
commit 1c31e6fea9

View file

@ -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