mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
[skip-ci] Packit: Ignore ELN and CS jobs
ELN and CS buildroots currently have an older golang build causing lots of annoyance. Ref: https://github.com/containers/podman/pull/25694#discussion_r2016587671 This commit disables those jobs until golang is updated on them. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@ -37,8 +37,9 @@ jobs:
|
||||
- fedora-development-x86_64
|
||||
- fedora-development-aarch64
|
||||
|
||||
# Ignore until golang is updated in distro buildroot to go 1.23.3+
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
trigger: ignore
|
||||
packages: [podman-eln]
|
||||
notifications: *packit_generic_failure_notification
|
||||
enable_net: true
|
||||
@ -50,8 +51,9 @@ jobs:
|
||||
additional_repos:
|
||||
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
||||
|
||||
# Ignore until golang is updated in distro buildroot to go 1.23.3+
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
trigger: ignore
|
||||
packages: [podman-centos]
|
||||
notifications: *packit_generic_failure_notification
|
||||
enable_net: true
|
||||
|
Reference in New Issue
Block a user