diff options
author | Rick Elrod <rick@elrod.me> | 2020-05-09 01:59:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 01:59:43 +0200 |
commit | de59b17c7f69d5cfb72479b71776cc8b97e29a6b (patch) | |
tree | 9d769e35067fe23863b8c7dd1863e3d0e7716754 /test/integration/targets/dnf | |
parent | lint (diff) | |
download | ansible-de59b17c7f69d5cfb72479b71776cc8b97e29a6b.tar.xz ansible-de59b17c7f69d5cfb72479b71776cc8b97e29a6b.zip |
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>
Diffstat (limited to 'test/integration/targets/dnf')
-rw-r--r-- | test/integration/targets/dnf/vars/Fedora.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/integration/targets/dnf/vars/Fedora.yml b/test/integration/targets/dnf/vars/Fedora.yml index af3de4c1cc..6e0a798c08 100644 --- a/test/integration/targets/dnf/vars/Fedora.yml +++ b/test/integration/targets/dnf/vars/Fedora.yml @@ -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' |