Ansible-core devel dropped support for Python 2.6.
parent
74ae95038c
commit
2a7e452cf8
|
@ -113,8 +113,6 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/linux/{0}/1
|
testFormat: devel/linux/{0}/1
|
||||||
targets:
|
targets:
|
||||||
- name: CentOS 6
|
|
||||||
test: centos6
|
|
||||||
- name: CentOS 7
|
- name: CentOS 7
|
||||||
test: centos7
|
test: centos7
|
||||||
- name: CentOS 8
|
- name: CentOS 8
|
||||||
|
@ -139,6 +137,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.12/linux/{0}/1
|
testFormat: 2.12/linux/{0}/1
|
||||||
targets:
|
targets:
|
||||||
|
- name: CentOS 6
|
||||||
|
test: centos6
|
||||||
- name: CentOS 8
|
- name: CentOS 8
|
||||||
test: centos8
|
test: centos8
|
||||||
- name: Fedora 33
|
- name: Fedora 33
|
||||||
|
@ -277,7 +277,6 @@ stages:
|
||||||
nameFormat: Python {0}
|
nameFormat: Python {0}
|
||||||
testFormat: devel/cloud/{0}/1
|
testFormat: devel/cloud/{0}/1
|
||||||
targets:
|
targets:
|
||||||
- test: 2.6
|
|
||||||
- test: 2.7
|
- test: 2.7
|
||||||
- test: 3.5
|
- test: 3.5
|
||||||
- test: 3.6
|
- test: 3.6
|
||||||
|
@ -294,6 +293,7 @@ stages:
|
||||||
nameFormat: Python {0}
|
nameFormat: Python {0}
|
||||||
testFormat: 2.12/cloud/{0}/1
|
testFormat: 2.12/cloud/{0}/1
|
||||||
targets:
|
targets:
|
||||||
|
- test: 2.6
|
||||||
- test: 3.9
|
- test: 3.9
|
||||||
- stage: Cloud_2_11
|
- stage: Cloud_2_11
|
||||||
displayName: Cloud 2.11
|
displayName: Cloud 2.11
|
||||||
|
|
Loading…
Reference in New Issue