From fff48c2bf32b5b188e2c3367658a281c35771118 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 15 Nov 2023 19:08:29 -0500 Subject: [PATCH] Use fedora-all for our tests Being Rust, stratisd has to release in all the Fedoras. Now that all our releases are in, we can build again, so it is appropriate to test again on all the Fedoras. Signed-off-by: mulhern --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 8dcb9242dc7..ebc3f18e90e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,13 +30,13 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-rawhide + - fedora-all - job: tests identifier: local trigger: pull_request targets: - - fedora-rawhide + - fedora-all # run Cockpit storage tests, see plans/ with `cockpit == yes` - job: tests