Merge pull request #19360 from cevich/v4.5_disable_ci

[v4.5] Cirrus: Disable CI
This commit is contained in:
OpenShift Merge Robot 2023-07-25 21:00:25 +02:00 committed by GitHub
commit 7a30e01ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1235 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,50 +0,0 @@
---
# See the documentation for more information:
# https://packit.dev/docs/configuration/
# Build targets can be found at:
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
specfile_path: rpm/podman.spec
upstream_tag_template: v{version}
jobs:
- &copr
job: copr_build
trigger: pull_request
owner: rhcontainerbot
project: packit-builds
enable_net: true
srpm_build_deps:
- make
- rpkg
actions:
fix-spec-file:
- "bash .packit.sh"
- <<: *copr
# Run on commit to v4.5 branch
# The `rhcontainerbot/qm` copr needs podman v4.5 for testing on
# centos stream 9
trigger: commit
branch: v4.5
project: qm
- job: propose_downstream
trigger: release
update_release: false
dist_git_branches:
- fedora-all
actions:
pre-sync:
- "bash rpm/update-spec-provides.sh"
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched # rawhide updates are created automatically