diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2023-08-01 20:54:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 20:54:33 +0200 |
commit | 6d1f85bbe937d671f6bef06837e3be428c692d41 (patch) | |
tree | e84db329eb83c8a4163908c75448c7544bfc01b1 /.azure-pipelines | |
parent | fixed become page link in PE error message (#81391) (diff) | |
download | ansible-6d1f85bbe937d671f6bef06837e3be428c692d41.tar.xz ansible-6d1f85bbe937d671f6bef06837e3be428c692d41.zip |
ansible-test: remove alpine 3.17 (#81124)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5d4dbf257d..37c7e5c6be 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -116,8 +116,6 @@ stages: - template: templates/matrix.yml # context/controller (ansible-test container management) parameters: targets: - - name: Alpine 3.17 - test: alpine/3.17 - name: Alpine 3.18 test: alpine/3.18 - name: Fedora 38 |