diff options
author | Matt Clay <matt@mystile.com> | 2024-03-22 05:06:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 05:06:25 +0100 |
commit | a1ad7100dfb4f673f567453e3ea4ca812dc75924 (patch) | |
tree | 2a78ff5aa61b767d67cd0f16abe0b2a4f9f0efb6 /.azure-pipelines | |
parent | ansible-test - Add alpine 3.19 (#82115) (diff) | |
download | ansible-a1ad7100dfb4f673f567453e3ea4ca812dc75924.tar.xz ansible-a1ad7100dfb4f673f567453e3ea4ca812dc75924.zip |
ansible-test - Handle externally managed Python (#82883)
Remove EXTERNALLY-MANAGED marker in ansible-test managed environments
Additional changes:
- Test the Alpine 3.19 container
- Stop testing Alpine 3.18 container and remote
- Add missing changelog entry the Alpine 3.19 container
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c1ff7c70f2..a7897f9c49 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -108,8 +108,6 @@ stages: - template: templates/matrix.yml # context/controller (ansible-test container management) parameters: targets: - - name: Alpine 3.18 - test: alpine/3.18 - name: Alpine 3.19 test: alpine/3.19 - name: Fedora 39 @@ -127,8 +125,8 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3 - test: alpine3 + - name: Alpine 3.19 + test: alpine319 - name: Fedora 39 test: fedora39 - name: Ubuntu 20.04 @@ -142,8 +140,8 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3 - test: alpine3 + - name: Alpine 3.19 + test: alpine319 - name: Fedora 39 test: fedora39 - name: Ubuntu 22.04 |