-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
13 additions
and
79 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 |
---|---|---|
|
@@ -12,6 +12,3 @@ build/ | |
# Distribution / packaging | ||
dist/ | ||
babs/VERSION | ||
|
||
# e2e testdata | ||
.testdata* |
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
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
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,21 +1,13 @@ | ||
#!/bin/bash -i | ||
|
||
# Here we perform all actions that must be done as root inside the container and then | ||
# execute the walkthrough as BABS_USER | ||
set -eu | ||
|
||
# add that outside user | ||
# groupadd --gid "$GID" "$USER" && useradd --uid $UID --gid "$GID" "$USER" | ||
|
||
# Install singularity inside the container | ||
yum update -y && yum install -y epel-release && yum update -y && yum install -y singularity-runtime apptainer | ||
# | ||
# git version | ||
# git config user.name > /dev/null || git config --system user.name "e2e slurm" | ||
# git config user.email > /dev/null || git config --system user.email "[email protected]" | ||
# git config --system --add safe.directory '*' | ||
|
||
export TESTDATA=/opt/testdata | ||
BABS_USER=testuser | ||
|
||
# Install singularity inside the container | ||
yum update -y && yum install -y epel-release && yum update -y && yum install -y singularity-runtime apptainer | ||
|
||
# Wait for slurm to be up | ||
max_retries=10 | ||
|
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