diff options
author | Matt Clay <matt@mystile.com> | 2021-10-15 23:04:00 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-10-16 01:06:18 +0200 |
commit | 58744acb84bf165a027a78be76b857ae7449eab4 (patch) | |
tree | 1c0fe13d24ce0d63ef2f624a6fee16a61eb3dfed /.azure-pipelines | |
parent | Removed unused test/support modules (#76048) (diff) | |
download | ansible-58744acb84bf165a027a78be76b857ae7449eab4.tar.xz ansible-58744acb84bf165a027a78be76b857ae7449eab4.zip |
Remove centos8 from CI matrix.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d6cb73190f..094cf27aa2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -117,8 +117,6 @@ stages: test: alpine3 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34 @@ -189,8 +187,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34 |