From 792388a8d0e1616cc3f71b7a3a5be2e8bb7240e1 Mon Sep 17 00:00:00 2001 From: Koen Date: Mon, 2 Dec 2024 14:26:06 +0100 Subject: [PATCH] Exclude Noble from test --- doc/manual/source/installation.rst | 5 +++-- pkg/rules/packages-to-build.yml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/manual/source/installation.rst b/doc/manual/source/installation.rst index 50985e76..f80a8294 100644 --- a/doc/manual/source/installation.rst +++ b/doc/manual/source/installation.rst @@ -305,8 +305,9 @@ to get started. ``routinator-init`` and ``--accept-arin-rpa`` .. versionadded:: 0.13.0 Packages for Debian Bookworm 12 and RHEL 9 -.. versionadded:: tbd - Ubuntu packages for Noble 24.04 (LTS) +.. versionadded:: 0.14.1 + Ubuntu packages for Noble 24.04 (LTS), remove packages for Debian Stretch 9, + Ubuntu Xenial 16.04 (LTS), and Ubuntu Bionic 18.04 (LTS) Updating -------- diff --git a/pkg/rules/packages-to-build.yml b/pkg/rules/packages-to-build.yml index 1f24c088..373ee34e 100644 --- a/pkg/rules/packages-to-build.yml +++ b/pkg/rules/packages-to-build.yml @@ -84,8 +84,5 @@ test-mode: # those O/S versions yet. test-exclude: - pkg: 'routinator' - image: 'rockylinux:9' - mode: 'upgrade-from-published' - - pkg: 'routinator' - image: 'debian:bookworm' + image: 'ubuntu:noble' mode: 'upgrade-from-published'