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
5ec8a5c8
Commit
5ec8a5c8
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Some cleanup/improved consistency of the CI
parent
2444675d
No related branches found
No related tags found
1 merge request
!16
New feature version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-25
26 additions, 25 deletions
.gitlab-ci.yml
with
26 additions
and
25 deletions
.gitlab-ci.yml
+
26
−
25
View file @
5ec8a5c8
...
@@ -137,53 +137,55 @@ release:unstable:
...
@@ -137,53 +137,55 @@ release:unstable:
-
make login
-
make login
-
make develop-cached
-
make develop-cached
builder
:singularity
:
release
:singularity
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
-
silicon
-
silicon
only
:
only
:
-
tags
-
tags
needs
:
[
"
builder:stable"
]
needs
:
[
"
release:stable"
]
when
:
manual
script
:
script
:
-
cp containers/
builder/eic_builder
.def .
-
cp containers/
release/eic
.def .
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/build.sh eic
_builder
.def
-
/bin/bash .gitlabci/build.sh eic.def
-
mkdir -p build
-
mkdir -p build
-
cp eic
_builder
.sif build/.
-
cp eic.sif build/.
-
cp eic
_builder
.def build/.
-
cp eic.def build/.
artifacts
:
artifacts
:
expire_in
:
90 days
# this will change in future gitlab vesions :https://docs.gitlab.com/13.3/ee/ci/yaml/README.html#artifactsexpire_in
paths
:
paths
:
-
build/eic_builder.sif
-
build/eic.sif
-
build/eic_builder.def
-
build/eic.def
release:singularity:stable
:
builder:singularity:unstable
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
-
silicon
-
silicon
only
:
only
:
-
develop
-
master
needs
:
[
"
builder:unstable"
]
when
:
when
:
manual
-
manual
needs
:
[
"
release:stable"
]
script
:
script
:
-
cp containers/
builder/eic_builder
.def .
-
cp containers/
release/eic
.def .
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/build.sh eic
_builder
.def
-
/bin/bash .gitlabci/build.sh eic.def
-
mkdir -p build
-
mkdir -p build
-
cp eic
_builder
.sif build/.
-
cp eic.sif build/.
-
cp eic
_builder
.def build/.
-
cp eic.def build/.
artifacts
:
artifacts
:
expire_in
:
90 days
# this will change in future gitlab vesions :https://docs.gitlab.com/13.3/ee/ci/yaml/README.html#artifactsexpire_in
paths
:
paths
:
-
build/eic_builder.sif
-
build/eic.sif
-
build/eic_builder.def
-
build/eic.def
release:singularity:testing
:
release:singularity
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
-
silicon
-
silicon
only
:
only
:
-
tags
-
staging
needs
:
[
"
release:stable"
]
when
:
-
manual
needs
:
[
"
release:testing"
]
script
:
script
:
-
cp containers/release/eic.def .
-
cp containers/release/eic.def .
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/setup.sh
...
@@ -196,7 +198,6 @@ release:singularity:
...
@@ -196,7 +198,6 @@ release:singularity:
paths
:
paths
:
-
build/eic.sif
-
build/eic.sif
-
build/eic.def
-
build/eic.def
release:singularity:unstable
:
release:singularity:unstable
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
...
...
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