From b0ca3efa60512ab74786d54e1e656489c12f9357 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Thu, 16 Nov 2023 10:02:58 +0900 Subject: [PATCH] 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 --- .azure-pipelines/azure-pipelines.yml | 40 +++++++++++++------------- changelogs/fragments/507_ci_update.yml | 3 ++ 2 files changed, 23 insertions(+), 20 deletions(-) create mode 100644 changelogs/fragments/507_ci_update.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 06db55e..468c871 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -215,8 +215,8 @@ stages: test: rhel/7.9 - name: RHEL 8.8 test: rhel/8.8 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 - stage: Remote_2_15 @@ -231,10 +231,10 @@ stages: test: macos/13.2 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.7 - test: rhel/8.7 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 8.8 + test: rhel/8.8 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 12.4 test: freebsd/12.4 - name: FreeBSD 13.1 @@ -251,10 +251,10 @@ stages: test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 - test: rhel/8.6 - - name: RHEL 9.0 - test: rhel/9.0 + - name: RHEL 8.8 + test: rhel/8.8 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 12.3 test: freebsd/12.3 - name: FreeBSD 13.1 @@ -271,8 +271,8 @@ stages: test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.5 - test: rhel/8.5 + - name: RHEL 8.8 + test: rhel/8.8 - name: FreeBSD 12.3 test: freebsd/12.3 - name: FreeBSD 13.0 @@ -289,8 +289,8 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.4 - test: rhel/8.4 + - name: RHEL 8.8 + test: rhel/8.8 - name: FreeBSD 13.0 test: freebsd/13.0 - stage: Remote_2_11 @@ -305,8 +305,8 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 - test: rhel/8.3 + - name: RHEL 8.8 + test: rhel/8.8 - stage: Remote_2_10 displayName: Remote 2.10 dependsOn: [] @@ -317,8 +317,8 @@ stages: targets: - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.2 - test: rhel/8.2 + - name: RHEL 8.8 + test: rhel/8.8 - stage: Remote_2_9 displayName: Remote 2.9 dependsOn: [] @@ -329,8 +329,8 @@ stages: targets: - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.1 - test: rhel/8.1 + - name: RHEL 8.8 + test: rhel/8.8 ## Finally diff --git a/changelogs/fragments/507_ci_update.yml b/changelogs/fragments/507_ci_update.yml new file mode 100644 index 0000000..e33a1f8 --- /dev/null +++ b/changelogs/fragments/507_ci_update.yml @@ -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)."