1
1
---
2
- packit_instances : ["prod", " stg"]
2
+ packit_instances : ["stg"]
3
3
specfile_path : hello.spec
4
4
files_to_sync :
5
5
- .packit.yaml
6
6
- hello.spec
7
7
upstream_package_name : hello
8
8
downstream_package_name : hello
9
- # actions:
10
- # post-upstream-clone: "python3 setup.py sdist --dist-dir ."
11
- # current_version_command: ["python3", "setup.py", "--version"]
12
- # create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
9
+
10
+ test_command :
11
+ default_identifier : inspect
12
+
13
+
13
14
jobs :
14
15
- job : copr_build
15
16
trigger : pull_request
17
+ identifier : latest
16
18
targets :
17
- - fedora-stable-x86_64
18
- - fedora-rawhide-x86_64
19
+ - fedora-latest-x86_64
19
20
20
21
- job : copr_build
21
- trigger : release
22
+ trigger : pull_request
23
+ identifier : rawhide
22
24
targets :
23
- - fedora-stable
25
+ - fedora-rawhide-x86_64
24
26
25
- - job : copr_build
26
- trigger : commit
27
- branch : main
27
+ - job : tests
28
+ manual_trigger : false
29
+ labels :
30
+ - inspect
31
+ identifier : inspect-latest
32
+ trigger : pull_request
33
+ fmf_url : https://github.com/packit/tmt-plans
34
+ fmf_ref : main
35
+ tmt_plan : " /plans/rpminspect"
28
36
targets :
29
- - fedora-stable
37
+ - fedora-latest-x86_64
30
38
31
39
- job : tests
40
+ manual_trigger : false
41
+ labels :
42
+ - inspect
43
+ identifier : inspect-rawhide
32
44
trigger : pull_request
45
+ fmf_url : https://github.com/packit/tmt-plans
46
+ fmf_ref : main
47
+ tmt_plan : " /plans/rpminspect"
33
48
targets :
34
- - fedora-stable-x86_64
35
- - fedora-rawhide-x86_64
49
+ - fedora-rawhide-x86_64
50
+
51
+ - job : tests
52
+ manual_trigger : false
53
+ labels :
54
+ - lint
55
+ identifier : lint-latest
56
+ trigger : pull_request
57
+ fmf_url : https://github.com/packit/tmt-plans
58
+ fmf_ref : main
59
+ tmt_plan : " /plans/rpmlint"
60
+ targets :
61
+ - fedora-latest-x86_64
36
62
37
- - job : propose_downstream
38
- trigger : release
39
- packit_instances : ["stg"]
40
- dist_git_branches :
41
- - fedora-all
63
+ - job : tests
64
+ manual_trigger : false
65
+ labels :
66
+ - lint
67
+ identifier : lint-rawhide
68
+ trigger : pull_request
69
+ fmf_url : https://github.com/packit/tmt-plans
70
+ fmf_ref : main
71
+ tmt_plan : " /plans/rpmlint"
72
+ targets :
73
+ - fedora-rawhide-x86_64
0 commit comments