Skip to content

Commit

Permalink
Run cockpit storage tests in PRs
Browse files Browse the repository at this point in the history
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 <mpitt@redhat.com>
  • Loading branch information
martinpitt committed Nov 13, 2023
1 parent ac3af96 commit c927423
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ srpm_build_deps:

jobs:
- job: copr_build
identifier: self
trigger: pull_request
targets:
- fedora-rawhide
Expand All @@ -37,3 +38,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"
5 changes: 5 additions & 0 deletions plans/all.fmf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
summary: top level management

adjust+:
when: revdeps == yes
enabled: false

prepare:
- name: Install packages
how: install
Expand Down
20 changes: 20 additions & 0 deletions plans/cockpit.fmf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c927423

Please sign in to comment.