Skip to content

Commit

Permalink
ci: run Copr+TF for EL9 and latest Fedora on merge queue
Browse files Browse the repository at this point in the history
Used for testing of status name template.

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed May 6, 2024
1 parent db653b8 commit 9ee5bf6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,34 @@ jobs:
list_on_homepage: True
preserve_project: True

#region GitHub Merge Queue
- job: copr_build
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "rpm:epel9"
targets:
- epel-9
- job: copr_build
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "rpm:fedora-latest-stable"
targets:
- fedora-latest-stable

- job: tests
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "tests:epel9"
targets:
- epel-9
- job: tests
trigger: commit
branch: gh-readonly-queue/.*
status_name_template: "tests:fedora-latest-stable"
targets:
- fedora-latest-stable
#endregion

- job: pull_from_upstream
trigger: release
dist_git_branches:
Expand Down

0 comments on commit 9ee5bf6

Please sign in to comment.