Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- job: copr_build
trigger: pull_request
packages: [podman-fedora]
notifications: &packit_build_failure_notification
notifications: &packit_generic_failure_notification
failure_comment:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
message: "[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore."
enable_net: true
targets:
- fedora-all-x86_64
Expand All @@ -38,7 +38,7 @@ jobs:
- job: copr_build
trigger: pull_request
packages: [podman-eln]
notifications: *packit_build_failure_notification
notifications: *packit_generic_failure_notification
enable_net: true
targets:
fedora-eln-x86_64:
Expand All @@ -51,7 +51,7 @@ jobs:
- job: copr_build
trigger: pull_request
packages: [podman-centos]
notifications: *packit_build_failure_notification
notifications: *packit_generic_failure_notification
enable_net: true
targets:
- centos-stream-9-x86_64
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ and further complication of necessary corrective measures. Most likely people
are aware and working on this, but it doesn't hurt [to confirm and/or try and help
if possible.](#communications).

NOTE: Jobs triggered by Packit are not merge blockers and should be considered of secondary importance.
Contributors and maintainers should feel free to ignore failure status on such jobs.

## Communications

If you need help, you can contact the maintainers using the channels mentioned in Podman's [communications](https://github.com/containers/podman/blob/main/README.md#communications) document.
Expand Down