Skip to content
Snippets Groups Projects
Commit 3f562b2f authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding python unbuffered

parent a642ed65
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
...@@ -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
......
...@@ -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} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment