From f6ac12ed23e7e25b7acc4f919faf727d71311ae6 Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Sun, 8 Nov 2020 22:40:54 +0800 Subject: [PATCH] reduce deb package tests --- azure-pipelines.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa63fbaf7a2..50818bcfb58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -716,27 +716,9 @@ jobs: condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual')) strategy: matrix: - Xenial: - deb_system: ubuntu - distro: xenial - Trusty: - deb_system: ubuntu - distro: trusty - Bionic: - deb_system: ubuntu - distro: bionic - Eoan: - deb_system: ubuntu - distro: eoan Focal: deb_system: ubuntu distro: focal - Jessie: - deb_system: debian - distro: jessie - Stretch: - deb_system: debian - distro: stretch Buster: deb_system: debian distro: buster