From 32fa588f47613e4eafc477258f5e8576bb878dc3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 15 Nov 2023 22:21:39 +0100 Subject: [PATCH] CI: Add rhel/9.3 for devel, remove rhel/9.2 (#7524) * Add rhel/9.3 for devel, remove rhel/9.2. * Also skip rhel/9.3 when skipping rhel/9.2. * snapd is also on available on RHEL 9.3. --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 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 + tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml | 6 ++++++ tests/integration/targets/ufw/aliases | 1 + 7 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5d8445666b..b4c6ccb95f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -189,8 +189,8 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -207,6 +207,8 @@ stages: targets: #- name: macOS 13.2 # test: macos/13.2 + - name: RHEL 9.2 + test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 #- name: FreeBSD 13.2 diff --git a/tests/integration/targets/django_manage/aliases b/tests/integration/targets/django_manage/aliases index f921242f48..9790549169 100644 --- a/tests/integration/targets/django_manage/aliases +++ b/tests/integration/targets/django_manage/aliases @@ -17,3 +17,4 @@ skip/rhel8.8 skip/rhel9.0 skip/rhel9.1 skip/rhel9.2 +skip/rhel9.3 diff --git a/tests/integration/targets/homectl/aliases b/tests/integration/targets/homectl/aliases index 956aa8056e..ea9b442302 100644 --- a/tests/integration/targets/homectl/aliases +++ b/tests/integration/targets/homectl/aliases @@ -10,3 +10,4 @@ skip/macos skip/rhel9.0 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.1 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.2 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ +skip/rhel9.3 # 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 8d11f3d6e8..c43162366d 100644 --- a/tests/integration/targets/iso_extract/aliases +++ b/tests/integration/targets/iso_extract/aliases @@ -10,5 +10,6 @@ skip/osx # FIXME skip/rhel9.0 # FIXME skip/rhel9.1 # FIXME skip/rhel9.2 # FIXME +skip/rhel9.3 # FIXME skip/freebsd12.4 # FIXME skip/freebsd13.2 # FIXME diff --git a/tests/integration/targets/odbc/aliases b/tests/integration/targets/odbc/aliases index fdb25d5e70..63cd465de1 100644 --- a/tests/integration/targets/odbc/aliases +++ b/tests/integration/targets/odbc/aliases @@ -10,5 +10,6 @@ skip/rhel8.0 skip/rhel9.0 skip/rhel9.1 skip/rhel9.2 +skip/rhel9.3 skip/freebsd skip/python2.6 diff --git a/tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml b/tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml new file mode 100644 index 0000000000..5bbfaff128 --- /dev/null +++ b/tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml @@ -0,0 +1,6 @@ +--- +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +# Do nothing diff --git a/tests/integration/targets/ufw/aliases b/tests/integration/targets/ufw/aliases index 92d3fa6187..209a1153e4 100644 --- a/tests/integration/targets/ufw/aliases +++ b/tests/integration/targets/ufw/aliases @@ -12,6 +12,7 @@ skip/rhel8.0 # FIXME skip/rhel9.0 # FIXME skip/rhel9.1 # FIXME skip/rhel9.2 # FIXME +skip/rhel9.3 # FIXME skip/docker needs/root needs/target/setup_epel