We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c98da commit 8020eddCopy full SHA for 8020edd
.packit.yaml
@@ -14,8 +14,15 @@ jobs:
14
- job: copr_build
15
trigger: pull_request
16
targets:
17
- - fedora-stable-x86_64
18
- - fedora-rawhide-x86_64
+ - fedora-latest-stable
+
19
+- job: tests
20
+ trigger: pull_request
21
+ fmf_url: https://github.com/packit/tmt-plans
22
+ fmf_ref: main
23
+ tmt_plan: "/plans/.*"
24
+ targets:
25
26
27
28
trigger: release
@@ -28,12 +35,6 @@ jobs:
35
29
36
- fedora-stable
30
37
31
-- job: tests
32
- trigger: pull_request
33
- targets:
34
-
38
- job: propose_downstream
39
40
packit_instances: ["stg"]
0 commit comments