Skip to content

Commit

Permalink
Add tmt tests identifiers
Browse files Browse the repository at this point in the history
To allow manual triggering of test suites on the GitHub PR with `/packit test –identifier <id>`.
  • Loading branch information
jan-kolarik committed Feb 7, 2024
1 parent ea3c452 commit f93e7dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,23 @@ jobs:
- fedora-all
- job: tests
trigger: pull_request
identifier: "dnf5-tests"
targets:
- fedora-all
fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
fmf_ref: main
tmt_plan: /plans/integration/behave-dnf5
- job: tests
trigger: pull_request
identifier: "createrepo_c-tests"
targets:
- fedora-all
fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
fmf_ref: main
tmt_plan: /plans/integration/behave-createrepo_c
- job: tests
trigger: pull_request
identifier: "dnf-tests"
manual_trigger: true
targets:
- fedora-all
Expand All @@ -60,6 +63,7 @@ jobs:
tmt_plan: /plans/integration/behave-dnf
- job: tests
trigger: pull_request
identifier: "dnf5daemon-tests"
manual_trigger: true
targets:
- fedora-all
Expand Down

0 comments on commit f93e7dd

Please sign in to comment.