From 14a42505a94609e656fdac6f9c231e4220c4b953 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 1 Oct 2021 13:45:57 +0200 Subject: [PATCH] Ansible-core devel dropped support for Python 2.6. (cherry picked from commit 2a7e452cf85616ec2689383ea4c23e8adcd9161d) --- .azure-pipelines/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 54f2ef75..9185649d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -113,8 +113,6 @@ stages: parameters: testFormat: devel/linux/{0}/1 targets: - - name: CentOS 6 - test: centos6 - name: CentOS 7 test: centos7 - name: CentOS 8 @@ -139,6 +137,8 @@ stages: parameters: testFormat: 2.12/linux/{0}/1 targets: + - name: CentOS 6 + test: centos6 - name: CentOS 8 test: centos8 - name: Fedora 33 @@ -279,7 +279,6 @@ stages: nameFormat: Python {0} testFormat: devel/cloud/{0}/1 targets: - - test: 2.6 - test: 2.7 - test: 3.5 - test: 3.6 @@ -296,6 +295,7 @@ stages: nameFormat: Python {0} testFormat: 2.12/cloud/{0}/1 targets: + - test: 2.6 - test: 3.9 - stage: Cloud_2_11 displayName: Cloud 2.11