From 014d0ec53b2c1bcfb74b699c2b22b82395f7887c Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Thu, 20 Feb 2025 18:33:04 +0100 Subject: [PATCH] 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 --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index bad57ae3..466a1091 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,6 +23,7 @@ jobs: - job: copr_build trigger: commit branch: master + identifier: fedora specfile_path: rpm/fedora/keylime-agent-rust.spec files_to_sync: - rpm/fedora/* @@ -50,6 +51,7 @@ jobs: - job: copr_build trigger: commit branch: master + identifier: centos specfile_path: rpm/centos/keylime-agent-rust.spec files_to_sync: - rpm/centos/*