From d4089ca29a7be7d3c58bd92ce498e3f18c706785 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 Jan 2026 09:46:28 +0100 Subject: [PATCH] Update RHEL 9.x to 9.7 in CI (#11387) * Update RHEL 9.x to 9.7 in CI. * Add skips. --- .azure-pipelines/azure-pipelines.yml | 8 ++------ tests/integration/targets/django_command/aliases | 1 + tests/integration/targets/django_manage/aliases | 1 + tests/integration/targets/homectl/aliases | 1 + tests/integration/targets/iso_extract/aliases | 1 + tests/integration/targets/odbc/aliases | 1 + .../integration/targets/setup_snap/tasks/D-RedHat-9.7.yml | 1 + tests/integration/targets/ufw/aliases | 1 + 8 files changed, 9 insertions(+), 6 deletions(-) create mode 120000 tests/integration/targets/setup_snap/tasks/D-RedHat-9.7.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 168a30f491..764bd64a9c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -192,8 +192,8 @@ stages: test: macos/15.3 - name: RHEL 10.0 test: rhel/10.0 - - name: RHEL 9.6 - test: rhel/9.6 + - name: RHEL 9.7 + test: rhel/9.7 - name: FreeBSD 14.3 test: freebsd/14.3 - name: FreeBSD 13.5 @@ -226,8 +226,6 @@ stages: parameters: testFormat: 2.19/{0} targets: - - name: RHEL 9.5 - test: rhel/9.5 - name: RHEL 10.0 test: rhel/10.0 - name: FreeBSD 14.2 @@ -246,8 +244,6 @@ stages: targets: - name: macOS 14.3 test: macos/14.3 - - name: RHEL 9.4 - test: rhel/9.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: diff --git a/tests/integration/targets/django_command/aliases b/tests/integration/targets/django_command/aliases index 66f90abd5d..03b43c04ba 100644 --- a/tests/integration/targets/django_command/aliases +++ b/tests/integration/targets/django_command/aliases @@ -20,4 +20,5 @@ skip/rhel9.3 skip/rhel9.4 skip/rhel9.5 skip/rhel9.6 +skip/rhel9.7 skip/rhel10.0 diff --git a/tests/integration/targets/django_manage/aliases b/tests/integration/targets/django_manage/aliases index 66f90abd5d..03b43c04ba 100644 --- a/tests/integration/targets/django_manage/aliases +++ b/tests/integration/targets/django_manage/aliases @@ -20,4 +20,5 @@ skip/rhel9.3 skip/rhel9.4 skip/rhel9.5 skip/rhel9.6 +skip/rhel9.7 skip/rhel10.0 diff --git a/tests/integration/targets/homectl/aliases b/tests/integration/targets/homectl/aliases index 3621858566..34844fe8e2 100644 --- a/tests/integration/targets/homectl/aliases +++ b/tests/integration/targets/homectl/aliases @@ -14,4 +14,5 @@ skip/rhel9.3 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.4 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.5 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.6 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ +skip/rhel9.7 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel10.0 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ diff --git a/tests/integration/targets/iso_extract/aliases b/tests/integration/targets/iso_extract/aliases index 00569608e0..0025b0e5dd 100644 --- a/tests/integration/targets/iso_extract/aliases +++ b/tests/integration/targets/iso_extract/aliases @@ -14,6 +14,7 @@ skip/rhel9.3 # FIXME skip/rhel9.4 # FIXME skip/rhel9.5 # FIXME skip/rhel9.6 # FIXME +skip/rhel9.7 # FIXME skip/rhel10.0 # FIXME skip/freebsd12.4 # FIXME skip/freebsd13.2 # FIXME diff --git a/tests/integration/targets/odbc/aliases b/tests/integration/targets/odbc/aliases index ee15fde5bb..aa6607e015 100644 --- a/tests/integration/targets/odbc/aliases +++ b/tests/integration/targets/odbc/aliases @@ -14,5 +14,6 @@ skip/rhel9.3 skip/rhel9.4 skip/rhel9.5 skip/rhel9.6 +skip/rhel9.7 skip/rhel10.0 skip/freebsd diff --git a/tests/integration/targets/setup_snap/tasks/D-RedHat-9.7.yml b/tests/integration/targets/setup_snap/tasks/D-RedHat-9.7.yml new file mode 120000 index 0000000000..0b06951496 --- /dev/null +++ b/tests/integration/targets/setup_snap/tasks/D-RedHat-9.7.yml @@ -0,0 +1 @@ +nothing.yml \ No newline at end of file diff --git a/tests/integration/targets/ufw/aliases b/tests/integration/targets/ufw/aliases index 07227edc3f..c862895e35 100644 --- a/tests/integration/targets/ufw/aliases +++ b/tests/integration/targets/ufw/aliases @@ -16,6 +16,7 @@ skip/rhel9.3 # FIXME skip/rhel9.4 # FIXME skip/rhel9.5 # FIXME skip/rhel9.6 # FIXME +skip/rhel9.7 # FIXME skip/rhel10.0 # FIXME skip/docker needs/root