summaryrefslogtreecommitdiff
path: root/.azure-pipelines/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/azure-pipelines.yml')
-rw-r--r--.azure-pipelines/azure-pipelines.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 6babf1f425..5dd0eb2771 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -106,6 +106,23 @@ stages:
- 3
- 4
- 5
+ - template: templates/matrix.yml # context/controller (ansible-test container management)
+ parameters:
+ targets:
+ - name: Alpine 3.16
+ test: alpine/3.16
+ - name: Fedora 36
+ test: fedora/36
+ - name: RHEL 8.5
+ test: rhel/8.5
+ - name: RHEL 9.0
+ test: rhel/9.0
+ - name: Ubuntu 20.04
+ test: ubuntu/20.04
+ - name: Ubuntu 22.04
+ test: ubuntu/22.04
+ groups:
+ - 6
- stage: Docker
dependsOn: []
jobs: