summaryrefslogtreecommitdiff
path: root/.azure-pipelines/azure-pipelines.yml
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-11-04 10:48:34 -0700
committerGitHub <noreply@github.com>2021-11-04 10:48:34 -0700
commit730194e2b61e3d3b3037c8da49ecc5a09e64adea (patch)
treea07c4070f7c68e0580e0c0ef45792d659a7a9369 /.azure-pipelines/azure-pipelines.yml
parent1b43298316576ff5e89cf484930c564e620554dd (diff)
downloadansible-730194e2b61e3d3b3037c8da49ecc5a09e64adea.tar.gz
ansible-test - Add RHEL 9 support. (#76217)
* Move RHEL pip package install into function. * Add RHEL 9 support to bootstrap script. * ansible-test - Add RHEL 9 support. * Add install and uninstall instructions for RHEL9 to paramiko tests * Skip incidental_inventory_docker_swarm on RHEL 9. * Update dnf tests for rhel9 * Fix prepare_http_tests on RHEL 9. * fix RHEL9 Python discovery tests to match distro map * Skip subversion test on RHEL 9.0b. Co-authored-by: Matt Martz <matt@sivel.net> Co-authored-by: Matt Davis <mrd@redhat.com>
Diffstat (limited to '.azure-pipelines/azure-pipelines.yml')
-rw-r--r--.azure-pipelines/azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 094cf27aa2..6f779a2f52 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -96,6 +96,8 @@ stages:
test: rhel/8.4@3.6
- name: RHEL 8.4 py38
test: rhel/8.4@3.8
+ - name: RHEL 9.0b
+ test: rhel/9.0b
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 13.0
@@ -173,6 +175,8 @@ stages:
test: rhel/8.4@3.6
- name: RHEL 8.4 py38
test: rhel/8.4@3.8
+ - name: RHEL 9.0b
+ test: rhel/9.0b
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 13.0