From 32c1e39df1f01f4b280d66bc1e4905ad1fdab72a Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:33:59 +0200 Subject: [PATCH] [PR #7055/fd9d9482 backport][stable-6] CI: ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs (#7056) CI: ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs (#7055) ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs. (cherry picked from commit fd9d94826778bc40ebccf882b19f959796735f59) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5c9c901ded..ebcc1dda26 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -171,8 +171,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: Alpine 3.17 - test: alpine/3.17 + - name: Alpine 3.18 + test: alpine/3.18 # - name: Fedora 38 # test: fedora/38 - name: Ubuntu 22.04