mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #20061 from lsm5/packit-fail-tag
[CI:BUILD] packit: tag @containers/packit-build team on copr build failure
This commit is contained in:
@ -16,8 +16,10 @@ actions:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
enable_net: true
|
enable_net: true
|
||||||
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
|
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-x86_64
|
- fedora-all-x86_64
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
@ -33,6 +35,9 @@ jobs:
|
|||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman-next COPR build failed. @containers/packit-build please check."
|
||||||
branch: main
|
branch: main
|
||||||
owner: rhcontainerbot
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
|
Reference in New Issue
Block a user