From 41b6f2c0814b6b7c96c68179c9dcf8a4fb34b761 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 29 Sep 2024 00:48:49 +0300 Subject: [PATCH] ci: skip OpenLDAP tests on Packit (#4540) until I figure out whether it's possible to set up slapd there by analogy with what the scapy action on GitHub does. It's a follow-up to https://github.com/secdev/scapy/pull/4539. --- .packit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yml b/.packit.yml index 18efdebec..55dcc0a94 100644 --- a/.packit.yml +++ b/.packit.yml @@ -17,7 +17,7 @@ actions: - "git clone https://src.fedoraproject.org/rpms/scapy .packit_rpm --depth=1" # Drop the "sources" file so rebase-helper doesn't think we're a dist-git - "rm -fv .packit_rpm/sources" - - "sed -i '/^# check$/a%check\\nOPENSSL_CONF=$(python3 ./.config/ci/openssl.py) ./test/run_tests -c test/configs/linux.utsc -K scanner' .packit_rpm/scapy.spec" + - "sed -i '/^# check$/a%check\\nOPENSSL_CONF=$(python3 ./.config/ci/openssl.py) ./test/run_tests -c test/configs/linux.utsc -K ci_only -K scanner' .packit_rpm/scapy.spec" - "sed -i '/^BuildArch/aBuildRequires: can-utils' .packit_rpm/scapy.spec" - "sed -i '/^BuildArch/aBuildRequires: libpcap' .packit_rpm/scapy.spec" - "sed -i '/^BuildArch/aBuildRequires: openssl' .packit_rpm/scapy.spec"