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

Correcting tags

parent 2edd21fc
No related branches found
No related tags found
1 merge request!6Correcting ci for deployment
......@@ -57,7 +57,6 @@ variables:
app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
path_suffix: ['']
tags:
- ${environment}
- stack
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
......@@ -86,6 +85,8 @@ variables:
.parallel_job:
extends:
- .parallel_definition
tags:
- ${environment}
variables:
squashfs_image: $(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
APPTAINER_EXEC_OPTIONS: >-
......@@ -111,6 +112,8 @@ spack:checkout:
--bind ${CI_DATA_ST}
extends:
- .parallel_definition
tags:
- ${environment}
before_script:
- git config --global --add --bool advice.detachedHead false
script:
......@@ -184,10 +187,10 @@ spack:install:
spack:deploy:
stage: deploy
tags:
- scitasbuild
extends:
- .parallel_definition
tags:
- scitasbuild
variables:
image_name: ${stack}-${environment}-${SQUASHFS_ID}
squashfs_image: $(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
......@@ -230,7 +233,6 @@ post_cleaning:
--cleanenv
--bind ${CI_DATA_LT}
--bind ${CI_DATA_ST}
--bind ${CI_DATA_LT}
extends:
- .parallel_definition
script:
......
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