Merge pull request #10 from ocristopfer/teste_rpm

fix: test rpm
This commit is contained in:
Cristopfer Luis 2024-02-05 21:11:16 -03:00 committed by GitHub
commit e2324b4395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Enable RPM builds and running integration tests in PRs through https://packit.dev/
# To use this, enable Packit-as-a-service in GitHub: https://packit.dev/docs/packit-as-a-service/
# See https://packit.dev/docs/configuration/ for the format of this file
# See https://packit.dev/docs/configuration/ for the format of this file.
specfile_path: cockpit-sensors.spec
# use the nicely formatted release description from our upstream release, instead of git shortlog
@ -41,27 +41,27 @@ jobs:
# Build releases in COPR: https://packit.dev/docs/configuration/#copr_build
- job: copr_build
trigger: release
owner: ocristopfer
project: cockpit-sensors
preserve_project: True
targets:
- fedora-all
- centos-stream-9-x86_64
trigger: release
owner: ocristopfer
project: cockpit-sensors
preserve_project: True
targets:
- fedora-all
- centos-stream-9-x86_64
# Build releases in Fedora: https://packit.dev/docs/configuration/#propose_downstream
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
trigger: release
dist_git_branches:
- fedora-all
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched