Skip to content

Commit acba25f

Browse files
authored
Merge pull request #995 from henrywang/auto_release
ci: Land a new upstream release in Fedora with Packit
2 parents 5f0dd23 + fc1ce15 commit acba25f

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

.packit.yaml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
---
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
74

85
upstream_tag_template: v{version}
96

10-
upstream_package_name: bootc
11-
downstream_package_name: bootc
7+
specfile_path: contrib/packaging/bootc.spec
128

139
srpm_build_deps:
1410
- cargo
@@ -33,8 +29,6 @@ actions:
3329
- bash -c "ls -al contrib/packaging/"
3430

3531
jobs:
36-
# Only add CS10 and RHEL-9 RPM build test
37-
# But no e2e test on CS10 and RHEL-9
3832
- job: copr_build
3933
trigger: pull_request
4034
targets:
@@ -68,3 +62,19 @@ jobs:
6862
tmt_plan: /integration
6963
skip_build: true
7064
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

0 commit comments

Comments
 (0)