diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/community/crypto/.azure-pipelines | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+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.yml | 183 |
1 files changed, 88 insertions, 95 deletions
diff --git a/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml b/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml index d9ae3f866..8697acd43 100644 --- a/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml +++ b/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml @@ -46,7 +46,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:3.0.0 + image: quay.io/ansible/azure-pipelines-test-container:4.0.1 pool: Standard @@ -65,6 +65,17 @@ stages: test: 'devel/sanity/extra' - name: Units test: 'devel/units/1' + - stage: Ansible_2_16 + displayName: Sanity & Units 2.16 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + targets: + - name: Sanity + test: '2.16/sanity/1' + - name: Units + test: '2.16/units/1' - stage: Ansible_2_15 displayName: Sanity & Units 2.15 dependsOn: [] @@ -87,17 +98,6 @@ stages: test: '2.14/sanity/1' - name: Units test: '2.14/units/1' - - stage: Ansible_2_13 - displayName: Sanity & Units 2.13 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - targets: - - name: Sanity - test: '2.13/sanity/1' - - name: Units - test: '2.13/units/1' ### Docker - stage: Docker_devel displayName: Docker devel @@ -107,12 +107,8 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 37 - test: fedora37 - - name: openSUSE 15 - test: opensuse15 - - name: Ubuntu 20.04 - test: ubuntu2004 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 22.04 test: ubuntu2204 - name: Alpine 3 @@ -120,50 +116,46 @@ stages: groups: - 1 - 2 - - stage: Docker_2_15 - displayName: Docker 2.15 + - stage: Docker_2_16 + displayName: Docker 2.16 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.15/linux/{0} + testFormat: 2.16/linux/{0} targets: - - name: CentOS 7 - test: centos7 + - name: Fedora 38 + test: fedora38 + - name: openSUSE 15 + test: opensuse15 groups: - 1 - 2 - - stage: Docker_2_14 - displayName: Docker 2.14 + - stage: Docker_2_15 + displayName: Docker 2.15 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.14/linux/{0} + testFormat: 2.15/linux/{0} targets: - - name: Fedora 36 - test: fedora36 + - name: Fedora 37 + test: fedora37 + - name: CentOS 7 + test: centos7 groups: - 1 - 2 - - stage: Docker_2_13 - displayName: Docker 2.13 + - stage: Docker_2_14 + displayName: Docker 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.13/linux/{0} + testFormat: 2.14/linux/{0} targets: - - name: openSUSE 15 py2 - test: opensuse15py2 - - name: Fedora 35 - test: fedora35 - - name: Fedora 34 - test: fedora34 - - name: Ubuntu 18.04 - test: ubuntu1804 - - name: Alpine 3 - test: alpine3 + - name: Ubuntu 20.04 + test: ubuntu2004 groups: - 1 - 2 @@ -179,12 +171,10 @@ stages: targets: - name: Debian Bullseye test: debian-bullseye/3.9 + - name: Debian Bookworm + test: debian-bookworm/3.11 - name: ArchLinux test: archlinux/3.11 - - name: CentOS Stream 8 with Python 3.9 - test: centos-stream8/3.9 - - name: CentOS Stream 8 with Python 3.6 - test: centos-stream8/3.6 groups: - 1 - 2 @@ -198,12 +188,10 @@ stages: parameters: testFormat: devel/{0} targets: - - name: Alpine 3.17 - test: alpine/3.17 - - name: Fedora 37 - test: fedora/37 - - name: Ubuntu 20.04 - test: ubuntu/20.04 + - name: Alpine 3.18 + test: alpine/3.18 + - name: Fedora 39 + test: fedora/39 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: @@ -218,15 +206,28 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 9.1 - test: rhel/9.1 - - name: FreeBSD 12.4 - test: freebsd/12.4 + - name: RHEL 9.3 + test: rhel/9.3 - name: FreeBSD 13.2 test: freebsd/13.2 groups: - 1 - 2 + - stage: Remote_2_16 + displayName: Remote 2.16 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.16/{0} + targets: + - name: RHEL 9.2 + test: rhel/9.2 + - name: RHEL 8.8 + test: rhel/8.8 + groups: + - 1 + - 2 - stage: Remote_2_15 displayName: Remote 2.15 dependsOn: [] @@ -235,10 +236,16 @@ stages: parameters: testFormat: 2.15/{0} targets: + - name: RHEL 9.1 + test: rhel/9.1 + - name: RHEL 8.7 + test: rhel/8.7 - name: RHEL 7.9 test: rhel/7.9 - - name: FreeBSD 13.1 - test: freebsd/13.1 + # - name: FreeBSD 13.1 + # test: freebsd/13.1 + # - name: FreeBSD 12.4 + # test: freebsd/12.4 groups: - 1 - 2 @@ -250,27 +257,12 @@ stages: parameters: testFormat: 2.14/{0} targets: - - name: macOS 12.0 - test: macos/12.0 + #- name: macOS 12.0 + # test: macos/12.0 - name: RHEL 9.0 test: rhel/9.0 - - name: FreeBSD 12.3 - test: freebsd/12.3 - groups: - - 1 - - 2 - - stage: Remote_2_13 - displayName: Remote 2.13 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.13/{0} - targets: - - name: RHEL 8.5 - test: rhel/8.5 - - name: FreeBSD 13.0 - test: freebsd/13.0 + #- name: FreeBSD 12.4 + # test: freebsd/12.4 groups: - 1 - 2 @@ -284,53 +276,54 @@ stages: nameFormat: Python {0} testFormat: devel/generic/{0} targets: - - test: 2.7 - - test: 3.6 - test: 3.7 # - test: 3.8 # - test: 3.9 # - test: "3.10" - test: "3.11" + - test: "3.12" groups: - 1 - 2 - - stage: Generic_2_15 - displayName: Generic 2.15 + - stage: Generic_2_16 + displayName: Generic 2.16 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: 2.15/generic/{0} + testFormat: 2.16/generic/{0} targets: - - test: 3.5 - - test: "3.10" + - test: "2.7" + - test: "3.6" + - test: "3.11" groups: - 1 - 2 - - stage: Generic_2_14 - displayName: Generic 2.14 + - stage: Generic_2_15 + displayName: Generic 2.15 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: 2.14/generic/{0} + testFormat: 2.15/generic/{0} targets: - - test: 3.9 + - test: 3.5 + - test: "3.10" groups: - 1 - 2 - - stage: Generic_2_13 - displayName: Generic 2.13 + - stage: Generic_2_14 + displayName: Generic 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: 2.13/generic/{0} + testFormat: 2.14/generic/{0} targets: - - test: 3.8 + - test: 3.9 groups: - 1 - 2 @@ -341,22 +334,22 @@ stages: condition: succeededOrFailed() dependsOn: - Ansible_devel + - Ansible_2_16 - Ansible_2_15 - Ansible_2_14 - - Ansible_2_13 - Remote_devel_extra_vms - Remote_devel + - Remote_2_16 - Remote_2_15 - Remote_2_14 - - Remote_2_13 - Docker_devel + - Docker_2_16 - Docker_2_15 - Docker_2_14 - - Docker_2_13 - Docker_community_devel - Generic_devel + - Generic_2_16 - Generic_2_15 - Generic_2_14 - - Generic_2_13 jobs: - template: templates/coverage.yml |