Skip to content

Commit 00380e3

Browse files
committed
packit: Add identifier for each copr_build job
Following guidance from packit team, and as documented in [1], add an identifier for each `copr_build` job in the packit configuration. This can help packit to properly identify the jobs and report the results properly, avoiding checks to hang. [1] https://packit.dev/docs/configuration/upstream/copr_build#optional-parameters Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 3485a12 commit 00380e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.packit.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- job: copr_build
2424
trigger: commit
2525
branch: master
26+
identifier: fedora
2627
specfile_path: rpm/fedora/keylime-agent-rust.spec
2728
files_to_sync:
2829
- rpm/fedora/*
@@ -50,6 +51,7 @@ jobs:
5051
- job: copr_build
5152
trigger: commit
5253
branch: master
54+
identifier: centos
5355
specfile_path: rpm/centos/keylime-agent-rust.spec
5456
files_to_sync:
5557
- rpm/centos/*

0 commit comments

Comments
 (0)