Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pyMOR
pymor
Commits
692cacda
Unverified
Commit
692cacda
authored
Dec 03, 2020
by
René Fritze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] some more descriptive names for gitlab jobs
parent
a792193b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
.ci/gitlab/ci.yml
.ci/gitlab/ci.yml
+8
-8
.ci/gitlab/template.ci.py
.ci/gitlab/template.ci.py
+4
-4
No files found.
.ci/gitlab/ci.yml
View file @
692cacda
...
...
@@ -782,7 +782,7 @@ submit ci_weekly 3 9:
pip
1/3
:
from source
1/3
:
tags
:
[
mike
]
services
:
-
name
:
zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.6:2f44a2ffd0e78749f55145db80e161b814693300
...
...
@@ -796,7 +796,7 @@ pip 1/3:
image
:
zivgitlab.wwu.io/pymor/docker/pymor/deploy_checks_centos_8:2f44a2ffd0e78749f55145db80e161b814693300
script
:
./.ci/gitlab/install_checks/centos_8/check.bash
pip
2/3
:
from source
2/3
:
tags
:
[
mike
]
services
:
-
name
:
zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.7:2f44a2ffd0e78749f55145db80e161b814693300
...
...
@@ -810,7 +810,7 @@ pip 2/3:
image
:
zivgitlab.wwu.io/pymor/docker/pymor/deploy_checks_debian_buster:2f44a2ffd0e78749f55145db80e161b814693300
script
:
./.ci/gitlab/install_checks/debian_buster/check.bash
pip
3/3
:
from source
3/3
:
tags
:
[
mike
]
services
:
-
name
:
zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.9:2f44a2ffd0e78749f55145db80e161b814693300
...
...
@@ -834,7 +834,7 @@ binder base image:
-
docker run ${BINDERIMAGE} ipython -c "from pymor.basic import *"
-
docker push ${BINDERIMAGE}
local
_jupyt
er
:
local
dock
er
:
extends
:
.binder
script
:
-
make docker_image
...
...
@@ -971,7 +971,7 @@ wheel 2014 py3 9:
pypi
deploy
:
pypi
:
extends
:
.sanity_checks
stage
:
deploy
dependencies
:
...
...
@@ -1014,7 +1014,7 @@ pypi deploy:
name
:
safe
check_
wheel 1
:
from
wheel 1
/3
:
extends
:
.check_wheel
dependencies
:
-
"
wheel
2010
py3
6"
...
...
@@ -1026,7 +1026,7 @@ check_wheel 1:
-
python3 -m pip --version
-
devpi install pymor[full]
check_
wheel 2
:
from
wheel 2
/3
:
extends
:
.check_wheel
dependencies
:
-
"
wheel
2010
py3
7"
...
...
@@ -1038,7 +1038,7 @@ check_wheel 2:
-
python3 -m pip --version
-
devpi install pymor[full]
check_
wheel 3
:
from
wheel
3/
3
:
extends
:
.check_wheel
dependencies
:
-
"
wheel
2010
py3
9"
...
...
.ci/gitlab/template.ci.py
View file @
692cacda
...
...
@@ -251,7 +251,7 @@ submit ci_weekly {{py[0]}} {{py[2]}}:
{% for OS, PY in testos %}
pip
{{loop.index}}/{{loop.length}}:
from source
{{loop.index}}/{{loop.length}}:
tags: [mike]
services:
- name: {{registry}}/pymor/pypi-mirror_stable_py{{PY}}:{{pypi_mirror_tag}}
...
...
@@ -275,7 +275,7 @@ binder base image:
- docker run ${BINDERIMAGE} ipython -c "from pymor.basic import *"
- docker push ${BINDERIMAGE}
local
_jupyt
er:
local
dock
er:
extends: .binder
script:
- make docker_image
...
...
@@ -312,7 +312,7 @@ wheel {{ML}} py{{PY[0]}} {{PY[2]}}:
{% endfor %}
{% endfor %}
pypi
deploy
:
pypi:
extends: .sanity_checks
stage: deploy
dependencies:
...
...
@@ -340,7 +340,7 @@ pypi deploy:
name: safe
{% for OS, PY in testos %}
check_
wheel {{loop.index}}:
from
wheel {{loop.index}}
/{{loop.length}}
:
extends: .check_wheel
dependencies:
{%- for ML in manylinuxs %}
...
...
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