Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Project Juggler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIC
Project Juggler
Commits
1b995670
Commit
1b995670
authored
Dec 21, 2020
by
Whitney Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CI
modified: ../../../.gitlab-ci.yml
parent
fdb99566
Pipeline
#5361
passed with stages
in 8 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
.gitlab-ci.yml
.gitlab-ci.yml
+14
-4
No files found.
.gitlab-ci.yml
View file @
1b995670
...
...
@@ -47,6 +47,11 @@ docker:push:
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"'
when
:
never
-
when
:
on_success
retry
:
max
:
2
when
:
-
runner_system_failure
-
stuck_or_timeout_failure
tags
:
-
silicon
script
:
...
...
@@ -82,10 +87,15 @@ docker:singularity:
-
cp juggler.sif build/.
-
cp juggler.def build/.
artifacts
:
expire_in
:
90 days
paths
:
-
build/juggler.sif
-
build/juggler.def
expire_in
:
90 days
paths
:
-
build/juggler.sif
-
build/juggler.def
#singularity:push:
# stage
:
deploy
# when: manual
benchmarks:reconstruction:
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment