From 9d641b443f086f1eaebfb88c5e6a72f59719b911 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 13 Nov 2023 10:58:40 +0100 Subject: [PATCH] Run cockpit storage tests in PRs This provides additional API/regression validation for stratisd PRs. See https://cockpit-project.org/blog/tmt-cross-project-testing.html Fixes https://issues.redhat.com/browse/COCKPIT-1070 Signed-off-by: Martin Pitt --- .packit.yaml | 18 ++++++++++++++++++ plans/cockpit.fmf | 20 ++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 plans/cockpit.fmf diff --git a/.packit.yaml b/.packit.yaml index 6252e8be580..be02ab7b785 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -37,3 +37,21 @@ jobs: manual_trigger: true targets: - fedora-rawhide + + # run Cockpit storage tests, see plans/ with `revdeps == yes` + - job: tests + identifier: revdeps + trigger: pull_request + notifications: + failure_comment: + message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check." + targets: + - fedora-development + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo + tmt: + context: + revdeps: "yes" diff --git a/plans/cockpit.fmf b/plans/cockpit.fmf new file mode 100644 index 00000000000..e656d9b1158 --- /dev/null +++ b/plans/cockpit.fmf @@ -0,0 +1,20 @@ +# reverse dependency test for https://github.com/cockpit-project/cockpit +# packit should automatically notify the cockpit maintainers on failures. +# For questions, please contact @martinpitt, @jelly, @mvollmer + +enabled: false +adjust+: + when: revdeps == yes + enabled: true + +discover: + how: fmf + url: https://github.com/cockpit-project/cockpit + ref: main +execute: + how: tmt + +/optional: + summary: Run tests for optional packages (including storage) + discover+: + test: /test/browser/optional