From 249d490f10c2949e261aa7a0581ee9881a9c6fc0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Oct 2021 08:33:38 +0200 Subject: [PATCH] Remove centos8 for devel from CI. (#3565) --- .azure-pipelines/azure-pipelines.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f0072ce45a..027a2f0932 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -297,8 +297,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34 @@ -325,8 +323,8 @@ stages: targets: - name: CentOS 6 test: centos6 - - name: CentOS 7 - test: centos7 + - name: CentOS 8 + test: centos8 - name: Fedora 34 test: fedora34 - name: openSUSE 15 py3 @@ -345,8 +343,8 @@ stages: parameters: testFormat: 2.11/linux/{0} targets: - - name: CentOS 8 - test: centos8 + - name: CentOS 7 + test: centos7 - name: Fedora 33 test: fedora33 - name: openSUSE 15 py2