forked from fedora-selinux/selinux-policy
-
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.
- Loading branch information
1 parent
dcfc66a
commit 7e5d323
Showing
3 changed files
with
47 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,30 @@ | ||
# 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, @jelly | ||
|
||
enabled: false | ||
adjust+: | ||
when: revdeps == yes | ||
enabled: true | ||
|
||
discover: | ||
how: fmf | ||
url: https://github.com/cockpit-project/cockpit | ||
ref: main | ||
execute: | ||
how: tmt | ||
|
||
/basic: | ||
summary: Run tests for basic packages | ||
discover+: | ||
test: /test/browser/basic | ||
|
||
/network: | ||
summary: Run tests for cockpit-networkmanager | ||
discover+: | ||
test: /test/browser/network | ||
|
||
/optional: | ||
summary: Run tests for optional packages | ||
discover+: | ||
test: /test/browser/optional |