-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI images #3642
Update CI images #3642
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3642 +/- ##
=======================================
Coverage 88% 88%
=======================================
Files 525 523 -2
Lines 23031 22446 -585
=======================================
- Hits 20312 19851 -461
+ Misses 2719 2595 -124
Continue to review full report at Codecov.
|
The Travis image is nearly identical to the Ubuntu 18.04 image. They are both available on DockerHub. Using image Ubuntu 18.04 in both GitLab-CI and Travis-CI reduces dockerfile duplication.
openssh is now always installed.
Deprecated since Sphinx 1.8. Raises a warning since Sphinx 3.0.
These issues raise errors in Sphinx 3.0. Use "Parameters" instead of "Attributes" in functions. Move docstrings to the corresponding functions if they are declared.
A bug ignores the value of `autodoc_mock_imports` in conf.py, leading to several "ValueError: wrapper loop when unwrapping ...".
ffe47eb
to
c3ecb57
Compare
The Sphinx CI failure will be fixed by espressomd/docker#173. The Sphinx and Travis changes in this PR will have to be cherry-picked in the 4.1.3 branch. |
whats wrong here? |
could you please also update the travis docker image |
Both the CI Linter and the GitLab CI docs are unreliable sources, it seems. Replacing the deprecated syntax for the global --- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5 +5,2 @@ variables:
-image: docker.pkg.github.com/espressomd/docker/ubuntu-18.04:a1192b35590a1a474c55fe1e9a1e6c25758454ea
+default:
+ image: docker.pkg.github.com/espressomd/docker/ubuntu-18.04:a1192b35590a1a474c55fe1e9a1e6c25758454ea Yet, from the GitLab CI documentation:
Replacing the content of the |
031594c
to
083bc12
Compare
the CI linter only checks yaml syntax not features |
Description of changes:
latest
images