[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:
Lokesh Mandvekar
2025-03-27 19:34:14 +05:30
parent 3e42d5d0d6
commit 2ba7a87df1

View File

@ -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