From d1aba97073fb5d3cc375c0e6d93598428883d31f Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Tue, 26 Nov 2024 14:43:34 +0100 Subject: [PATCH] made sure the module command is available when running /ci/test_iprcluster.py this should fix the continuous integration stage('testing (tests that only work on ipr cluster nodes)') work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958] --- ci/ipr.jenkins | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ipr.jenkins b/ci/ipr.jenkins index ab8bbb0..9fd9cf6 100644 --- a/ci/ipr.jenkins +++ b/ci/ipr.jenkins @@ -30,6 +30,7 @@ pipeline { steps { sh """#!/bin/bash set -o errexit + source /etc/profile.d/modules.sh source ${IPRBENCH_VENV_PATH}/bin/activate && python -m unittest ./ci/test_iprcluster.py """