Skip to content

Commit

Permalink
packit: Add identifier for each copr_build job
Browse files Browse the repository at this point in the history
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 <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Feb 26, 2025
1 parent 3485a12 commit 8e7b29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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/*
Expand Down

0 comments on commit 8e7b29c

Please sign in to comment.