Skip to content

Commit dd74571

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 dd74571

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.packit.yaml

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

87+
#region GitHub Merge Queue
88+
- job: tests
89+
trigger: commit
90+
branch: gh-readonly-queue/.*
91+
status_name_template: "tests:epel9"
92+
targets:
93+
- epel-9
94+
packit_instances: ["stg"]
95+
- job: tests
96+
trigger: commit
97+
branch: gh-readonly-queue/.*
98+
status_name_template: "tests:fedora-latest-stable"
99+
targets:
100+
- fedora-latest-stable
101+
packit_instances: ["stg"]
102+
#endregion
103+
87104
- job: pull_from_upstream
88105
trigger: release
89106
dist_git_branches:

0 commit comments

Comments
 (0)