forked from storaged-project/udisks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Packit: Run cockpit storage tests in PRs
- Loading branch information
1 parent
4d72ed3
commit 4aa505f
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |