summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2023-05-11 14:36:36 +0200
committerGitHub <noreply@github.com>2023-05-11 14:36:36 +0200
commit156493eed59b5eb2542399fbb95b8cce73a61049 (patch)
treef541d7cd76a48e1dd4048479a6e58ea82c66980a
parentaacab0633a963e7a89fc1e6ac71cdf06553f96ab (diff)
downloadansible-156493eed59b5eb2542399fbb95b8cce73a61049.tar.gz
ansible-test - Add RHEL 9.2 support (#80755)
-rw-r--r--.azure-pipelines/azure-pipelines.yml12
-rw-r--r--changelogs/fragments/ansible-test-rhel-9.2.yml2
-rw-r--r--test/lib/ansible_test/_data/completion/remote.txt1
3 files changed, 9 insertions, 6 deletions
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