From 924f3af5cea5aad313874afec2d3f549a828292f Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Tue, 31 May 2022 10:35:05 +0900 Subject: [PATCH] 2022-05-31-06 --- .azure-pipelines/azure-pipelines.yml | 136 ++++++++++++++++++++++++--- 1 file changed, 122 insertions(+), 14 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 77b1d6d..5d9aafc 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -49,7 +49,7 @@ stages: jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0}/1 + testFormat: devel/linux/{0} targets: - name: CentOS 7 test: centos7 @@ -57,6 +57,12 @@ stages: test: fedora35 - name: Fedora 36 test: fedora36 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 20.04 + test: ubuntu2004 + - name: Ubuntu 22.04 + test: ubuntu2204 - stage: Docker_2_13 displayName: Docker 2.13 dependsOn: [] @@ -67,8 +73,16 @@ stages: targets: - name: CentOS 7 test: centos7 + - name: Fedora 34 + test: fedora34 - name: Fedora 35 test: fedora35 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 18.04 + test: ubuntu1804 + - name: Ubuntu 20.04 + test: ubuntu2004 - stage: Docker_2_12 displayName: Docker 2.12 dependsOn: [] @@ -77,8 +91,22 @@ stages: parameters: testFormat: 2.12/linux/{0}/1 targets: + - name: CentOS 6 + test: centos6 - name: CentOS 7 test: centos7 + - name: Fedora 33 + test: fedora33 + - name: Fedora 34 + test: fedora34 + - name: openSUSE 15 py2 + test: opensuse15py2 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 18.04 + test: ubuntu1804 + - name: Ubuntu 20.04 + test: ubuntu2004 - stage: Docker_2_11 displayName: Docker 2.11 dependsOn: [] @@ -87,8 +115,22 @@ stages: parameters: testFormat: 2.11/linux/{0}/1 targets: + - name: CentOS 6 + test: centos6 - name: CentOS 7 test: centos7 + - name: Fedora 32 + test: fedora32 + - name: Fedora 33 + test: fedora33 + - name: openSUSE 15 py2 + test: opensuse15py2 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 18.04 + test: ubuntu1804 + - name: Ubuntu 20.04 + test: ubuntu2004 - stage: Docker_2_9 displayName: Docker 2.9 dependsOn: [] @@ -97,8 +139,22 @@ stages: parameters: testFormat: 2.9/linux/{0}/1 targets: + - name: CentOS 6 + test: centos6 - name: CentOS 7 test: centos7 + - name: Fedora 30 + test: fedora30 + - name: Fedora 31 + test: fedora31 + - name: openSUSE 15 py2 + test: opensuse15py2 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 16.04 + test: ubuntu1604 + - name: Ubuntu 18.04 + test: ubuntu1804 ## Remote - stage: Remote_devel @@ -107,62 +163,112 @@ stages: jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0}/1 + testFormat: devel/{0} targets: + - name: MacOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.6 test: rhel/8.6 - name: RHEL 9.0 test: rhel/9.0 + - name: FreeBSD 12.3 + test: freebsd/12.3 + - name: FreeBSD 13.1 + test: freebsd/13.1 + groups: + - 1 + - 2 + - 3 - stage: Remote_2_13 displayName: Remote 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.13/{0}/1 + testFormat: 2.13/{0} targets: + - name: MacOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 - test: rhel/8.6 + - name: RHEL 8.5 + test: rhel/8.5 + - name: FreeBSD 12.3 + test: freebsd/12.3 + - name: FreeBSD 13.0 + test: freebsd/13.0 + groups: + - 1 + - 2 + - 3 - stage: Remote_2_12 displayName: Remote 2.12 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.12/{0}/1 + testFormat: 2.12/{0} targets: + - name: MacOS 11.1 + test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 - test: rhel/8.6 + - name: RHEL 8.4 + test: rhel/8.4 + - name: FreeBSD 12.2 + test: freebsd/12.2 + - name: FreeBSD 13.0 + test: freebsd/13.0 + groups: + - 1 + - 2 + - 3 - stage: Remote_2_11 displayName: Remote 2.11 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.11/{0}/1 + testFormat: 2.11/{0} targets: + - name: MacOS 11.1 + test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 - test: rhel/8.6 + - name: RHEL 8.3 + test: rhel/8.3 + - name: FreeBSD 11.4 + test: freebsd/11.4 + - name: FreeBSD 12.2 + test: freebsd/12.2 + groups: + - 1 + - 2 + - 3 - stage: Remote_2_9 displayName: Remote 2.9 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: 2.9/{0}/1 + testFormat: 2.9/{0} targets: + - name: OS X 10.11 + test: osx/10.11 - name: RHEL 7.9 test: rhel/7.9 - - name: RHEL 8.6 - test: rhel/8.6 + - name: RHEL 8.1 + test: rhel/8.1 + - name: FreeBSD 11.1 + test: freebsd/11.1 + - name: FreeBSD 12.0 + test: freebsd/12.0 + groups: + - 1 + - 2 + - 3 ## Finally @@ -171,6 +277,8 @@ stages: dependsOn: - Remote_2_9 - Docker_2_9 + - Remote_2_10 + - Docker_2_10 - Remote_2_11 - Docker_2_11 - Remote_2_12