diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index aa83203d585..7ff098717e6 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -92,10 +92,10 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 py36 - test: rhel/8.3@3.6 - - name: RHEL 8.3 py38 - test: rhel/8.3@3.8 + - name: RHEL 8.4 py36 + test: rhel/8.4@3.6 + - name: RHEL 8.4 py38 + test: rhel/8.4@3.8 - name: FreeBSD 12.2 test: freebsd/12.2 - name: FreeBSD 13.0 @@ -173,10 +173,10 @@ stages: test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.3 py36 - test: rhel/8.3@3.6 - - name: RHEL 8.3 py38 - test: rhel/8.3@3.8 + - name: RHEL 8.4 py36 + test: rhel/8.4@3.6 + - name: RHEL 8.4 py38 + test: rhel/8.4@3.8 - name: FreeBSD 12.2 test: freebsd/12.2 - name: FreeBSD 13.0 diff --git a/changelogs/fragments/75362-add-rhel-8.4-remote.yml b/changelogs/fragments/75362-add-rhel-8.4-remote.yml new file mode 100644 index 00000000000..159946e9459 --- /dev/null +++ b/changelogs/fragments/75362-add-rhel-8.4-remote.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add RHEL 8.4 as a remote. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 704da1f732b..e8521472561 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -4,4 +4,5 @@ freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin macos/11.1 python=3.9 python_dir=/usr/local/bin rhel/7.9 python=2.7 rhel/8.3 python=3.6,3.8 +rhel/8.4 python=3.6,3.8 aix/7.2 python=2.7 temp-unicode=disabled pip-check=disabled