Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
18b0efc3
Unverified
Commit
18b0efc3
authored
Dec 08, 2020
by
René Fritze
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] fix sdist generation
parent
d82511c9
Pipeline
#70100
failed with stages
in 48 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
.ci/gitlab/ci.yml
.ci/gitlab/ci.yml
+3
-10
.ci/gitlab/template.ci.py
.ci/gitlab/template.ci.py
+3
-2
No files found.
.ci/gitlab/ci.yml
View file @
18b0efc3
...
...
@@ -593,8 +593,6 @@ cpp_demo 3 6:
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
-
./.ci/gitlab/test_cpp_demo.bash
-
find . -name "coverage*"
-
ls -la *
cpp_demo 3 7
:
extends
:
.pytest
rules
:
...
...
@@ -617,8 +615,6 @@ cpp_demo 3 7:
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
-
./.ci/gitlab/test_cpp_demo.bash
-
find . -name "coverage*"
-
ls -la *
cpp_demo 3 8
:
extends
:
.pytest
rules
:
...
...
@@ -641,8 +637,6 @@ cpp_demo 3 8:
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
-
./.ci/gitlab/test_cpp_demo.bash
-
find . -name "coverage*"
-
ls -la *
cpp_demo 3 9
:
extends
:
.pytest
rules
:
...
...
@@ -665,8 +659,6 @@ cpp_demo 3 9:
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
-
./.ci/gitlab/test_cpp_demo.bash
-
find . -name "coverage*"
-
ls -la *
ci_weekly 3 6
:
extends
:
.pytest
timeout
:
5h
...
...
@@ -972,7 +964,8 @@ wheel 2014 py3 9:
pypi
:
extends
:
.sanity_checks
extends
:
.test_base
image
:
zivgitlab.wwu.io/pymor/docker/pymor/python_3.9:2f44a2ffd0e78749f55145db80e161b814693300
stage
:
deploy
dependencies
:
-
wheel 2010 py3
6
...
...
@@ -1009,7 +1002,7 @@ pypi:
expire_in
:
6 months
name
:
pymor-wheels
before_script
:
-
apk add py3-pip
-
pip3 install -r requirements.txt
-
pip3 install twine
script
:
-
${CI_PROJECT_DIR}/.ci/gitlab/pypi_deploy.bash
...
...
.ci/gitlab/template.ci.py
View file @
18b0efc3
...
...
@@ -313,7 +313,8 @@ wheel {{ML}} py{{PY[0]}} {{PY[2]}}:
{% endfor %}
pypi:
extends: .sanity_checks
extends: .test_base
image: {{registry}}/pymor/python_3.9:{{ci_image_tag}}
stage: deploy
dependencies:
{%- for PY in pythons %}
...
...
@@ -335,7 +336,7 @@ pypi:
expire_in: 6 months
name: pymor-wheels
before_script:
-
apk add py3-pip
-
pip3 install -r requirements.txt
- pip3 install twine
script:
- ${CI_PROJECT_DIR}/.ci/gitlab/pypi_deploy.bash
...
...
René Fritze
@r_milk01
mentioned in commit
11758fcf
·
Dec 09, 2020
mentioned in commit
11758fcf
mentioned in commit 11758fcfd9f52d8bf303f65094ad6694322ffdf6
Toggle commit list
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