Skip to content
Snippets Groups Projects
Commit 47934785 authored by Gregory Ashton's avatar Gregory Ashton Committed by Colm Talbot
Browse files

Revert "Reduce to one test"

This reverts commit d03e7b73.
parent b4086d67
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ basic-3.7: ...@@ -43,7 +43,7 @@ basic-3.7:
# test example on python 3.7 # test example on python 3.7
python-3.7: python-3.7:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script: script:
- python -m pip install . - python -m pip install .
...@@ -69,7 +69,7 @@ python-3.7: ...@@ -69,7 +69,7 @@ python-3.7:
# test example on python 3.8 # test example on python 3.8
python-3.8: python-3.8:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python38 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python38-frozen
script: script:
- python -m pip install . - python -m pip install .
...@@ -78,7 +78,7 @@ python-3.8: ...@@ -78,7 +78,7 @@ python-3.8:
# test example on python 3.6 # test example on python 3.6
python-3.6: python-3.6:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python36 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python36-frozen
script: script:
- python -m pip install . - python -m pip install .
...@@ -87,7 +87,7 @@ python-3.6: ...@@ -87,7 +87,7 @@ python-3.6:
# test samplers on python 3.7 # test samplers on python 3.7
python-3.7-samplers: python-3.7-samplers:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script: script:
- python -m pip install . - python -m pip install .
...@@ -97,7 +97,7 @@ python-3.7-samplers: ...@@ -97,7 +97,7 @@ python-3.7-samplers:
# test samplers on python 3.6 # test samplers on python 3.6
python-3.6-samplers: python-3.6-samplers:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python36 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python36-frozen
script: script:
- python -m pip install . - python -m pip install .
...@@ -106,7 +106,7 @@ python-3.6-samplers: ...@@ -106,7 +106,7 @@ python-3.6-samplers:
# Test containers are up to date # Test containers are up to date
containers: containers:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script: script:
- cd containers - cd containers
- python write_dockerfiles.py - python write_dockerfiles.py
...@@ -117,7 +117,7 @@ containers: ...@@ -117,7 +117,7 @@ containers:
# Tests run at a fixed schedule rather than on push # Tests run at a fixed schedule rather than on push
scheduled-python-3.7: scheduled-python-3.7:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
only: only:
- schedules - schedules
script: script:
...@@ -129,7 +129,7 @@ scheduled-python-3.7: ...@@ -129,7 +129,7 @@ scheduled-python-3.7:
plotting: plotting:
stage: test stage: test
image: bilbydev/bilby-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
only: only:
- schedules - schedules
script: script:
...@@ -140,7 +140,7 @@ plotting: ...@@ -140,7 +140,7 @@ plotting:
authors: authors:
stage: test stage: test
image: bilbydev/bilby-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script: script:
- python test/check_author_list.py - python test/check_author_list.py
...@@ -162,7 +162,7 @@ pages: ...@@ -162,7 +162,7 @@ pages:
deploy_release: deploy_release:
stage: deploy stage: deploy
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
variables: variables:
TWINE_USERNAME: $PYPI_USERNAME TWINE_USERNAME: $PYPI_USERNAME
TWINE_PASSWORD: $PYPI_PASSWORD TWINE_PASSWORD: $PYPI_PASSWORD
...@@ -177,7 +177,7 @@ deploy_release: ...@@ -177,7 +177,7 @@ deploy_release:
precommits-py3.7: precommits-py3.7:
stage: test stage: test
image: bilbydev/v2-dockerfile-test-suite-python37 image: quay.io/gregory_ashton/bilby_v2-dockerfile-test-suite-python37-frozen
script: script:
- source activate python37 - source activate python37
- mkdir -p .pip37 - mkdir -p .pip37
......
FROM continuumio/miniconda3 FROM containers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \ LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
......
# This dockerfile is written automatically and should not be modified by hand. # This dockerfile is written automatically and should not be modified by hand.
FROM continuumio/miniconda3 FROM containers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \ LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
......
# This dockerfile is written automatically and should not be modified by hand. # This dockerfile is written automatically and should not be modified by hand.
FROM continuumio/miniconda3 FROM containers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \ LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
......
# This dockerfile is written automatically and should not be modified by hand. # This dockerfile is written automatically and should not be modified by hand.
FROM continuumio/miniconda3 FROM containers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \ LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
......
# This dockerfile is written automatically and should not be modified by hand. # This dockerfile is written automatically and should not be modified by hand.
FROM continuumio/miniconda3 FROM containers.ligo.org/docker/base:conda
LABEL name="bilby Base miniconda3" \ LABEL name="bilby Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" maintainer="Gregory Ashton <gregory.ashton@ligo.org>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment