File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- specfile_path : contrib/packaging/bootc.spec
3
-
4
- files_to_sync :
5
- - contrib/packaging/bootc.spec
6
- - .packit.yaml
2
+ upstream_package_name : bootc
3
+ downstream_package_name : bootc
7
4
8
5
upstream_tag_template : v{version}
9
6
10
- upstream_package_name : bootc
11
- downstream_package_name : bootc
7
+ specfile_path : contrib/packaging/bootc.spec
12
8
13
9
srpm_build_deps :
14
10
- cargo
@@ -33,8 +29,6 @@ actions:
33
29
- bash -c "ls -al contrib/packaging/"
34
30
35
31
jobs :
36
- # Only add CS10 and RHEL-9 RPM build test
37
- # But no e2e test on CS10 and RHEL-9
38
32
- job : copr_build
39
33
trigger : pull_request
40
34
targets :
68
62
tmt_plan : /integration
69
63
skip_build : true
70
64
identifier : integration-test
65
+
66
+ - job : propose_downstream
67
+ trigger : release
68
+ dist_git_branches :
69
+ - fedora-all
70
+
71
+ - job : koji_build
72
+ trigger : commit
73
+ dist_git_branches :
74
+ - fedora-all
75
+
76
+ - job : bodhi_update
77
+ trigger : commit
78
+ dist_git_branches :
79
+ # Fedora rawhide updates are created automatically
80
+ - fedora-branched
You can’t perform that action at this time.
0 commit comments