summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-04-30 11:35:12 -0500
committerGitHub <noreply@github.com>2021-04-30 11:35:12 -0500
commitd8c20a73a4c3d7d0383167a2c50dd077d15b1ba8 (patch)
treefef1882166f764f137c766124c7db79b7d19c918 /.azure-pipelines
parent6ea81b84edcb9ab38cd4a3cd716f30e08ad9e087 (diff)
downloadansible-d8c20a73a4c3d7d0383167a2c50dd077d15b1ba8.tar.gz
[ansible-test] Add Fedora 34, update Fedora 33 (#74506)
Change: - Added Fedora 34 container image to docker.txt - Dropped Fedora 32 from CI - Added Fedora 34 to CI - Updated Fedora 32 and 33 containers for ssh-related fixes - Move cron fix from 698eae3f3d5e3a1ad0931def5078823d2da16803 into cron_setup and make it more generic; it can affect modern distros too. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
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 2c86122201..bac309c1f4 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -120,10 +120,10 @@ stages:
test: centos7
- name: CentOS 8
test: centos8
- - name: Fedora 32
- test: fedora32
- name: Fedora 33
test: fedora33
+ - name: Fedora 34
+ test: fedora34
- name: openSUSE 15 py2
test: opensuse15py2
- name: openSUSE 15 py3
@@ -192,10 +192,10 @@ stages:
test: centos7
- name: CentOS 8
test: centos8
- - name: Fedora 32
- test: fedora32
- name: Fedora 33
test: fedora33
+ - name: Fedora 34
+ test: fedora34
- name: openSUSE 15 py2
test: opensuse15py2
- name: openSUSE 15 py3