Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: ci: Land a new upstream release in Fedora with Packit #995

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
---
specfile_path: contrib/packaging/bootc.spec

files_to_sync:
- contrib/packaging/bootc.spec
- .packit.yaml
upstream_package_name: bootc
downstream_package_name: bootc

upstream_tag_template: v{version}

upstream_package_name: bootc
downstream_package_name: bootc
specfile_path: contrib/packaging/bootc.spec

srpm_build_deps:
- cargo
Expand All @@ -33,8 +29,6 @@ actions:
- bash -c "ls -al contrib/packaging/"

jobs:
# Only add CS10 and RHEL-9 RPM build test
# But no e2e test on CS10 and RHEL-9
- job: copr_build
trigger: pull_request
targets:
Expand Down Expand Up @@ -68,3 +62,18 @@ jobs:
tmt_plan: /integration
skip_build: true
identifier: integration-test

- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all

- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-all
Loading