summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-11-04 17:20:17 -0700
committerGitHub <noreply@github.com>2021-11-04 17:20:17 -0700
commitf42ffe16d29f00cca38b7b53566e18d36edfc461 (patch)
treed2d15c0c0efe6aaaa98fd235fff8f7d215b0cc83 /.azure-pipelines
parent57989c2bcb7b76a05ceaa62d44bd00311f2b142c (diff)
downloadansible-f42ffe16d29f00cca38b7b53566e18d36edfc461.tar.gz
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.yml8
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