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:
parent
95cb65ef35
commit
60be658312
|
@ -31,6 +31,7 @@ pipeline {
|
||||||
sh """#!/bin/bash
|
sh """#!/bin/bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
source /etc/profile.d/modules.sh
|
source /etc/profile.d/modules.sh
|
||||||
|
module avail
|
||||||
source ${IPRBENCH_VENV_PATH}/bin/activate &&
|
source ${IPRBENCH_VENV_PATH}/bin/activate &&
|
||||||
python -m unittest ./ci/test_iprcluster.py
|
python -m unittest ./ci/test_iprcluster.py
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue