Skip to content

Commit f584e44

Browse files
committed
ci: Build Copr build with Packit
Packit can build Copr build in custom Copr project xref: https://packit.dev/docs/configuration/upstream/copr_build#using-a-custom-copr-project Do not need update .copr/Makefile when something changed Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent b991a93 commit f584e44

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.copr/Makefile

Lines changed: 0 additions & 9 deletions
This file was deleted.

.packit.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ jobs:
5555
# - rhel-9-x86_64
5656
# - rhel-9-aarch64
5757

58+
# Run on commit to main branch
59+
- job: copr_build
60+
trigger: commit
61+
branch: main
62+
owner: rhcontainerbot
63+
project: bootc
64+
enable_net: true
65+
notifications:
66+
failure_comment:
67+
message: "bootc COPR build failed for {commit_sha}. @admin check logs {logs_url} and packit dashboard {packit_dashboard_url}"
68+
5869
- job: tests
5970
trigger: pull_request
6071
targets:

0 commit comments

Comments
 (0)