feat: Change the command for testenv:releasenotes
1. change the command for testenv:releasenotes 2. add releasenotes as irrelevant-files for skyline-functional-devstack job Change-Id: Ia50312a136841ac42d77dcd5f23774161c9ae141
This commit is contained in:
parent
4dc1583958
commit
370b8bf229
@ -74,6 +74,8 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^.*\.md$
|
- ^.*\.md$
|
||||||
- ^kolla/.*$
|
- ^kolla/.*$
|
||||||
|
# releasenotes
|
||||||
|
- ^releasenotes/.*$
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- skyline-tox-unittest-py38:
|
- skyline-tox-unittest-py38:
|
||||||
@ -94,6 +96,8 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^.*\.md$
|
- ^.*\.md$
|
||||||
- ^kolla/.*$
|
- ^kolla/.*$
|
||||||
|
# releasenotes
|
||||||
|
- ^releasenotes/.*$
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
- publish-skyline-python-branch-tarball
|
- publish-skyline-python-branch-tarball
|
||||||
|
2
tox.ini
2
tox.ini
@ -41,6 +41,6 @@ commands =
|
|||||||
description =
|
description =
|
||||||
Generate release notes.
|
Generate release notes.
|
||||||
commands =
|
commands =
|
||||||
make install
|
poetry install -vvv
|
||||||
rm -rf releasenotes/build
|
rm -rf releasenotes/build
|
||||||
poetry run sphinx-build -W --keep-going -b html -j auto releasenotes/source releasenotes/build/html
|
poetry run sphinx-build -W --keep-going -b html -j auto releasenotes/source releasenotes/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user