Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
bilby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
12
Merge Requests
12
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
bilby
Commits
8914ed82
Commit
8914ed82
authored
Nov 20, 2020
by
Colm Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update-CI-containers-to-quay' into 'master'
Update containers See merge request
!897
parents
b4086d67
47934785
Pipeline
#171247
failed with stages
in 20 minutes and 42 seconds
Changes
6
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
.gitlab-ci.yml
.gitlab-ci.yml
+11
-11
containers/dockerfile-template
containers/dockerfile-template
+1
-1
containers/v2-dockerfile-test-suite-python35
containers/v2-dockerfile-test-suite-python35
+1
-1
containers/v2-dockerfile-test-suite-python36
containers/v2-dockerfile-test-suite-python36
+1
-1
containers/v2-dockerfile-test-suite-python37
containers/v2-dockerfile-test-suite-python37
+1
-1
containers/v2-dockerfile-test-suite-python38
containers/v2-dockerfile-test-suite-python38
+1
-1
No files found.
.gitlab-ci.yml
View file @
8914ed82
...
...
@@ -43,7 +43,7 @@ basic-3.7:
# test example on python 3.7
python-3.7
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script
:
-
python -m pip install .
...
...
@@ -69,7 +69,7 @@ python-3.7:
# test example on python 3.8
python-3.8
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python38
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python38-frozen
script
:
-
python -m pip install .
...
...
@@ -78,7 +78,7 @@ python-3.8:
# test example on python 3.6
python-3.6
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python36
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python36-frozen
script
:
-
python -m pip install .
...
...
@@ -87,7 +87,7 @@ python-3.6:
# test samplers on python 3.7
python-3.7-samplers
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script
:
-
python -m pip install .
...
...
@@ -97,7 +97,7 @@ python-3.7-samplers:
# test samplers on python 3.6
python-3.6-samplers
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python36
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python36-frozen
script
:
-
python -m pip install .
...
...
@@ -106,7 +106,7 @@ python-3.6-samplers:
# Test containers are up to date
containers
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script
:
-
cd containers
-
python write_dockerfiles.py
...
...
@@ -117,7 +117,7 @@ containers:
# Tests run at a fixed schedule rather than on push
scheduled-python-3.7
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
only
:
-
schedules
script
:
...
...
@@ -129,7 +129,7 @@ scheduled-python-3.7:
plotting
:
stage
:
test
image
:
bilbydev/bilby-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
only
:
-
schedules
script
:
...
...
@@ -140,7 +140,7 @@ plotting:
authors
:
stage
:
test
image
:
bilbydev/bilby-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script
:
-
python test/check_author_list.py
...
...
@@ -162,7 +162,7 @@ pages:
deploy_release
:
stage
:
deploy
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
variables
:
TWINE_USERNAME
:
$PYPI_USERNAME
TWINE_PASSWORD
:
$PYPI_PASSWORD
...
...
@@ -177,7 +177,7 @@ deploy_release:
precommits-py3.7
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python37
image
:
quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script
:
-
source activate python37
-
mkdir -p .pip37
...
...
containers/dockerfile-template
View file @
8914ed82
FROM cont
inuumio/miniconda3
FROM cont
ainers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
...
...
containers/v2-dockerfile-test-suite-python35
View file @
8914ed82
# This dockerfile is written automatically and should not be modified by hand.
FROM cont
inuumio/miniconda3
FROM cont
ainers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
...
...
containers/v2-dockerfile-test-suite-python36
View file @
8914ed82
# This dockerfile is written automatically and should not be modified by hand.
FROM cont
inuumio/miniconda3
FROM cont
ainers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
...
...
containers/v2-dockerfile-test-suite-python37
View file @
8914ed82
# This dockerfile is written automatically and should not be modified by hand.
FROM cont
inuumio/miniconda3
FROM cont
ainers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
...
...
containers/v2-dockerfile-test-suite-python38
View file @
8914ed82
# This dockerfile is written automatically and should not be modified by hand.
FROM cont
inuumio/miniconda3
FROM cont
ainers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
...
...
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