Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
3f562b2f
Commit
3f562b2f
authored
7 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Adding python unbuffered
parent
a642ed65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Feat/stack pinot noir
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
ci/apptainer_by_hand.sh
+1
-0
1 addition, 0 deletions
ci/apptainer_by_hand.sh
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
3f562b2f
...
@@ -77,6 +77,7 @@ variables:
...
@@ -77,6 +77,7 @@ variables:
${apptainer_options}
${apptainer_options}
--cleanenv
--cleanenv
-H $(mktemp -d -p ${FAKEHOME}/):/home/$(id -un)
-H $(mktemp -d -p ${FAKEHOME}/):/home/$(id -un)
--env PYTHONUNBUFFERED=1
--bind ${CI_DATA_LT}/buildcache:${MOUNT_POINT}/buildcache
--bind ${CI_DATA_LT}/buildcache:${MOUNT_POINT}/buildcache
--bind ${CI_DATA_LT}/spack-mirror:${MOUNT_POINT}/spack-mirror
--bind ${CI_DATA_LT}/spack-mirror:${MOUNT_POINT}/spack-mirror
--bind ${CI_DATA_ST}/squashfs-cache/:/squashfs-cache
--bind ${CI_DATA_ST}/squashfs-cache/:/squashfs-cache
...
...
This diff is collapsed.
Click to expand it.
ci/apptainer_by_hand.sh
+
1
−
0
View file @
3f562b2f
...
@@ -34,6 +34,7 @@ srun ${srun_options} --pty apptainer run \
...
@@ -34,6 +34,7 @@ srun ${srun_options} --pty apptainer run \
--bind
${
CI_DATA_LT
}
/spack-mirror:
${
MOUNT_POINT
}
/spack-mirror
\
--bind
${
CI_DATA_LT
}
/spack-mirror:
${
MOUNT_POINT
}
/spack-mirror
\
--bind
${
CI_DATA_LT
}
/squashfs-cache/:/squashfs-cache
\
--bind
${
CI_DATA_LT
}
/squashfs-cache/:/squashfs-cache
\
--bind
${
CI_DATA_ST
}
/overlayfs:/overlayfs
\
--bind
${
CI_DATA_ST
}
/overlayfs:/overlayfs
\
--env
PYTHONUNBUFFERED
=
1
\
--env
stack
=
${
stack
}
\
--env
stack
=
${
stack
}
\
--env
environment
=
${
environment
}
\
--env
environment
=
${
environment
}
\
--env
GPG_PRIVATE_KEY
=
${
GPG_PRIVATE_KEY
}
\
--env
GPG_PRIVATE_KEY
=
${
GPG_PRIVATE_KEY
}
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment