From e114652e45e47c78953e791df0c25a244af72ce1 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 1 Jul 2026 10:39:34 +0900 Subject: [PATCH] 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 --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- changelogs/fragments/763_ci_azp_update_devel.yml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/763_ci_azp_update_devel.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 0b31b24..7fb0542 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 diff --git a/changelogs/fragments/763_ci_azp_update_devel.yml b/changelogs/fragments/763_ci_azp_update_devel.yml new file mode 100644 index 0000000..1acdbd9 --- /dev/null +++ b/changelogs/fragments/763_ci_azp_update_devel.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Replace AZP remote test RHEL9.7 and RHEL10.1 with 9.8 and 10.2 for devel branch.