1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[PR #6739/068a799b backport][stable-7] Add RHEL 8.7, 8.8, and 9.2 to CI (#6743)

Add RHEL 8.7, 8.8, and 9.2 to CI (#6739)

* Add RHEL 8.7, 8.8, and 9.2 to CI.

* Add more ignores.

* Disable another test.

(cherry picked from commit 068a799bba)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2023-06-20 07:15:26 +02:00 committed by GitHub
parent f24302f301
commit cbb29febd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 8 deletions

View file

@ -189,8 +189,10 @@ stages:
targets: targets:
- name: macOS 13.2 - name: macOS 13.2
test: macos/13.2 test: macos/13.2
- name: RHEL 9.1 - name: RHEL 9.2
test: rhel/9.1 test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
- name: FreeBSD 13.2 - name: FreeBSD 13.2
test: freebsd/13.2 test: freebsd/13.2
- name: FreeBSD 12.4 - name: FreeBSD 12.4
@ -207,6 +209,10 @@ stages:
parameters: parameters:
testFormat: 2.15/{0} testFormat: 2.15/{0}
targets: targets:
- name: RHEL 9.1
test: rhel/9.1
- name: RHEL 8.7
test: rhel/8.7
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: FreeBSD 13.1 - name: FreeBSD 13.1

View file

@ -11,5 +11,9 @@ skip/rhel8.2
skip/rhel8.3 skip/rhel8.3
skip/rhel8.4 skip/rhel8.4
skip/rhel8.5 skip/rhel8.5
skip/rhel8.6
skip/rhel8.7
skip/rhel8.8
skip/rhel9.0 skip/rhel9.0
skip/rhel9.1 skip/rhel9.1
skip/rhel9.2

View file

@ -9,3 +9,4 @@ skip/osx
skip/macos 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/

View file

@ -9,5 +9,6 @@ skip/aix
skip/osx # FIXME skip/osx # FIXME
skip/rhel9.0 # FIXME skip/rhel9.0 # FIXME
skip/rhel9.1 # FIXME skip/rhel9.1 # FIXME
skip/rhel9.2 # FIXME
skip/freebsd12.4 # FIXME skip/freebsd12.4 # FIXME
skip/freebsd13.2 # FIXME skip/freebsd13.2 # FIXME

View file

@ -9,4 +9,5 @@ skip/macos
skip/rhel8.0 skip/rhel8.0
skip/rhel9.0 skip/rhel9.0
skip/rhel9.1 skip/rhel9.1
skip/rhel9.2
skip/freebsd skip/freebsd

View file

@ -1,6 +0,0 @@
---
# 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

View file

@ -0,0 +1 @@
nothing.yml

View file

@ -0,0 +1 @@
nothing.yml

View file

@ -11,6 +11,7 @@ skip/freebsd
skip/rhel8.0 # FIXME 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/docker skip/docker
needs/root needs/root
needs/target/setup_epel needs/target/setup_epel