Merge pull request #19753 from martinpitt/revdeps-adjustments

[CI:BUILD] Packit: Adjustments for Cockpit reverse-dependency check
This commit is contained in:
OpenShift Merge Robot
2023-08-25 21:17:47 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,8 @@ jobs:
identifier: cockpit-revdeps identifier: cockpit-revdeps
trigger: pull_request trigger: pull_request
targets: targets:
- fedora-all - fedora-latest-stable
- fedora-development
tf_extra_params: tf_extra_params:
environments: environments:
- artifacts: - artifacts:

View File

@ -15,6 +15,11 @@ discover:
execute: execute:
how: tmt how: tmt
# not relevant for testing podman
environment:
TEST_AUDIT_NO_SELINUX: 1
TEST_ALLOW_JOURNAL_MESSAGES: ".*"
# This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770 # This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770
/podman-system: /podman-system:
summary: Run cockpit-podman system tests summary: Run cockpit-podman system tests