ci: Add bug links as reasoning why some tests are not run

Signed-off-by: Pavol Žáčik <pzacik@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Pavol Žáčik
2025-12-10 13:57:24 +01:00
committed by Jakub Jelen
parent 7c2574682c
commit 65abae059e

View File

@@ -85,6 +85,7 @@ workflow:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$TUMBLEWEED_BUILD
script: script:
# torture_gssapi_key_exchange_null is excluded because of a bug # 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 .. && - cmake $CMAKE_OPTIONS $CMAKE_ADDITIONAL_OPTIONS .. &&
make -j$(nproc) && make -j$(nproc) &&
ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$" ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$"
@@ -515,6 +516,7 @@ ubuntu/openssl_3.0.x/x86_64:
extends: .tests extends: .tests
script: script:
# torture_gssapi_key_exchange_null is excluded because of a bug # 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 .. && - cmake $CMAKE_OPTIONS $CMAKE_ADDITIONAL_OPTIONS .. &&
make -j$(nproc) && make -j$(nproc) &&
ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$" ctest --output-on-failure -E "^torture_gssapi_key_exchange_null$"