mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
packit: Skip tests when branched composes are unavailable
Add skip_missing_branched_composes to test jobs to skip Testing Farm runs when freshly branched Fedora versions don't have composes ready. Ref: https://github.com/packit/packit-service/issues/2992 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
f0b3c87e3b
commit
312a1f7e51
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ jobs:
|
|||
- job: tests
|
||||
trigger: pull_request
|
||||
packages: [podman-fedora]
|
||||
skip_missing_branched_composes: true
|
||||
notifications: *packit_generic_failure_notification
|
||||
targets:
|
||||
- fedora-all
|
||||
|
|
@ -117,6 +118,7 @@ jobs:
|
|||
identifier: cockpit-revdeps
|
||||
trigger: pull_request
|
||||
packages: [podman-fedora]
|
||||
skip_missing_branched_composes: true
|
||||
notifications:
|
||||
failure_comment:
|
||||
message: "Cockpit tests failed for commit {commit_sha}. @jelly, @mvollmer please check."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue