From 11e7232bd666fc9022cd984699ed2787f605b049 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 9 Apr 2023 14:27:39 +0200 Subject: [PATCH] For some reason some 2.9 tests were still running in AZP. --- .azure-pipelines/azure-pipelines.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c911405c..0d641dee 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -110,24 +110,6 @@ stages: test: opensuse15 - name: Ubuntu 20.04 test: ubuntu2004 - - stage: Docker_2_9 - displayName: Docker 2.9 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.9/linux/{0}/1 - targets: - - name: CentOS 6 - test: centos6 - - name: CentOS 7 - test: centos7 - - name: Fedora 31 - test: fedora31 - - name: Ubuntu 16.04 - test: ubuntu1604 - - name: Ubuntu 18.04 - test: ubuntu1804 ### Remote - stage: Remote_2_13