From 0bab08ee33a1aad1908f54534b48ece66cff7c50 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 14 Nov 2023 08:23:44 +0100 Subject: [PATCH] ansible-test - Add RHEL 9.3 support (#82178) Fixes #82020 --- .azure-pipelines/azure-pipelines.yml | 16 ++++++++-------- changelogs/fragments/ansible-test-rhel-9.3.yml | 2 ++ .../lib/ansible_test/_data/completion/remote.txt | 1 + 3 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 changelogs/fragments/ansible-test-rhel-9.3.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3390c34feb8..4fbd7456ee3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -79,10 +79,10 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 py39 - test: rhel/9.2@3.9 - - name: RHEL 9.2 py311 - test: rhel/9.2@3.11 + - name: RHEL 9.3 py39 + test: rhel/9.3@3.9 + - name: RHEL 9.3 py311 + test: rhel/9.3@3.11 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -93,8 +93,8 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 groups: @@ -108,8 +108,8 @@ stages: test: alpine/3.18 - name: Fedora 38 test: fedora/38 - - name: RHEL 9.2 - test: rhel/9.2 + - name: RHEL 9.3 + test: rhel/9.3 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: diff --git a/changelogs/fragments/ansible-test-rhel-9.3.yml b/changelogs/fragments/ansible-test-rhel-9.3.yml new file mode 100644 index 00000000000..b8d1a3f3b49 --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel-9.3.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add support for RHEL 9.3 remotes. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index d30f5ebb64e..106c195bacf 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -7,6 +7,7 @@ freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/13.2 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 rhel/9.2 python=3.9,3.11 become=sudo provider=aws arch=x86_64 +rhel/9.3 python=3.9,3.11 become=sudo provider=aws arch=x86_64 rhel become=sudo provider=aws arch=x86_64 ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64 ubuntu become=sudo provider=aws arch=x86_64