diff options
author | Matt Clay <matt@mystile.com> | 2025-01-07 22:46:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 22:46:48 +0100 |
commit | 648dcd3a6ab036b5e34c9f1cd89c0558a6be5251 (patch) | |
tree | cf24ce74924dd19e7bebc461c0aba657a334a5eb /.azure-pipelines/azure-pipelines.yml | |
parent | Add Keycloak service account auth capability to ansible-galaxy (#83145) (diff) | |
download | ansible-648dcd3a6ab036b5e34c9f1cd89c0558a6be5251.tar.xz ansible-648dcd3a6ab036b5e34c9f1cd89c0558a6be5251.zip |
ansible-test - Replace Fedora 40 with 41 (#84281)
* ansible-test - Replace Fedora 40 with 41
Also update other distro containers to remove unnecessary packages:
* apache2
* subversion
* ruby
* Fix subversion test on Ubuntu
Also remove obsolete vars files from subversion test.
* Skip dnf test on Fedora 41+
The dnf5 test is all that is needed.
* Support dnf5 for the package test
* Extend unix-chkpwd work-around for Fedora
Diffstat (limited to '.azure-pipelines/azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c3619bc034..33c250125c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -121,8 +121,8 @@ stages: targets: - name: Alpine 3.20 test: alpine/3.20 - - name: Fedora 40 - test: fedora/40 + - name: Fedora 41 + test: fedora/41 - name: RHEL 9.4 test: rhel/9.4 - name: Ubuntu 24.04 @@ -138,8 +138,8 @@ stages: targets: - name: Alpine 3.20 test: alpine320 - - name: Fedora 40 - test: fedora40 + - name: Fedora 41 + test: fedora41 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 @@ -153,8 +153,8 @@ stages: targets: - name: Alpine 3.20 test: alpine320 - - name: Fedora 40 - test: fedora40 + - name: Fedora 41 + test: fedora41 - name: Ubuntu 24.04 test: ubuntu2404 groups: |