From b3106eea93b8fbc444ad438ef96bd3ee5183d279 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 29 Sep 2021 22:55:03 +0900 Subject: [PATCH] Remove unsupported CentOS platform from azure-pipelines Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c0be539..41a0926 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -51,12 +51,6 @@ stages: parameters: testFormat: devel/linux/{0}/1 targets: - - name: CentOS 6 - test: centos6 - - name: CentOS 7 - test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34