Skip to content

Commit

Permalink
Remove duplicate definition of EESSI_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Mar 12, 2024
1 parent 9f880a8 commit a7b361b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions CI/run_reframe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ fi
if [ -z "${EESSI_TESTSUITE_BRANCH}" ]; then
EESSI_TESTSUITE_BRANCH='v0.2.0'
fi
if [ -z "${EESSI_CVMFS_REPO}" ]; then
export EESSI_CVMFS_REPO=/cvmfs/software.eessi.io
fi
if [ -z "${EESSI_VERSION}" ]; then
EESSI_VERSION='latest'
export EESSI_VERSION=2023.06
fi
if [ -z "${RFM_CONFIG_FILES}" ]; then
export RFM_CONFIG_FILES="${TEMPDIR}/test-suite/config/${EESSI_CI_SYSTEM_NAME}.py"
Expand All @@ -63,12 +66,6 @@ fi
if [ -z "${RFM_PREFIX}" ]; then
export RFM_PREFIX="${HOME}/reframe_CI_runs"
fi
if [ -z "${EESSI_CVMFS_REPO}" ]; then
export EESSI_CVMFS_REPO=/cvmfs/software.eessi.io
fi
if [ -z "${EESSI_VERSION}" ]; then
export EESSI_VERSION=2023.06
fi

# Create virtualenv for ReFrame using system python
python3 -m venv "${TEMPDIR}"/reframe_venv
Expand Down

0 comments on commit a7b361b

Please sign in to comment.