From 0a661a65065980bafdde4a93929008a0f5156a91 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:26:51 +0100 Subject: [PATCH] [PR #11387/d4089ca2 backport][stable-10] Update RHEL 9.x to 9.7 in CI (#11393) Update RHEL 9.x to 9.7 in CI (#11387) * Update RHEL 9.x to 9.7 in CI. * Add skips. (cherry picked from commit d4089ca29a7be7d3c58bd92ce498e3f18c706785) Co-authored-by: Felix Fontein --- .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 d83f822915..97a5a6ddf2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -167,8 +167,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 @@ -185,8 +185,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 @@ -205,8 +203,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 c14251f85e..483730d828 100644 --- a/tests/integration/targets/django_command/aliases +++ b/tests/integration/targets/django_command/aliases @@ -21,4 +21,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 c14251f85e..483730d828 100644 --- a/tests/integration/targets/django_manage/aliases +++ b/tests/integration/targets/django_manage/aliases @@ -21,4 +21,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