Update CI mateix:

* Replate RHEL 9.2 with 9.3 on Remote tests
* Replate RHEL 8.x with 8.8 on Remote tests

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito 2023-11-16 10:02:58 +09:00
parent 542643e786
commit b0ca3efa60
2 changed files with 23 additions and 20 deletions

View file

@ -215,8 +215,8 @@ stages:
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.8 - name: RHEL 8.8
test: rhel/8.8 test: rhel/8.8
- 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
- stage: Remote_2_15 - stage: Remote_2_15
@ -231,10 +231,10 @@ stages:
test: macos/13.2 test: macos/13.2
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.7 - name: RHEL 8.8
test: rhel/8.7 test: rhel/8.8
- name: RHEL 9.1 - name: RHEL 9.3
test: rhel/9.1 test: rhel/9.3
- name: FreeBSD 12.4 - name: FreeBSD 12.4
test: freebsd/12.4 test: freebsd/12.4
- name: FreeBSD 13.1 - name: FreeBSD 13.1
@ -251,10 +251,10 @@ stages:
test: macos/12.0 test: macos/12.0
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.6 - name: RHEL 8.8
test: rhel/8.6 test: rhel/8.8
- name: RHEL 9.0 - name: RHEL 9.3
test: rhel/9.0 test: rhel/9.3
- name: FreeBSD 12.3 - name: FreeBSD 12.3
test: freebsd/12.3 test: freebsd/12.3
- name: FreeBSD 13.1 - name: FreeBSD 13.1
@ -271,8 +271,8 @@ stages:
test: macos/12.0 test: macos/12.0
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.5 - name: RHEL 8.8
test: rhel/8.5 test: rhel/8.8
- name: FreeBSD 12.3 - name: FreeBSD 12.3
test: freebsd/12.3 test: freebsd/12.3
- name: FreeBSD 13.0 - name: FreeBSD 13.0
@ -289,8 +289,8 @@ stages:
test: macos/11.1 test: macos/11.1
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.4 - name: RHEL 8.8
test: rhel/8.4 test: rhel/8.8
- name: FreeBSD 13.0 - name: FreeBSD 13.0
test: freebsd/13.0 test: freebsd/13.0
- stage: Remote_2_11 - stage: Remote_2_11
@ -305,8 +305,8 @@ stages:
test: macos/11.1 test: macos/11.1
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.3 - name: RHEL 8.8
test: rhel/8.3 test: rhel/8.8
- stage: Remote_2_10 - stage: Remote_2_10
displayName: Remote 2.10 displayName: Remote 2.10
dependsOn: [] dependsOn: []
@ -317,8 +317,8 @@ stages:
targets: targets:
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.2 - name: RHEL 8.8
test: rhel/8.2 test: rhel/8.8
- stage: Remote_2_9 - stage: Remote_2_9
displayName: Remote 2.9 displayName: Remote 2.9
dependsOn: [] dependsOn: []
@ -329,8 +329,8 @@ stages:
targets: targets:
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.1 - name: RHEL 8.8
test: rhel/8.1 test: rhel/8.8
## Finally ## Finally

View file

@ -0,0 +1,3 @@
---
trivial:
- "Move RHEL version to 9.3 and 8.8 on Remote test(https://github.com/ansible-collections/ansible.posix/issues/506)."