mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 05:12:54 +00:00
Improve CI (#539)
* Update CI scripts to be more close to the ones in ansible-core.
* Extend CI matrix.
* Mark more VMs.
* Revert "Mark more VMs."
This reverts commit 8bc79af636.
* Disable alpine VMs for get_certificate due to httptester problems.
* Improve retrieval of cryptsetup version.
* ACME 'emulator' won't work on Alpine either.
* Improve luks test setup.
* Make sure wipefs is installed on Alpine.
* dmsetup (from device-mapper) is used by the tests.
* Fix bcrypt install failure handling.
* String, not float.
* openssl_privatekey_convert is not an action module.
* Update Python info.
* Try out which VMs can be used by now.
* Enable ACME tests on all VMs but Alpine; update comment.
* Adjust acme-tiny shebang.
* Remove new entries from CI matrix.
This commit is contained in:
@@ -22,6 +22,10 @@ system_python_version_data:
|
||||
- '3.9'
|
||||
'34':
|
||||
- '3.9'
|
||||
'35':
|
||||
- '3.10'
|
||||
'36':
|
||||
- '3.10'
|
||||
Ubuntu:
|
||||
'16':
|
||||
- '2.7'
|
||||
@@ -29,6 +33,8 @@ system_python_version_data:
|
||||
- '3.6'
|
||||
'20':
|
||||
- '3.8'
|
||||
'22':
|
||||
- '3.10'
|
||||
Darwin:
|
||||
'10.11':
|
||||
- '2.7'
|
||||
@@ -67,6 +73,8 @@ system_python_version_data:
|
||||
'11':
|
||||
- '3.9'
|
||||
Alpine:
|
||||
'3.16':
|
||||
- '3.10'
|
||||
'3.15':
|
||||
- '3.9'
|
||||
'3.12':
|
||||
|
||||
Reference in New Issue
Block a user