-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19738 from openshift-cherrypick-robot/cherry-pick…
…-19500-to-v4.6 [v4.6] [CI:BUILD] Packit: run cockpit-podman tests in PRs
- Loading branch information
Showing
3 changed files
with
49 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,32 @@ | ||
# reverse dependency test for https://github.com/cockpit-project/cockpit-podman/ | ||
# if this fails in a non-obvious way, please contact the cockpit team in your PR for investigation: | ||
# @martinpitt, @jelly, @marusak | ||
enabled: false | ||
|
||
adjust+: | ||
when: revdeps == yes | ||
enabled: true | ||
|
||
discover: | ||
how: fmf | ||
url: https://github.com/cockpit-project/cockpit-podman | ||
ref: "main" | ||
|
||
execute: | ||
how: tmt | ||
|
||
# This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770 | ||
/podman-system: | ||
summary: Run cockpit-podman system tests | ||
discover+: | ||
test: /test/browser/system | ||
|
||
/podman-user: | ||
summary: Run cockpit-podman user tests | ||
discover+: | ||
test: /test/browser/user | ||
|
||
/podman-misc: | ||
summary: Run other cockpit-podman tests | ||
discover+: | ||
test: /test/browser/other |