Skip to content

Commit

Permalink
ci: Packit: Run cockpit storage tests in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Aug 23, 2023
1 parent 060c949 commit b89a505
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
19 changes: 19 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ jobs:
additional_repos:
- "copr://@storage/udisks-daily"

# run tests for udisks consumers, see plans/ with `revdeps == yes`
- job: tests
identifier: revdeps
trigger: pull_request
targets:
- fedora-rawhide-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
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
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/storage/udisks-daily/repo/fedora-$releasever/group_storage-udisks-daily-fedora-$releasever.repo
tmt:
context:
revdeps: "yes"

- job: copr_build
trigger: commit
owner: "@storage"
Expand Down
22 changes: 22 additions & 0 deletions plans/cockpit.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# reverse dependency test for https://github.com/cockpit-project/cockpit
# if this fails in a non-obvious way, please contact the cockpit team in your PR for investigation:
# @martinpitt, @marusak, @mvollmer
enabled: false

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

discover:
how: fmf
url: https://github.com/cockpit-project/cockpit
ref: main

execute:
how: tmt

# this includes the storage tests
/optional:
summary: Run tests for optional packages
discover+:
test: /test/browser/optional

0 comments on commit b89a505

Please sign in to comment.