Skip to content

Commit

Permalink
Merge branch 'nessi.no-2023.06' of github-trz:NorESSI/software-layer …
Browse files Browse the repository at this point in the history
…into nessi-2023.06-ipympl-0.9.3-gfbf-2023a
  • Loading branch information
truib committed May 28, 2024
2 parents 25f49fa + a2ed004 commit 3c5569c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,16 @@ else
fi

# List the tests we want to run
export REFRAME_ARGS='--tag CI --tag 1_node --nocolor --exclude=TensorFlow'
# export REFRAME_ARGS='--tag CI --tag 1_node --nocolor --exclude=TensorFlow'
export REFRAME_FLAGS='--nocolor'
export REFRAME_TAGS='--tag CI --tag 1_node'
# Limit test names to relevant tests
# For now, we limit to OSU.
# In the future, we should create some mapping between module names of modules that are deployed.
# E.g. if TensorFlow was deployed, we want to run with `-n TensorFlow`. If OpenMPI was deployed
# we want to run with `-n OSU`, or maybe even `-n OSU -n GROMACS.*foss` to also test _one_ OpenMPI application
export REFRAME_INCLUDE_PATTERNS='-n OSU'
export REFRAME_ARGS="${REFRAME_FLAGS} ${REFRAME_TAGS} ${REFRAME_INCLUDE_PATTERNS}"
echo "Listing tests: reframe ${REFRAME_ARGS} --list"
reframe ${REFRAME_ARGS} --list
if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit 3c5569c

Please sign in to comment.