-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
ac3af96
commit c927423
Showing
3 changed files
with
44 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
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,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 |