From 156493eed59b5eb2542399fbb95b8cce73a61049 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 11 May 2023 14:36:36 +0200 Subject: ansible-test - Add RHEL 9.2 support (#80755) --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ changelogs/fragments/ansible-test-rhel-9.2.yml | 2 ++ test/lib/ansible_test/_data/completion/remote.txt | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/ansible-test-rhel-9.2.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2b5beb0fdb..0e2524fc59 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -92,8 +92,8 @@ stages: test: rhel/8.7@3.6 - name: RHEL 8.7 py39 test: rhel/8.7@3.9 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 9.2 + test: rhel/9.2 - name: FreeBSD 12.4 test: freebsd/12.4 - name: FreeBSD 13.1 @@ -110,8 +110,8 @@ stages: test: macos/13.2 - name: RHEL 8.7 test: rhel/8.7 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 9.2 + test: rhel/9.2 - name: FreeBSD 13.1 test: freebsd/13.1 - name: FreeBSD 13.2 @@ -129,8 +129,8 @@ stages: test: fedora/37 - name: RHEL 8.7 test: rhel/8.7 - - name: RHEL 9.1 - test: rhel/9.1 + - name: RHEL 9.2 + test: rhel/9.2 - name: Ubuntu 20.04 test: ubuntu/20.04 - name: Ubuntu 22.04 diff --git a/changelogs/fragments/ansible-test-rhel-9.2.yml b/changelogs/fragments/ansible-test-rhel-9.2.yml new file mode 100644 index 0000000000..5720e3ddd1 --- /dev/null +++ b/changelogs/fragments/ansible-test-rhel-9.2.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add support for RHEL 9.2 remotes. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index c4f21303c0..a0063446fa 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -11,6 +11,7 @@ macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 rhel/7.9 python=2.7 become=sudo provider=aws arch=x86_64 rhel/8.7 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64 rhel/9.1 python=3.9 become=sudo provider=aws arch=x86_64 +rhel/9.2 python=3.9 become=sudo provider=aws arch=x86_64 rhel become=sudo provider=aws arch=x86_64 ubuntu/20.04 python=3.8,3.9 become=sudo provider=aws arch=x86_64 ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64 -- cgit v1.2.1