mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Merge pull request #25478 from lsm5/packit-failure-info-doc
[CI:DOCS] Packit: clarify secondary status in CI
This commit is contained in:
@ -27,9 +27,9 @@ jobs:
|
|||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
packages: [podman-fedora]
|
packages: [podman-fedora]
|
||||||
notifications: &packit_build_failure_notification
|
notifications: &packit_generic_failure_notification
|
||||||
failure_comment:
|
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
|
enable_net: true
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-x86_64
|
- fedora-all-x86_64
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
packages: [podman-eln]
|
packages: [podman-eln]
|
||||||
notifications: *packit_build_failure_notification
|
notifications: *packit_generic_failure_notification
|
||||||
enable_net: true
|
enable_net: true
|
||||||
targets:
|
targets:
|
||||||
fedora-eln-x86_64:
|
fedora-eln-x86_64:
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
packages: [podman-centos]
|
packages: [podman-centos]
|
||||||
notifications: *packit_build_failure_notification
|
notifications: *packit_generic_failure_notification
|
||||||
enable_net: true
|
enable_net: true
|
||||||
targets:
|
targets:
|
||||||
- centos-stream-9-x86_64
|
- centos-stream-9-x86_64
|
||||||
|
@ -363,6 +363,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
|
are aware and working on this, but it doesn't hurt [to confirm and/or try and help
|
||||||
if possible.](#communications).
|
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
|
## 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.
|
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.
|
||||||
|
Reference in New Issue
Block a user