From e1c198f77532274be9f9b293b850d3d80d50ed52 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 19 Mar 2024 11:51:15 +0100 Subject: [PATCH] test nightly on Debian 12 --- theforeman.org/pipelines/vars/foreman/nightly.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/theforeman.org/pipelines/vars/foreman/nightly.groovy b/theforeman.org/pipelines/vars/foreman/nightly.groovy index fce449f3..6392965b 100644 --- a/theforeman.org/pipelines/vars/foreman/nightly.groovy +++ b/theforeman.org/pipelines/vars/foreman/nightly.groovy @@ -15,6 +15,7 @@ def foreman_debian_releases = ['bullseye', 'bookworm', 'focal', 'jammy'] def pipelines_deb = [ 'install': [ 'debian11', + 'debian12', 'ubuntu2004', 'ubuntu2204' ],