From b687c1d3af7e37d353567dee76bb9a23eea16dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 7 Sep 2021 21:54:48 +0200 Subject: [PATCH] Disable softhsm2.4 and softhsm2.6 builds and tests from the CI Until we have a system test that would directly test the engine_pkcs11 integration, we need to disable the system tests that enabled native PKCS#11 in the CI because it's currently broken. --- .gitlab-ci.yml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57a20eea72..df82009d5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1024,54 +1024,6 @@ unit:clang:buster:amd64: - job: clang:buster:amd64 artifacts: true -# Jobs for PKCS#11-enabled GCC builds on Debian "sid" (amd64) - -gcc:softhsm2.4: - variables: - CC: gcc - CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--without-jemalloc --enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so" - <<: *base_image - <<: *build_job - -system:gcc:softhsm2.4: - <<: *base_image - <<: *system_test_job - needs: - - job: gcc:softhsm2.4 - artifacts: true - -unit:gcc:softhsm2.4: - <<: *base_image - <<: *unit_test_job - needs: - - job: gcc:softhsm2.4 - artifacts: true - -# Jobs for PKCS#11-enabled GCC builds on Fedora 34 (amd64) - -gcc:softhsm2.6: - variables: - CC: gcc - CFLAGS: "${CFLAGS_COMMON} -O1" - EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so" - <<: *fedora_34_amd64_image - <<: *build_job - -system:gcc:softhsm2.6: - <<: *fedora_34_amd64_image - <<: *system_test_job - needs: - - job: gcc:softhsm2.6 - artifacts: true - -unit:gcc:softhsm2.6: - <<: *fedora_34_amd64_image - <<: *unit_test_job - needs: - - job: gcc:softhsm2.6 - artifacts: true - # Jobs for Clang builds on FreeBSD 11 (amd64) clang:freebsd11:amd64: