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]
This commit is contained in:
Guillaume Raffy 2024-11-26 15:10:56 +01:00
parent 95cb65ef35
commit 60be658312
1 changed files with 1 additions and 0 deletions

View File

@ -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
"""