diff options
author | Rick Elrod <rick@elrod.me> | 2020-12-12 01:46:51 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-01-06 05:48:08 +0100 |
commit | b96732fa6bd61fb0b91be64e1580bf96df5e4ff2 (patch) | |
tree | 497c5d04aeb8eedccc83cc8d1b276d412ea516fc /.azure-pipelines | |
parent | remove doc survey banner (#73119) (diff) | |
download | ansible-b96732fa6bd61fb0b91be64e1580bf96df5e4ff2.tar.xz ansible-b96732fa6bd61fb0b91be64e1580bf96df5e4ff2.zip |
[ansible-test] Add Fedora 33 support and drop F31
Change:
- Changes to make F33 work with current tests
- Add F33 to docker.txt
- Add F33 to AZP config
Test Plan:
- ci_complete
Signed-off-by: Rick Elrod <rick@elrod.me>
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 1edccb067a..64fd085b33 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -118,10 +118,10 @@ stages: test: centos7 - name: CentOS 8 test: centos8 - - name: Fedora 31 - test: fedora31 - name: Fedora 32 test: fedora32 + - name: Fedora 33 + test: fedora33 - name: openSUSE 15 py2 test: opensuse15py2 - name: openSUSE 15 py3 @@ -188,10 +188,10 @@ stages: test: centos7 - name: CentOS 8 test: centos8 - - name: Fedora 31 - test: fedora31 - name: Fedora 32 test: fedora32 + - name: Fedora 33 + test: fedora33 - name: openSUSE 15 py2 test: opensuse15py2 - name: openSUSE 15 py3 |