Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simc-file-input
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
jlab
simc-file-input
Commits
0e13cd33
Commit
0e13cd33
authored
May 23, 2019
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
cleaned up build script
parent
1ae2b36e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1557
passed
May 23, 2019
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-20
8 additions, 20 deletions
.gitlab-ci.yml
with
8 additions
and
20 deletions
.gitlab-ci.yml
+
8
−
20
View file @
0e13cd33
...
@@ -2,28 +2,16 @@ image: eicweb.phy.anl.gov:4567/whit/image_recipes/root_base:latest
...
@@ -2,28 +2,16 @@ image: eicweb.phy.anl.gov:4567/whit/image_recipes/root_base:latest
#image: whit2333/root_base:latest
#image: whit2333/root_base:latest
#
#
singularity
-build
:
simc_
singularity
:
tags
:
tags
:
-
singularity
-
singularity
script
:
script
:
#- docker login eicweb.phy.anl.gov:4567 -u whit -p ${CI_IMAGE_BUILD_PAT}
-
cp containers/singularity/Singularity Singularity.simc
-
cp containers/singularity/Singularity .
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/setup.sh
-
/bin/bash .gitlabci/build.sh Singularity
-
/bin/bash .gitlabci/build.sh Singularity.simc
-
mkdir -p build
-
mkdir -p build && cp *.simg build
-
cp Singularity.simc.simg build/.
-
mkdir -p build && cp Singularity* build
-
cp Singularity.simc build/.
# Step 2. Take a look at "artifacts" below and add the paths you want added
# You can also add the entire build folder. You can also upload to storage
# clients defined by sregistry, here are some examples
# https://singularityhub.github.io/sregistry-cli/clients
# Environment variables must be defined in CI encrypted secrets/settings
# https://code.stanford.edu/help/ci/variables/README#variables).
#- /bin/bash build.sh --uri collection/container --cli google-storage Singularity
#- /bin/bash build.sh --uri collection/container --cli google-drive Singularity
#- /bin/bash build.sh --uri collection/container --cli globus Singularity
#- /bin/bash build.sh --uri collection/container --cli registry Singularity
# This is where you can save job artifacts
# This is where you can save job artifacts
# https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html
# https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html
...
@@ -31,5 +19,5 @@ singularity-build:
...
@@ -31,5 +19,5 @@ singularity-build:
# Don't forget to save your recipes too!
# Don't forget to save your recipes too!
artifacts
:
artifacts
:
paths
:
paths
:
-
build/Singularity.simg
-
build/Singularity.
simc.
simg
-
build/Singularity
-
build/Singularity
.simc
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