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]
This commit is contained in:
parent
c39e31a1fc
commit
d1aba97073
|
@ -30,6 +30,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh """#!/bin/bash
|
sh """#!/bin/bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
source /etc/profile.d/modules.sh
|
||||||
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