From 8d6834500477630c63e32e633a33bff318225aed Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 4 Jun 2026 09:49:40 +0200 Subject: [PATCH] test: restrict use of setup for rel-v8r0 --- tests/Jenkins/utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Jenkins/utilities.sh b/tests/Jenkins/utilities.sh index 2a020e578e7..518a77ca646 100644 --- a/tests/Jenkins/utilities.sh +++ b/tests/Jenkins/utilities.sh @@ -325,7 +325,7 @@ installDIRAC() { configureArgs+=("--LegacyExchangeApiKey=diracx:legacy:InsecureChangeMe") fi - if [[ -n "${INSTALLATION_BRANCH}" ]]; then + if [[ "${INSTALLATION_BRANCH}" = "rel-v8r0" ]]; then # Use this for (e.g.) running backward-compatibility tests cmd="dirac-configure -S ${DIRACSETUP} -C ${CSURL} --SkipCAChecks "${configureArgs[@]}" ${CONFIGUREOPTIONS} ${DEBUG}" else