From 65abae059e192bf73f40977ea859c760e31aaff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Wed, 10 Dec 2025 13:57:24 +0100 Subject: [PATCH] ci: Add bug links as reasoning why some tests are not run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavol Žáčik Reviewed-by: Jakub Jelen Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2399ba1..5d9dcd1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ workflow: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD script: # torture_gssapi_key_exchange_null is excluded because of a bug + # https://bugzilla.opensuse.org/show_bug.cgi?id=1254680 - cmake $CMAKE_OPTIONS $CMAKE_ADDITIONAL_OPTIONS .. && make -j$(nproc) && ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$" @@ -515,6 +516,7 @@ ubuntu/openssl_3.0.x/x86_64: extends: .tests script: # torture_gssapi_key_exchange_null is excluded because of a bug + # https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2134527 - cmake $CMAKE_OPTIONS $CMAKE_ADDITIONAL_OPTIONS .. && make -j$(nproc) && ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$"