summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/.azure-pipelines
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:06:02 +0000
commite3eb94c23206603103f3c4faec6c227f59a1544c (patch)
treef2639459807ba88f55fc9c54d745bd7075d7f15c /ansible_collections/community/general/.azure-pipelines
parentReleasing progress-linux version 9.4.0+dfsg-1~progress7.99u1. (diff)
downloadansible-e3eb94c23206603103f3c4faec6c227f59a1544c.tar.xz
ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.zip
Merging upstream version 9.5.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/general/.azure-pipelines')
-rw-r--r--ansible_collections/community/general/.azure-pipelines/azure-pipelines.yml131
1 files changed, 62 insertions, 69 deletions
diff --git a/ansible_collections/community/general/.azure-pipelines/azure-pipelines.yml b/ansible_collections/community/general/.azure-pipelines/azure-pipelines.yml
index 163d71b62..be8f011bd 100644
--- a/ansible_collections/community/general/.azure-pipelines/azure-pipelines.yml
+++ b/ansible_collections/community/general/.azure-pipelines/azure-pipelines.yml
@@ -73,40 +73,40 @@ stages:
- test: 3
- test: 4
- test: extra
- - stage: Sanity_2_16
- displayName: Sanity 2.16
+ - stage: Sanity_2_17
+ displayName: Sanity 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Test {0}
- testFormat: 2.16/sanity/{0}
+ testFormat: 2.17/sanity/{0}
targets:
- test: 1
- test: 2
- test: 3
- test: 4
- - stage: Sanity_2_15
- displayName: Sanity 2.15
+ - stage: Sanity_2_16
+ displayName: Sanity 2.16
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Test {0}
- testFormat: 2.15/sanity/{0}
+ testFormat: 2.16/sanity/{0}
targets:
- test: 1
- test: 2
- test: 3
- test: 4
- - stage: Sanity_2_14
- displayName: Sanity 2.14
+ - stage: Sanity_2_15
+ displayName: Sanity 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Test {0}
- testFormat: 2.14/sanity/{0}
+ testFormat: 2.15/sanity/{0}
targets:
- test: 1
- test: 2
@@ -122,12 +122,22 @@ stages:
nameFormat: Python {0}
testFormat: devel/units/{0}/1
targets:
- - test: 3.7
- test: 3.8
- test: 3.9
- test: '3.10'
- test: '3.11'
- test: '3.12'
+ - stage: Units_2_17
+ displayName: Units 2.17
+ dependsOn: []
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ nameFormat: Python {0}
+ testFormat: 2.17/units/{0}/1
+ targets:
+ - test: 3.7
+ - test: "3.12"
- stage: Units_2_16
displayName: Units 2.16
dependsOn: []
@@ -151,16 +161,6 @@ stages:
targets:
- test: 3.5
- test: "3.10"
- - stage: Units_2_14
- displayName: Units 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- nameFormat: Python {0}
- testFormat: 2.14/units/{0}/1
- targets:
- - test: 3.9
## Remote
- stage: Remote_devel_extra_vms
@@ -191,14 +191,26 @@ stages:
test: macos/14.3
- name: RHEL 9.3
test: rhel/9.3
- - name: FreeBSD 13.3
- test: freebsd/13.3
- name: FreeBSD 14.0
test: freebsd/14.0
groups:
- 1
- 2
- 3
+ - 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
+ - 3
- stage: Remote_2_16
displayName: Remote 2.16
dependsOn: []
@@ -241,24 +253,6 @@ stages:
- 1
- 2
- 3
- - stage: Remote_2_14
- displayName: Remote 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- testFormat: 2.14/{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
- groups:
- - 1
- - 2
- - 3
### Docker
- stage: Docker_devel
@@ -275,6 +269,18 @@ stages:
test: ubuntu2004
- name: Ubuntu 22.04
test: ubuntu2204
+ groups:
+ - 1
+ - 2
+ - 3
+ - 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:
@@ -315,20 +321,6 @@ stages:
- 1
- 2
- 3
- - stage: Docker_2_14
- displayName: Docker 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- testFormat: 2.14/linux/{0}
- targets:
- - name: Alpine 3
- test: alpine3
- groups:
- - 1
- - 2
- - 3
### Community Docker
- stage: Docker_community_devel
@@ -360,6 +352,17 @@ stages:
nameFormat: Python {0}
testFormat: devel/generic/{0}/1
targets:
+ - test: '3.8'
+ - test: '3.11'
+ - stage: Generic_2_17
+ displayName: Generic 2.17
+ dependsOn: []
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ nameFormat: Python {0}
+ testFormat: 2.17/generic/{0}/1
+ targets:
- test: '3.7'
- test: '3.12'
- stage: Generic_2_16
@@ -384,42 +387,32 @@ stages:
testFormat: 2.15/generic/{0}/1
targets:
- test: '3.9'
- - stage: Generic_2_14
- displayName: Generic 2.14
- dependsOn: []
- jobs:
- - template: templates/matrix.yml
- parameters:
- nameFormat: Python {0}
- testFormat: 2.14/generic/{0}/1
- targets:
- - test: '3.10'
- stage: Summary
condition: succeededOrFailed()
dependsOn:
- Sanity_devel
+ - Sanity_2_17
- Sanity_2_16
- Sanity_2_15
- - Sanity_2_14
- Units_devel
+ - Units_2_17
- Units_2_16
- Units_2_15
- - Units_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
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
# - Generic_devel
+# - Generic_2_17
# - Generic_2_16
# - Generic_2_15
-# - Generic_2_14
jobs:
- template: templates/coverage.yml