summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-01-31 09:34:36 -0800
committerMatt Clay <matt@mystile.com>2022-01-31 10:49:17 -0800
commit380033afcff52d1d5e77446e98f339ceb9ef7be5 (patch)
treeeb08b0ca171efc96667662faf588d6d0a64ad69b
parent80c9a74c55985b904db54d36cafcb0e41884b32c (diff)
downloadansible-380033afcff52d1d5e77446e98f339ceb9ef7be5.tar.gz
Remove centos8 from CI.
CentOS 8 has been EOL for ~1 month now.
-rw-r--r--.azure-pipelines/azure-pipelines.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index fc2bb3875e..e29a1f0cf6 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -118,8 +118,6 @@ stages:
test: centos6
- name: CentOS 7
test: centos7
- - name: CentOS 8
- test: centos8
- name: Fedora 32
test: fedora32
- name: Fedora 33
@@ -190,8 +188,6 @@ stages:
test: centos6
- name: CentOS 7
test: centos7
- - name: CentOS 8
- test: centos8
- name: Fedora 32
test: fedora32
- name: Fedora 33