From 2ba7a87df1dc65104ce5e9387209da6689d6372f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 27 Mar 2025 19:34:14 +0530 Subject: [PATCH] [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 --- .packit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 9f1b99db5f..c198fab1dc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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