diff options
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 |