diff options
author | Matt Clay <mclay@redhat.com> | 2021-11-04 17:20:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 17:20:17 -0700 |
commit | f42ffe16d29f00cca38b7b53566e18d36edfc461 (patch) | |
tree | d2d15c0c0efe6aaaa98fd235fff8f7d215b0cc83 /.azure-pipelines | |
parent | 57989c2bcb7b76a05ceaa62d44bd00311f2b142c (diff) | |
download | ansible-f42ffe16d29f00cca38b7b53566e18d36edfc461.zip |
ansible-test - Add Fedora 35 test container. (#76228)
* ansible-test - Add Fedora 35 test container.
* Added Fedora 35 to CI and removed Fedora 33 from CI.
* Fix dnf integration test.
* Fix connection_paramiko_ssh test.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 6f779a2f52..817796b788 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -119,10 +119,10 @@ stages: test: alpine3 - name: CentOS 7 test: centos7 - - name: Fedora 33 - test: fedora33 - name: Fedora 34 test: fedora34 + - name: Fedora 35 + test: fedora35 - name: openSUSE 15 py2 test: opensuse15py2 - name: openSUSE 15 py3 @@ -191,10 +191,10 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: Fedora 33 - test: fedora33 - name: Fedora 34 test: fedora34 + - name: Fedora 35 + test: fedora35 - name: openSUSE 15 py2 test: opensuse15py2 - name: openSUSE 15 py3 |