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
csst-pipeline
csst_proto
Commits
2f83e5a2
Commit
2f83e5a2
authored
Oct 10, 2022
by
BO ZHANG
🏀
Browse files
updated structure
parent
06fd2b2f
Pipeline
#210
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/source/cicd.rst
View file @
2f83e5a2
...
...
@@ -26,13 +26,13 @@ Still Failing
``build log`` explained
-----------------------
The build log includes
several
sections
on
The build log includes
6
sections
.
1. a c
heck on versions of requirements
C
heck on versions of requirements
The status will be non-zero if any of your requirements is behind other developers.
2. a c
heck on installation of requirements
C
heck on installation of requirements
The status will be non-zero if ``pip install -r requirements.txt`` exit with non-zero status.
3. a c
heck on installation of package
C
heck on installation of package
The status will be non-zero if the following code are unsuccessfully executed
.. code-block:: bash
...
...
@@ -42,21 +42,21 @@ The build log includes several sections on
python setup.py sdist # build source code
pip install dist/*.tar.gz --force-reinstall --no-deps # install package without dependencies
4. a c
heck on import of interfaces (top_level_interface)
C
heck on import of interfaces (
``
top_level_interface
``
)
The status will be non-zero if the following code are unsuccessfully executed
.. code-block:: python
from <your_package>.top_level_interface import *
5.
unit tests and coverage
Run
unit tests and coverage
The status will be non-zero if the following code are unsuccessfully executed
.. code-block:: bash
coverage run -m pytest --import-mode=importlib
6.
Numpydoc validation of interfaces
``
Numpydoc
``
validation of interfaces
.. code-block:: bash
...
...
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