From 0939f127ca5fa431df6d88758796c0cb1590174f Mon Sep 17 00:00:00 2001 From: Raluca Chis Date: Wed, 9 Feb 2022 14:23:09 +0200 Subject: [PATCH] CI: drop centOS 8 build Signed-off-by: Raluca Chis --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39cdca59d..af4b780fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,6 @@ stages: OS_TYPE: 'centos_docker' OS_VERSION: centos7 artifactName: 'Linux-CentOS-7-x86_64' - centos_8_x86_64: - imageName: 'ubuntu-latest' - OS_TYPE: 'centos_docker' - OS_VERSION: centos8 - artifactName: 'Linux-CentOS-8-x86_64' ubuntu_16_04_x86_64: imageName: 'ubuntu-latest' OS_TYPE: 'ubuntu_docker'