diff options
author | Matt Clay <matt@mystile.com> | 2022-01-06 17:43:24 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-01-06 19:41:41 -0800 |
commit | 2285483a597c0c1faf3e6475af56a196cb41f43a (patch) | |
tree | a89058ff0d142a44e76e11edfcca720315fc50f7 /.azure-pipelines | |
parent | aa67ff2cf26fe46d82cb56e4c4066fd652c9f03f (diff) | |
download | ansible-2285483a597c0c1faf3e6475af56a196cb41f43a.tar.gz |
Remove obsolete incidental tests from matrix.
The removed matrix entries no longer run any tests.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5b05e94f5a..f9fa0a2fd0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -167,42 +167,10 @@ stages: parameters: testFormat: i/{0} targets: - - name: macOS 11.1 - test: macos/11.1 - - name: RHEL 7.9 - test: rhel/7.9 - name: RHEL 8.5 py36 test: rhel/8.5@3.6 - name: RHEL 8.5 py38 test: rhel/8.5@3.8 - - name: RHEL 9.0b - test: rhel/9.0b - - name: FreeBSD 12.2 - test: freebsd/12.2 - - name: FreeBSD 13.0 - test: freebsd/13.0 - - stage: Incidental_Docker - displayName: Incidental Docker - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: i/linux/{0} - targets: - - name: CentOS 7 - test: centos7 - - name: Fedora 34 - test: fedora34 - - name: Fedora 35 - test: fedora35 - - 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: Incidental_Windows displayName: Incidental Windows dependsOn: [] @@ -245,7 +213,6 @@ stages: - Galaxy - Generic - Incidental_Remote - - Incidental_Docker - Incidental_Windows - Incidental jobs: |