Merge pull request #24083 from Luap99/packit-centos
packit: disable Centos Stream/fedora ELN teasks
This commit is contained in:
commit
13e4b084eb
59
.packit.yaml
59
.packit.yaml
|
|
@ -43,29 +43,31 @@ jobs:
|
||||||
- fedora-40-x86_64
|
- fedora-40-x86_64
|
||||||
- fedora-40-aarch64
|
- fedora-40-aarch64
|
||||||
|
|
||||||
- job: copr_build
|
# Disabled until there is go 1.22.6 in centos stream
|
||||||
trigger: pull_request
|
# - job: copr_build
|
||||||
packages: [podman-eln]
|
# trigger: pull_request
|
||||||
notifications: *packit_build_failure_notification
|
# packages: [podman-eln]
|
||||||
enable_net: true
|
# notifications: *packit_build_failure_notification
|
||||||
targets:
|
# enable_net: true
|
||||||
fedora-eln-x86_64:
|
# targets:
|
||||||
additional_repos:
|
# fedora-eln-x86_64:
|
||||||
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
|
# additional_repos:
|
||||||
fedora-eln-aarch64:
|
# - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
|
||||||
additional_repos:
|
# fedora-eln-aarch64:
|
||||||
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
# additional_repos:
|
||||||
|
# - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
||||||
|
|
||||||
- job: copr_build
|
# Disabled until there is go 1.22.6 in centos stream
|
||||||
trigger: pull_request
|
# - job: copr_build
|
||||||
packages: [podman-centos]
|
# trigger: pull_request
|
||||||
notifications: *packit_build_failure_notification
|
# packages: [podman-centos]
|
||||||
enable_net: true
|
# notifications: *packit_build_failure_notification
|
||||||
targets:
|
# enable_net: true
|
||||||
- centos-stream-9-x86_64
|
# targets:
|
||||||
- centos-stream-9-aarch64
|
# - centos-stream-9-x86_64
|
||||||
- centos-stream-10-x86_64
|
# - centos-stream-9-aarch64
|
||||||
- centos-stream-10-aarch64
|
# - centos-stream-10-x86_64
|
||||||
|
# - centos-stream-10-aarch64
|
||||||
|
|
||||||
# Disabled until there is go 1.22 in epel-9
|
# Disabled until there is go 1.22 in epel-9
|
||||||
# - job: copr_build
|
# - job: copr_build
|
||||||
|
|
@ -117,12 +119,13 @@ jobs:
|
||||||
dist_git_branches: &fedora_targets
|
dist_git_branches: &fedora_targets
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
- job: propose_downstream
|
# Disabled until there is go 1.22.6 in centos stream
|
||||||
trigger: release
|
# - job: propose_downstream
|
||||||
update_release: false
|
# trigger: release
|
||||||
packages: [podman-centos]
|
# update_release: false
|
||||||
dist_git_branches:
|
# packages: [podman-centos]
|
||||||
- c10s
|
# dist_git_branches:
|
||||||
|
# - c10s
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue