From ca1232c1baecc4a69bf42be7fa0399a24c871083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 24 Mar 2026 15:14:07 +0000 Subject: [PATCH] ITS#10472 Enable SASL tests in CI --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3bb8fb67c..475556baed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ build-openssl-heimdal-lloadd: - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building" - make - ulimit -n 4096 # back-monitor takes a while scanning a long connections array + - export SLAPD_USE_SASL=yes - SLAPD_COMMON_WRAPPER=gdb make test artifacts: name: testdir @@ -64,6 +65,7 @@ build-gnutls-mit-standalone-lloadd: - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building" - make - ulimit -n 4096 # back-monitor takes a while scanning a long connections array + - export SLAPD_USE_SASL=yes - SLAPD_COMMON_WRAPPER=gdb make test artifacts: name: testdir @@ -90,6 +92,7 @@ build-mbedtls-mit-lloadd: - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building" - make - ulimit -n 4096 # back-monitor takes a while scanning a long connections array + - export SLAPD_USE_SASL=yes - SLAPD_COMMON_WRAPPER=gdb make test artifacts: name: testdir