Replace remote test env RHEL9.7 and 10.1 with 9.8 and 10.2 (#763)

- Replace 9.7 with 9.8
- Replace 10.1 with 10.2
- Addresses https://github.com/ansible/ansible/pull/87120

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2026-07-01 10:39:34 +09:00
committed by GitHub
parent 18f2f69c53
commit e114652e45
2 changed files with 7 additions and 4 deletions

View File

@@ -271,10 +271,10 @@ stages:
parameters:
testFormat: devel/{0}/1
targets:
- name: RHEL 10.1
test: rhel/10.1
- name: RHEL 9.7
test: rhel/9.7
- name: RHEL 10.2
test: rhel/10.2
- name: RHEL 9.8
test: rhel/9.8
- name: FreeBSD 14.4
test: freebsd/14.4
- name: FreeBSD 15.0

View File

@@ -0,0 +1,3 @@
---
trivial:
- Replace AZP remote test RHEL9.7 and RHEL10.1 with 9.8 and 10.2 for devel branch.