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
4b527332
Commit
4b527332
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
modernized gitlabci
parent
7e32cbd0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
New v2.2.0 release version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-8
14 additions, 8 deletions
.gitlab-ci.yml
with
14 additions
and
8 deletions
.gitlab-ci.yml
+
14
−
8
View file @
4b527332
...
@@ -6,7 +6,7 @@ stages:
...
@@ -6,7 +6,7 @@ stages:
-
main
-
main
-
singularity
-
singularity
builder
_
stable
:
builder
:
stable
:
stage
:
builder
stage
:
builder
tags
:
tags
:
-
silicon
-
silicon
...
@@ -19,7 +19,7 @@ builder_stable:
...
@@ -19,7 +19,7 @@ builder_stable:
-
head Dockerfile
-
head Dockerfile
-
make login
-
make login
-
make release-cached
-
make release-cached
builder
_
unstable
:
builder
:
unstable
:
stage
:
builder
stage
:
builder
tags
:
tags
:
-
silicon
-
silicon
...
@@ -35,7 +35,7 @@ builder_unstable:
...
@@ -35,7 +35,7 @@ builder_unstable:
## I wish there were a simple way to transfer the "latest/unstable" strings
## I wish there were a simple way to transfer the "latest/unstable" strings
## between jobs...
## between jobs...
config
_
stable
:
config
:
stable
:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:latest
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:latest
stage
:
config
stage
:
config
tags
:
tags
:
...
@@ -44,6 +44,7 @@ config_stable:
...
@@ -44,6 +44,7 @@ config_stable:
-
tags
-
tags
-
master
-
master
-
staging
-
staging
needs
:
[
"
builder:stable"
]
script
:
script
:
-
bash containers/release/configure_release.sh
-
bash containers/release/configure_release.sh
artifacts
:
artifacts
:
...
@@ -51,7 +52,7 @@ config_stable:
...
@@ -51,7 +52,7 @@ config_stable:
-
config/spack-env.sh
-
config/spack-env.sh
-
config/eic-env.sh
-
config/eic-env.sh
-
config/Dockerfile
-
config/Dockerfile
config
_
unstable
:
config
:
unstable
:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:unstable
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:unstable
stage
:
config
stage
:
config
tags
:
tags
:
...
@@ -60,6 +61,7 @@ config_unstable:
...
@@ -60,6 +61,7 @@ config_unstable:
-
tags
-
tags
-
master
-
master
-
staging
-
staging
needs
:
[
"
builder:unstable"
]
script
:
script
:
-
bash containers/release/configure_release.sh
-
bash containers/release/configure_release.sh
artifacts
:
artifacts
:
...
@@ -68,7 +70,7 @@ config_unstable:
...
@@ -68,7 +70,7 @@ config_unstable:
-
config/eic-env.sh
-
config/eic-env.sh
-
config/Dockerfile
-
config/Dockerfile
release
_
stable
:
release
:
stable
:
stage
:
main
stage
:
main
tags
:
tags
:
-
silicon
-
silicon
...
@@ -76,13 +78,14 @@ release_stable:
...
@@ -76,13 +78,14 @@ release_stable:
-
tags
-
tags
-
master
-
master
-
staging
-
staging
needs
:
[
"
config:stable"
]
script
:
script
:
-
cp config/Dockerfile containers/release/Dockerfile
-
cp config/Dockerfile containers/release/Dockerfile
-
cp config/eic-env.sh containers/release/eic-env.sh
-
cp config/eic-env.sh containers/release/eic-env.sh
-
cd containers/release
-
cd containers/release
-
make login
-
make login
-
make release-cached
-
make release-cached
release
_
unstable
:
release
:
unstable
:
stage
:
main
stage
:
main
tags
:
tags
:
-
silicon
-
silicon
...
@@ -90,6 +93,7 @@ release_unstable:
...
@@ -90,6 +93,7 @@ release_unstable:
-
tags
-
tags
-
master
-
master
-
staging
-
staging
needs
:
[
"
config:unstable"
]
script
:
script
:
-
cp config/Dockerfile containers/release/Dockerfile
-
cp config/Dockerfile containers/release/Dockerfile
-
cp config/eic-env.sh containers/release/eic-env.sh
-
cp config/eic-env.sh containers/release/eic-env.sh
...
@@ -97,13 +101,14 @@ release_unstable:
...
@@ -97,13 +101,14 @@ release_unstable:
-
make login
-
make login
-
make develop-cached
-
make develop-cached
builder
_
singularity
:
builder
:
singularity
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
-
singularity
-
singularity
only
:
only
:
-
staging
-
staging
-
tags
-
tags
needs
:
[
"
builder:stable"
]
when
:
manual
when
:
manual
script
:
script
:
-
cp containers/builder/eic_builder.def .
-
cp containers/builder/eic_builder.def .
...
@@ -117,13 +122,14 @@ builder_singularity:
...
@@ -117,13 +122,14 @@ builder_singularity:
-
build/eic_builder.sif
-
build/eic_builder.sif
-
build/eic_builder.def
-
build/eic_builder.def
release
_
singularity
:
release
:
singularity
:
stage
:
singularity
stage
:
singularity
tags
:
tags
:
-
singularity
-
singularity
only
:
only
:
-
staging
-
staging
-
tags
-
tags
needs
:
[
"
release:stable"
]
script
:
script
:
-
cp containers/release/eic.def .
-
cp containers/release/eic.def .
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/setup.sh
...
...
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