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

Missing some pipeline info

parent 208efcba
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
...@@ -71,7 +71,7 @@ variables: ...@@ -71,7 +71,7 @@ variables:
FAKEHOME: "/scratch/$(id -un)" FAKEHOME: "/scratch/$(id -un)"
COMMAND_OPTIONS_SBATCH: ${slurm_options} COMMAND_OPTIONS_SBATCH: ${slurm_options}
STACK_VERSION: $(jq -Mrc .stack.version ${CI_PROJECT_DIR}/stacks/${stack}/config.json) STACK_VERSION: $(jq -Mrc .stack.version ${CI_PROJECT_DIR}/stacks/${stack}/config.json)
image_name: "${stack}-${environment}-${SQUASHFS_ID}" image_name: "${stack}-${environment}-${SQUASHFS_ID}-${CI_PIPELINE_ID}"
squashfs_image: $(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1) squashfs_image: $(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
APPTAINER_EXEC_OPTIONS: >- APPTAINER_EXEC_OPTIONS: >-
${apptainer_options} ${apptainer_options}
......
...@@ -8,6 +8,6 @@ source ${CI_PROJECT_DIR}/ci/stack_env.sh ...@@ -8,6 +8,6 @@ source ${CI_PROJECT_DIR}/ci/stack_env.sh
cd /squashfs-cache cd /squashfs-cache
mksquashfs ${STACK_LOCATION} ${stack}-${environment}-${squash_id}-$(date +'%Y%m%d_%H%M').sqfs mksquashfs ${STACK_LOCATION} ${stack}-${environment}-${squash_id}-${CI_PIPELINE_ID}-$(date +'%Y%m%d_%H%M').sqfs
#ln -sf ${stack}-${environment}-${squash_id}-$(date +'%Y%m%d_%H%M').sqfs ${stack}-${environment}-${squash_id}.sqfs #ln -sf ${stack}-${environment}-${squash_id}-$(date +'%Y%m%d_%H%M').sqfs ${stack}-${environment}-${squash_id}.sqfs
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