From 359ea48717f2f4cb16049bc9bd1eeb6bbd81ac61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Fri, 11 Oct 2024 10:51:04 +0200 Subject: [PATCH] test: remove fedora-eln target from the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove Fedora ELN from the build as the compose is not present in Testing Farm and we cannot test them. Signed-off-by: Miguel Martín --- .packit.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 986abe645..847cfe038 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -34,9 +34,9 @@ jobs: fedora-latest-stable: {} fedora-latest: {} fedora-rawhide: {} - fedora-eln: - additional_repos: - - https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/ +# fedora-eln: +# additional_repos: +# - https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/ - job: tests trigger: pull_request @@ -48,6 +48,7 @@ jobs: fedora-latest-stable: {} fedora-latest: {} fedora-rawhide: {} +# fedora-eln: {} - <<: *fdo_copr_build trigger: commit