From 60be6583129018258c29720e3bab68fe51b7f40b Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Tue, 26 Nov 2024 15:10:56 +0100 Subject: [PATCH] improved traces to debug a problem that only happens in ci (can't reproduce even when logged as jenkins-agent) The error message is: > ValueError: failed to find compilers/ifort/latest amongst available environment modules (set()) 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 9fd9cf6..cc342c3 100644 --- a/ci/ipr.jenkins +++ b/ci/ipr.jenkins @@ -31,6 +31,7 @@ pipeline { sh """#!/bin/bash set -o errexit source /etc/profile.d/modules.sh + module avail source ${IPRBENCH_VENV_PATH}/bin/activate && python -m unittest ./ci/test_iprcluster.py """