Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lscsoft
bilby
Commits
2c777b0e
Commit
2c777b0e
authored
1 year ago
by
Colm Talbot
Browse files
Options
Downloads
Patches
Plain Diff
CI: remove py3.8 testing
parent
612174fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1273
BUGFIX: fix random number generation with parallelization
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-28
28 additions, 28 deletions
.gitlab-ci.yml
with
28 additions
and
28 deletions
.gitlab-ci.yml
+
28
−
28
View file @
2c777b0e
...
...
@@ -59,9 +59,9 @@ containers:
${script} --help;
done
basic-3.8
:
<<
:
*test-python
image
:
python:3.8
#
basic-3.8:
#
<<: *test-python
#
image: python:3.8
basic-3.9
:
<<
:
*test-python
...
...
@@ -78,9 +78,9 @@ basic-3.10:
-
python -m pip list installed
-
python test/test_samplers_import.py
import-samplers-3.8
:
<<
:
*test-samplers-import
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
#
import-samplers-3.8:
#
<<: *test-samplers-import
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python38
import-samplers-3.9
:
<<
:
*test-samplers-import
...
...
@@ -102,12 +102,12 @@ import-samplers-3.10:
# Run precommits (flake8, spellcheck, isort, no merge conflicts, etc)
-
pre-commit run --all-files --verbose --show-diff-on-failure
precommits-py3.8
:
<<
:
*precommits
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
variables
:
CACHE_DIR
:
"
.pip38"
PYVERSION
:
"
python38"
#
precommits-py3.8:
#
<<: *precommits
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python38
#
variables:
#
CACHE_DIR: ".pip38"
#
PYVERSION: "python38"
precommits-py3.9
:
<<
:
*precommits
...
...
@@ -142,10 +142,10 @@ install:
-
pytest --cov=bilby --durations
10
python-3.8
:
<<
:
*unit-test
needs
:
[
"
basic-3.8"
,
"
precommits-py3.8"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
#
python-3.8:
#
<<: *unit-test
#
needs: ["basic-3.8", "precommits-py3.8"]
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python38
python-3.9
:
<<
:
*unit-test
...
...
@@ -176,10 +176,10 @@ python-3.10:
-
python -m pip list installed
-
pytest test/integration/sampler_run_test.py --durations 10 -v
python-3.8-samplers
:
<<
:
*test-sampler
needs
:
[
"
basic-3.8"
,
"
precommits-py3.8"
]
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
#
python-3.8-samplers:
#
<<: *test-sampler
#
needs: ["basic-3.8", "precommits-py3.8"]
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python38
python-3.9-samplers
:
<<
:
*test-sampler
...
...
@@ -213,10 +213,10 @@ integration-tests-python-3.9:
-
pytest test/gw/plot_test.py
plotting-python-3.8
:
<<
:
*plotting
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python38
needs
:
[
"
basic-3.8"
,
"
precommits-py3.8"
]
#
plotting-python-3.8:
#
<<: *plotting
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python38
#
needs: ["basic-3.8", "precommits-py3.8"]
plotting-python-3.9
:
<<
:
*plotting
...
...
@@ -285,10 +285,10 @@ pages:
-
docker image tag v3-bilby-$PYVERSION containers.ligo.org/lscsoft/bilby/v2-bilby-$PYVERSION:latest
-
docker image push containers.ligo.org/lscsoft/bilby/v2-bilby-$PYVERSION:latest
build-python38-container
:
<<
:
*build-container
variables
:
PYVERSION
:
"
python38"
#
build-python38-container:
#
<<: *build-container
#
variables:
#
PYVERSION: "python38"
build-python39-container
:
<<
:
*build-container
...
...
This diff is collapsed.
Click to expand it.
Colm Talbot
@colm.talbot
mentioned in commit
2eb13904
·
1 year ago
mentioned in commit
2eb13904
mentioned in commit 2eb13904dfd6dd5e3f891b3e42081fdba7c0b308
Toggle commit list
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