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
d5d874b1
Commit
d5d874b1
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: use official singularity image
parent
61d28076
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
+21
-23
21 additions, 23 deletions
.gitlab-ci.yml
with
21 additions
and
23 deletions
.gitlab-ci.yml
+
21
−
23
View file @
d5d874b1
image
:
eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
image
:
eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables
:
variables
:
## External images
DOCKER_IMAGE
:
docker.io/docker:24.0.5
SINGULARITY_IMAGE
:
quay.io/singularity/singularity:v3.11.4
## Application versions used for the main release
## Application versions used for the main release
## note: nightly builds will always use the master/main branch
## note: nightly builds will always use the master/main branch
JUGGLER_VERSION
:
"
v10.0.1"
JUGGLER_VERSION
:
"
v10.0.1"
...
@@ -406,51 +410,45 @@ jug_xl:nightly:
...
@@ -406,51 +410,45 @@ jug_xl:nightly:
--build-context detectors=.
--build-context detectors=.
containers/jug
containers/jug
.singularity
:
.singularity
:
image
:
name
:
${SINGULARITY_IMAGE}
entrypoint
:
[
"
"
]
stage
:
deploy
stage
:
deploy
interruptible
:
true
interruptible
:
true
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
never
when
:
on_success
-
when
:
never
artifacts
:
artifacts
:
expire_in
:
1 days
expire_in
:
1 days
paths
:
paths
:
-
build/${BUILD_IMAGE}.sif
-
build/${BUILD_IMAGE}.sif
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
:
"
"
jug_dev:singularity:default
:
extends
:
.singularity
needs
:
-
version
-
jug_dev
variables
:
BUILD_IMAGE
:
"
jug_dev"
jug_xl:singularity:default
:
jug_xl:singularity:default
:
extends
:
.singularity
extends
:
.singularity
variables
:
BUILD_TYPE
:
default
BUILD_IMAGE
:
jug_xl
needs
:
needs
:
-
version
-
version
-
jug_xl:default
-
jug_xl:default
variables
:
BUILD_IMAGE
:
"
jug_xl"
# eic-shell expects build/jug_xl.sif from the job with name 'jug_xl:singularity:nightly'
jug_xl:singularity:nightly
:
jug_xl:singularity:nightly
:
extends
:
.singularity
extends
:
.singularity
rules
:
variables
:
-
!reference
[
'
.singularity'
,
rules
]
BUILD_TYPE
:
nightly
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
BUILD_IMAGE
:
jug_xl
when
:
on_success
-
when
:
never
needs
:
needs
:
-
version
-
version
-
jug_xl:nightly
-
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