Skip to content
Snippets Groups Projects
Commit cb7ec932 authored by payno's avatar payno
Browse files

CI: add CI for testing swmr on and off

parent 62df5bd5
No related branches found
No related tags found
1 merge request!182io: add a function to get the 'swmr' to be used.
Pipeline #160297 passed
...@@ -81,7 +81,7 @@ test_python3.8_silx_1: ...@@ -81,7 +81,7 @@ test_python3.8_silx_1:
- python -m pip install silx==1.1.2 - python -m pip install silx==1.1.2
- python -m pytest --basetemp=pytest_test_dir tomoscan/ - python -m pytest --basetemp=pytest_test_dir tomoscan/
test_python3.8_silx_2: test_python3.8_silx_2_swmr_on:
stage: test stage: test
image: docker-registry.esrf.fr/dau/ewoks:python_3.8_glx image: docker-registry.esrf.fr/dau/ewoks:python_3.8_glx
extends: .build_template extends: .build_template
...@@ -89,6 +89,19 @@ test_python3.8_silx_2: ...@@ -89,6 +89,19 @@ test_python3.8_silx_2:
- python -m pip install .[test] - python -m pip install .[test]
- python -m pip install silx --pre - python -m pip install silx --pre
- python -m pytest --basetemp=pytest_test_dir tomoscan/ - python -m pytest --basetemp=pytest_test_dir tomoscan/
variables:
TOMOTOOLS_SWMR: "True"
test_python3.8_silx_2_swmr_off:
stage: test
image: docker-registry.esrf.fr/dau/ewoks:python_3.8_glx
extends: .build_template
script:
- python -m pip install .[test]
- python -m pip install silx --pre
- python -m pytest --basetemp=pytest_test_dir tomoscan/
variables:
TOMOTOOLS_SWMR: "False"
test_python3.8_silx_2_swmr_none: test_python3.8_silx_2_swmr_none:
stage: test stage: test
......
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