Skip to content
Snippets Groups Projects
Commit bff7f189 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: remove need for extends .singularity

parent 4cab6756
No related branches found
No related tags found
1 merge request!701feat: use official singularity image
...@@ -411,7 +411,7 @@ jug_xl:nightly: ...@@ -411,7 +411,7 @@ jug_xl:nightly:
containers/jug containers/jug
.singularity: singularity:
image: image:
name: ${SINGULARITY_IMAGE} name: ${SINGULARITY_IMAGE}
entrypoint: [""] entrypoint: [""]
...@@ -424,15 +424,7 @@ jug_xl:nightly: ...@@ -424,15 +424,7 @@ jug_xl:nightly:
artifacts: artifacts:
expire_in: 1 days expire_in: 1 days
paths: paths:
- build/${BUILD_IMAGE}.sif - ${BUILD_IMAGE}.sif
before_script: ""
script:
- mkdir build
- singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${BUILD_TYPE}
after_script: ""
singularity:
extends: .singularity
parallel: parallel:
matrix: matrix:
- BUILD_TYPE: - BUILD_TYPE:
...@@ -446,6 +438,8 @@ singularity: ...@@ -446,6 +438,8 @@ singularity:
- jug_dev - jug_dev
- jug_xl:default - jug_xl:default
- jug_xl:nightly - jug_xl:nightly
script:
- singularity pull ${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${BUILD_TYPE}
benchmarks:reconstruction:default: benchmarks:reconstruction:default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment