From de59b17c7f69d5cfb72479b71776cc8b97e29a6b Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 8 May 2020 18:59:43 -0500 Subject: 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 --- test/integration/targets/dnf/vars/Fedora.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/integration/targets/dnf') 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' -- cgit v1.2.3