-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from casparvl/update_CI_to_v020
Update CI to use version 0.2.0 of the test suite
- Loading branch information
Showing
7 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
REFRAME_VERSION=4.4.1 # ReFrame version that will be pip-installed to drive the test suite | ||
# Latest release does not contain the `aws_mc.py` ReFrame config yet | ||
# The custom EESSI_TESTSUITE_URL and EESSI_TESTSUITE_BRANCH can be removed in a follow-up PR | ||
EESSI_TESTSUITE_URL='https://github.com/casparvl/test-suite.git' | ||
EESSI_TESTSUITE_BRANCH='CI' | ||
if [ -z "${REFRAME_ARGS}" ]; then | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
fi | ||
# For now, software.eessi.io is not yet deployed on login nodes of the AWS MC cluster | ||
if [ -z "${EESSI_CVMFS_REPO}" ]; then | ||
EESSI_CVMFS_REPO="/cvmfs/pilot.eessi-hpc.org" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
REFRAME_VERSION=4.4.1 # ReFrame version that will be pip-installed to drive the test suite | ||
# Latest release does not contain the `aws_mc.py` ReFrame config yet | ||
# The custom EESSI_TESTSUITE_URL and EESSI_TESTSUITE_BRANCH can be removed in a follow-up PR | ||
EESSI_TESTSUITE_URL='https://github.com/casparvl/test-suite.git' | ||
EESSI_TESTSUITE_BRANCH='CI' | ||
if [ -z "${REFRAME_ARGS}" ]; then | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
REFRAME_VERSION=4.4.1 # ReFrame version that will be pip-installed to drive the test suite | ||
if [ -z "${REFRAME_ARGS}" ]; then | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
REFRAME_VERSION=4.4.1 # ReFrame version that will be pip-installed to drive the test suite | ||
if [ -z "${REFRAME_ARGS}" ]; then | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
fi |