From 884a2ffecf5e5fc0208e14c4e1b3d275410a1eef Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 12 Feb 2022 21:52:54 +0100 Subject: [PATCH] .gitlab-ci.yml: removed legacy references to rdrand These apply both to F35 and current F34 image. Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95ccbf26..5a4d68ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -297,12 +297,11 @@ Fedora/GnuTLS: - sysctl net.ipv6.conf.all.disable_ipv6=0 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086 # obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the # library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663) # XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763 # ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529) - - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check + - make VERBOSE=1 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check tags: - shared except: @@ -330,12 +329,11 @@ Fedora/GnuTLS/ibmtss: - sysctl net.ipv6.conf.all.disable_ipv6=0 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086 # obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the # library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663) # XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763 # ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529) - - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check + - make VERBOSE=1 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check tags: - shared except: @@ -363,12 +361,11 @@ Fedora/GnuTLS/clang: - sysctl net.ipv6.conf.all.disable_ipv6=0 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086 # obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the # library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663) # XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763 # ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529) - - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check + - make VERBOSE=1 XFAIL_TESTS="obsolete-server-crypto ppp-over-tls-sync" -j4 check tags: - shared except: -- 2.50.1