Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
49097f0d
Commit
49097f0d
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: singularity correct matrix
parent
a659cbae
No related branches found
No related tags found
1 merge request
!701
feat: use official singularity image
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-24
23 additions, 24 deletions
.gitlab-ci.yml
with
23 additions
and
24 deletions
.gitlab-ci.yml
+
23
−
24
View file @
49097f0d
...
@@ -410,6 +410,7 @@ jug_xl:nightly:
...
@@ -410,6 +410,7 @@ jug_xl:nightly:
--build-context detectors=.
--build-context detectors=.
containers/jug
containers/jug
.singularity
:
.singularity
:
image
:
image
:
name
:
${SINGULARITY_IMAGE}
name
:
${SINGULARITY_IMAGE}
...
@@ -418,7 +419,10 @@ jug_xl:nightly:
...
@@ -418,7 +419,10 @@ jug_xl:nightly:
interruptible
:
true
interruptible
:
true
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
when
:
never
artifacts
:
artifacts
:
expire_in
:
1 days
expire_in
:
1 days
paths
:
paths
:
...
@@ -426,40 +430,35 @@ jug_xl:nightly:
...
@@ -426,40 +430,35 @@ jug_xl:nightly:
before_script
:
"
"
before_script
:
"
"
script
:
script
:
-
mkdir build
-
mkdir build
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}
-${BUILD_TYPE}
after_script
:
"
"
after_script
:
"
"
jug_dev:singularity:default
:
jug_dev:singularity
:
parallel
:
matrix
:
-
BUILD_TYPE
:
-
default
-
nightly
BUILD_IMAGE
:
-
jug_dev
extends
:
.singularity
extends
:
.singularity
needs
:
needs
:
-
version
-
version
-
jug_dev
-
jug_dev
variables
:
BUILD_IMAGE
:
"
jug_dev"
jug_xl:singularity:default
:
jug_xl:singularity
:
parallel
:
matrix
:
-
BUILD_TYPE
:
-
default
-
nightly
BUILD_IMAGE
:
-
jug_xl
extends
:
.singularity
extends
:
.singularity
needs
:
needs
:
-
version
-
version
-
jug_xl:default
-
jug_xl
variables
:
BUILD_IMAGE
:
"
jug_xl"
jug_xl:singularity:nightly
:
extends
:
.singularity
rules
:
-
!reference
[
'
.singularity'
,
rules
]
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
when
:
never
needs
:
-
version
-
jug_xl:nightly
variables
:
BUILD_IMAGE
:
"
jug_xl"
script
:
-
mkdir build
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
benchmarks:reconstruction:default
:
benchmarks:reconstruction:default
:
stage
:
benchmarks
stage
:
benchmarks
...
...
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