diff options
author | Matt Clay <matt@mystile.com> | 2021-09-30 12:15:43 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-09-30 14:13:50 -0700 |
commit | 68ab92e22ac57079fe156b51bed7858fce920cbf (patch) | |
tree | 64daa3094f382be6bb36e606ab21003b77a0c1fb /.azure-pipelines | |
parent | 827981c7dd3bb9d8a9d1e571a0cea6f51fbb7e65 (diff) | |
download | ansible-68ab92e22ac57079fe156b51bed7858fce920cbf.zip |
ansible-test - Remove support for Python 2.6.
Deferring removal of obsolete constraints until container updates are required.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c8e181eae3..d6cb73190f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -62,7 +62,6 @@ stages: nameFormat: Python {0} testFormat: units/{0} targets: - - test: 2.6 - test: 2.7 - test: 3.5 - test: 3.6 @@ -116,8 +115,6 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: CentOS 6 - test: centos6 - name: CentOS 7 test: centos7 - name: CentOS 8 @@ -190,8 +187,6 @@ stages: parameters: testFormat: i/linux/{0} targets: - - name: CentOS 6 - test: centos6 - name: CentOS 7 test: centos7 - name: CentOS 8 |