We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b991a93 commit f584e44Copy full SHA for f584e44
.copr/Makefile
.packit.yaml
@@ -55,6 +55,17 @@ jobs:
55
# - rhel-9-x86_64
56
# - rhel-9-aarch64
57
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
+
69
- job: tests
70
trigger: pull_request
71
targets:
0 commit comments