Skip to content

Commit 9ee5bf6

Browse files
committed
ci: run Copr+TF for EL9 and latest Fedora on merge queue
Used for testing of status name template. Signed-off-by: Matej Focko <[email protected]>
1 parent db653b8 commit 9ee5bf6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.packit.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,34 @@ jobs:
8484
list_on_homepage: True
8585
preserve_project: True
8686

87+
#region GitHub Merge Queue
88+
- job: copr_build
89+
trigger: commit
90+
branch: gh-readonly-queue/.*
91+
status_name_template: "rpm:epel9"
92+
targets:
93+
- epel-9
94+
- job: copr_build
95+
trigger: commit
96+
branch: gh-readonly-queue/.*
97+
status_name_template: "rpm:fedora-latest-stable"
98+
targets:
99+
- fedora-latest-stable
100+
101+
- job: tests
102+
trigger: commit
103+
branch: gh-readonly-queue/.*
104+
status_name_template: "tests:epel9"
105+
targets:
106+
- epel-9
107+
- job: tests
108+
trigger: commit
109+
branch: gh-readonly-queue/.*
110+
status_name_template: "tests:fedora-latest-stable"
111+
targets:
112+
- fedora-latest-stable
113+
#endregion
114+
87115
- job: pull_from_upstream
88116
trigger: release
89117
dist_git_branches:

0 commit comments

Comments
 (0)