summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/crypto/.azure-pipelines
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:05:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:05:56 +0000
commit67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch)
tree9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/community/crypto/.azure-pipelines
parentAdding upstream version 9.4.0+dfsg. (diff)
downloadansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz
ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/crypto/.azure-pipelines')
-rw-r--r--ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml136
1 files changed, 69 insertions, 67 deletions
diff --git a/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml b/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml
index 8697acd43..19a36fb46 100644
--- a/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml
+++ b/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml
@@ -65,6 +65,17 @@ stages:
test: 'devel/sanity/extra'
- name: Units
test: 'devel/units/1'
+ - stage: Ansible_2_17
+ displayName: Sanity & Units 2.17
+ dependsOn: []
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ targets:
+ - name: Sanity
+ test: '2.17/sanity/1'
+ - name: Units
+ test: '2.17/units/1'
- stage: Ansible_2_16
displayName: Sanity & Units 2.16
dependsOn: []
@@ -87,17 +98,6 @@ stages:
test: '2.15/sanity/1'
- name: Units
test: '2.15/units/1'
- - stage: Ansible_2_14
- displayName: Sanity & Units 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- targets:
- - name: Sanity
- test: '2.14/sanity/1'
- - name: Units
- test: '2.14/units/1'
### Docker
- stage: Docker_devel
displayName: Docker devel
@@ -111,8 +111,21 @@ stages:
test: fedora39
- name: Ubuntu 22.04
test: ubuntu2204
- - name: Alpine 3
- test: alpine3
+ - name: Alpine 3.19
+ test: alpine319
+ groups:
+ - 1
+ - 2
+ - stage: Docker_2_17
+ displayName: Docker 2.17
+ dependsOn: []
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ testFormat: 2.17/linux/{0}
+ targets:
+ - name: Alpine 3.19
+ test: alpine319
groups:
- 1
- 2
@@ -128,6 +141,8 @@ stages:
test: fedora38
- name: openSUSE 15
test: opensuse15
+ - name: Alpine 3
+ test: alpine3
groups:
- 1
- 2
@@ -146,19 +161,6 @@ stages:
groups:
- 1
- 2
- - stage: Docker_2_14
- displayName: Docker 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- testFormat: 2.14/linux/{0}
- targets:
- - name: Ubuntu 20.04
- test: ubuntu2004
- groups:
- - 1
- - 2
### Community Docker
- stage: Docker_community_devel
@@ -188,8 +190,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- - name: Alpine 3.18
- test: alpine/3.18
+ - name: Alpine 3.19
+ test: alpine/3.19
- name: Fedora 39
test: fedora/39
- name: Ubuntu 22.04
@@ -204,12 +206,25 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- - name: macOS 13.2
- test: macos/13.2
+ - name: macOS 14.3
+ test: macos/14.3
- name: RHEL 9.3
test: rhel/9.3
- - name: FreeBSD 13.2
- test: freebsd/13.2
+ - name: FreeBSD 14.0
+ test: freebsd/14.0
+ groups:
+ - 1
+ - 2
+ - stage: Remote_2_17
+ displayName: Remote 2.17
+ dependsOn: []
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ testFormat: 2.17/{0}
+ targets:
+ - name: FreeBSD 13.3
+ test: freebsd/13.3
groups:
- 1
- 2
@@ -221,10 +236,14 @@ stages:
parameters:
testFormat: 2.16/{0}
targets:
+ - name: macOS 13.2
+ test: macos/13.2
- name: RHEL 9.2
test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
+ - name: FreeBSD 13.2
+ test: freebsd/13.2
groups:
- 1
- 2
@@ -249,38 +268,34 @@ stages:
groups:
- 1
- 2
- - stage: Remote_2_14
- displayName: Remote 2.14
+### Generic
+ - stage: Generic_devel
+ displayName: Generic devel
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
- testFormat: 2.14/{0}
+ nameFormat: Python {0}
+ testFormat: devel/generic/{0}
targets:
- #- name: macOS 12.0
- # test: macos/12.0
- - name: RHEL 9.0
- test: rhel/9.0
- #- name: FreeBSD 12.4
- # test: freebsd/12.4
+ - test: 3.8
+ # - test: 3.9
+ # - test: "3.10"
+ - test: "3.11"
+ - test: "3.12"
groups:
- 1
- 2
-### Generic
- - stage: Generic_devel
- displayName: Generic devel
+ - stage: Generic_2_17
+ displayName: Generic 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
- testFormat: devel/generic/{0}
+ testFormat: 2.17/generic/{0}
targets:
- - test: 3.7
- # - test: 3.8
- # - test: 3.9
- # - test: "3.10"
- - test: "3.11"
+ - test: "3.7"
- test: "3.12"
groups:
- 1
@@ -314,19 +329,6 @@ stages:
groups:
- 1
- 2
- - stage: Generic_2_14
- displayName: Generic 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- nameFormat: Python {0}
- testFormat: 2.14/generic/{0}
- targets:
- - test: 3.9
- groups:
- - 1
- - 2
## Finally
@@ -334,22 +336,22 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
+ - Ansible_2_17
- Ansible_2_16
- Ansible_2_15
- - Ansible_2_14
- Remote_devel_extra_vms
- Remote_devel
+ - Remote_2_17
- Remote_2_16
- Remote_2_15
- - Remote_2_14
- Docker_devel
+ - Docker_2_17
- Docker_2_16
- Docker_2_15
- - Docker_2_14
- Docker_community_devel
- Generic_devel
+ - Generic_2_17
- Generic_2_16
- Generic_2_15
- - Generic_2_14
jobs:
- template: templates/coverage.yml