Merge pull request #24083 from Luap99/packit-centos

packit: disable Centos Stream/fedora ELN teasks
This commit is contained in:
openshift-merge-bot[bot] 2024-09-27 10:48:08 +00:00 committed by GitHub
commit 13e4b084eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 28 deletions

View File

@ -43,29 +43,31 @@ jobs:
- fedora-40-x86_64
- fedora-40-aarch64
- job: copr_build
trigger: pull_request
packages: [podman-eln]
notifications: *packit_build_failure_notification
enable_net: true
targets:
fedora-eln-x86_64:
additional_repos:
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
fedora-eln-aarch64:
additional_repos:
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
# Disabled until there is go 1.22.6 in centos stream
# - job: copr_build
# trigger: pull_request
# packages: [podman-eln]
# notifications: *packit_build_failure_notification
# enable_net: true
# targets:
# fedora-eln-x86_64:
# additional_repos:
# - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
# fedora-eln-aarch64:
# additional_repos:
# - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
- job: copr_build
trigger: pull_request
packages: [podman-centos]
notifications: *packit_build_failure_notification
enable_net: true
targets:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10-x86_64
- centos-stream-10-aarch64
# Disabled until there is go 1.22.6 in centos stream
# - job: copr_build
# trigger: pull_request
# packages: [podman-centos]
# notifications: *packit_build_failure_notification
# enable_net: true
# targets:
# - centos-stream-9-x86_64
# - centos-stream-9-aarch64
# - centos-stream-10-x86_64
# - centos-stream-10-aarch64
# Disabled until there is go 1.22 in epel-9
# - job: copr_build
@ -117,12 +119,13 @@ jobs:
dist_git_branches: &fedora_targets
- fedora-all
- job: propose_downstream
trigger: release
update_release: false
packages: [podman-centos]
dist_git_branches:
- c10s
# Disabled until there is go 1.22.6 in centos stream
# - job: propose_downstream
# trigger: release
# update_release: false
# packages: [podman-centos]
# dist_git_branches:
# - c10s
- job: koji_build
trigger: commit