forked from EESSI/test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure things set in the environment take priority over the ci_con…
…fig.sh settings
- Loading branch information
Caspar van Leeuwen
committed
Mar 12, 2024
1 parent
f88cf17
commit 71a7e0b
Showing
3 changed files
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
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 | ||
EESSI_CVMFS_REPO="/cvmfs/pilot.eessi-hpc.org" | ||
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,2 +1,4 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
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,2 +1,4 @@ | ||
# Configurable items | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
if [ -z "${REFRAME_ARGS}" ]; then | ||
REFRAME_ARGS="--tag CI --tag 1_node|2_nodes" | ||
fi |