mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.
This commit is contained in:
parent
8d886b42ec
commit
32fa588f47
7 changed files with 15 additions and 2 deletions
|
@ -189,8 +189,8 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- name: macOS 13.2
|
- name: macOS 13.2
|
||||||
test: macos/13.2
|
test: macos/13.2
|
||||||
- name: RHEL 9.2
|
- name: RHEL 9.3
|
||||||
test: rhel/9.2
|
test: rhel/9.3
|
||||||
- name: FreeBSD 13.2
|
- name: FreeBSD 13.2
|
||||||
test: freebsd/13.2
|
test: freebsd/13.2
|
||||||
groups:
|
groups:
|
||||||
|
@ -207,6 +207,8 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
#- name: macOS 13.2
|
#- name: macOS 13.2
|
||||||
# test: macos/13.2
|
# test: macos/13.2
|
||||||
|
- name: RHEL 9.2
|
||||||
|
test: rhel/9.2
|
||||||
- name: RHEL 8.8
|
- name: RHEL 8.8
|
||||||
test: rhel/8.8
|
test: rhel/8.8
|
||||||
#- name: FreeBSD 13.2
|
#- name: FreeBSD 13.2
|
||||||
|
|
|
@ -17,3 +17,4 @@ skip/rhel8.8
|
||||||
skip/rhel9.0
|
skip/rhel9.0
|
||||||
skip/rhel9.1
|
skip/rhel9.1
|
||||||
skip/rhel9.2
|
skip/rhel9.2
|
||||||
|
skip/rhel9.3
|
||||||
|
|
|
@ -10,3 +10,4 @@ skip/macos
|
||||||
skip/rhel9.0 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/
|
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.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.2 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/
|
||||||
|
skip/rhel9.3 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/
|
||||||
|
|
|
@ -10,5 +10,6 @@ skip/osx # FIXME
|
||||||
skip/rhel9.0 # FIXME
|
skip/rhel9.0 # FIXME
|
||||||
skip/rhel9.1 # FIXME
|
skip/rhel9.1 # FIXME
|
||||||
skip/rhel9.2 # FIXME
|
skip/rhel9.2 # FIXME
|
||||||
|
skip/rhel9.3 # FIXME
|
||||||
skip/freebsd12.4 # FIXME
|
skip/freebsd12.4 # FIXME
|
||||||
skip/freebsd13.2 # FIXME
|
skip/freebsd13.2 # FIXME
|
||||||
|
|
|
@ -10,5 +10,6 @@ skip/rhel8.0
|
||||||
skip/rhel9.0
|
skip/rhel9.0
|
||||||
skip/rhel9.1
|
skip/rhel9.1
|
||||||
skip/rhel9.2
|
skip/rhel9.2
|
||||||
|
skip/rhel9.3
|
||||||
skip/freebsd
|
skip/freebsd
|
||||||
skip/python2.6
|
skip/python2.6
|
||||||
|
|
|
@ -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
|
|
@ -12,6 +12,7 @@ skip/rhel8.0 # FIXME
|
||||||
skip/rhel9.0 # FIXME
|
skip/rhel9.0 # FIXME
|
||||||
skip/rhel9.1 # FIXME
|
skip/rhel9.1 # FIXME
|
||||||
skip/rhel9.2 # FIXME
|
skip/rhel9.2 # FIXME
|
||||||
|
skip/rhel9.3 # FIXME
|
||||||
skip/docker
|
skip/docker
|
||||||
needs/root
|
needs/root
|
||||||
needs/target/setup_epel
|
needs/target/setup_epel
|
||||||
|
|
Loading…
Reference in a new issue