parent
84c1a20af7
commit
73c8577b61
|
@ -127,6 +127,8 @@ stages:
|
||||||
test: ubuntu1804
|
test: ubuntu1804
|
||||||
- name: Ubuntu 20.04
|
- name: Ubuntu 20.04
|
||||||
test: ubuntu2004
|
test: ubuntu2004
|
||||||
|
- name: Alpine 3
|
||||||
|
test: alpine3
|
||||||
- stage: Docker_2_12
|
- stage: Docker_2_12
|
||||||
displayName: Docker 2.12
|
displayName: Docker 2.12
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
@ -159,6 +161,8 @@ stages:
|
||||||
test: opensuse15py2
|
test: opensuse15py2
|
||||||
- name: Ubuntu 18.04
|
- name: Ubuntu 18.04
|
||||||
test: ubuntu1804
|
test: ubuntu1804
|
||||||
|
- name: Alpine 3
|
||||||
|
test: alpine3
|
||||||
- stage: Docker_2_10
|
- stage: Docker_2_10
|
||||||
displayName: Docker 2.10
|
displayName: Docker 2.10
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
openssl_package_name: openssl
|
||||||
|
cryptography_package_name: py-cryptography
|
||||||
|
cryptography_package_name_python3: py3-cryptography
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
pyopenssl_package_name: py-openssl
|
||||||
|
pyopenssl_package_name_python3: py3-openssl
|
|
@ -58,6 +58,11 @@ system_python_version_data:
|
||||||
Debian:
|
Debian:
|
||||||
'11':
|
'11':
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
Alpine:
|
||||||
|
'3.15':
|
||||||
|
- '3.9'
|
||||||
|
'3.12':
|
||||||
|
- '3.8'
|
||||||
|
|
||||||
cannot_upgrade_cryptography:
|
cannot_upgrade_cryptography:
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
openssh_client_package_name: openssh
|
Loading…
Reference in New Issue