mirror of https://github.com/ansible/ansible.git
Add Fedora 32 to CI (#69222)
Change: Adds Fedora 32 to shippable and alters tests slightly for new Fedora. Test Plan: CI Tickets: Fixes #69230 Co-authored-by: Matt Clay <matt@mystile.com>pull/60692/head
parent
98fbd1b72f
commit
de59b17c7f
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Added support for testing on Fedora 32.
|
@ -1,2 +1,6 @@
|
||||
astream_name: '@stratis:1/default'
|
||||
astream_name_no_stream: '@stratis/default'
|
||||
astream_name: '@hub:pre-release/default'
|
||||
|
||||
# For this to work, it needs to be that only shows once in `dnf module list`.
|
||||
# Such packages, that exist on all the versions we test on, are hard to come by.
|
||||
# TODO: This would be solved by using our own repo with modularity/streams.
|
||||
astream_name_no_stream: '@hub/default'
|
||||
|
Loading…
Reference in New Issue