mirror of
https://github.com/containers/podman.git
synced 2025-09-04 18:35:35 +00:00

See https://cockpit-project.org/blog/tmt-cross-project-testing.html [NO NEW TESTS NEEDED] - quiesce bot, that whole commit *is* a new test Signed-off-by: Martin Pitt <mpitt@redhat.com>
33 lines
829 B
Plaintext
33 lines
829 B
Plaintext
# 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
|