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.