Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
waLBerla
waLBerla
Commits
d8aca3ab
Commit
d8aca3ab
authored
Nov 02, 2021
by
Dominik Thoennes
Browse files
pin lbmpy to specific version
parent
941934df
Pipeline
#35270
passed with stages
in 352 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d8aca3ab
...
...
@@ -379,7 +379,7 @@ gcc_9_serial:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -400,7 +400,7 @@ gcc_9_mpionly:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -419,7 +419,7 @@ gcc_9_hybrid:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -437,7 +437,7 @@ gcc_9_serial_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -459,7 +459,7 @@ gcc_9_mpionly_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -479,7 +479,7 @@ gcc_9_hybrid_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -513,7 +513,7 @@ gcc_10_serial:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -534,7 +534,7 @@ gcc_10_mpionly:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -553,7 +553,7 @@ gcc_10_hybrid:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -571,7 +571,7 @@ gcc_10_serial_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -593,7 +593,7 @@ gcc_10_mpionly_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -613,7 +613,7 @@ gcc_10_hybrid_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:10
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -647,7 +647,7 @@ gcc_11_serial:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -668,7 +668,7 @@ gcc_11_mpionly:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -688,7 +688,7 @@ gcc_11_hybrid:
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
stage
:
pretest
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -703,7 +703,7 @@ gcc_11_serial_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -722,7 +722,7 @@ gcc_11_mpionly_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
@@ -739,7 +739,7 @@ gcc_11_hybrid_dbg:
extends
:
.build_template
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
before_script
:
-
pip3 install lbmpy jinja2 pytest
-
pip3 install lbmpy
==0.4.1
jinja2 pytest
-
cd python
-
python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
-
cd ..
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment