From b22bc7783d80adfa111c39e440a105269880744f Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 15 Nov 2023 19:06:48 -0500 Subject: [PATCH 1/2] Tidy up targets key Signed-off-by: mulhern --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 73724cde22..ca8cab1f08 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -42,11 +42,11 @@ jobs: - job: tests identifier: cockpit trigger: pull_request + targets: + - fedora-development notifications: failure_comment: message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check." - targets: - - fedora-development tf_extra_params: environments: - artifacts: From 509e3abd037b13956f40bde2dd56a088aab8125d Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 15 Nov 2023 19:08:29 -0500 Subject: [PATCH 2/2] 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 ca8cab1f08..cf30df4a2f 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