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:
zhu.boxiang 2022-05-07 15:47:14 +08:00
parent 4dc1583958
commit 370b8bf229
2 changed files with 5 additions and 1 deletions

View File

@ -74,6 +74,8 @@
- ^.*\.rst$
- ^.*\.md$
- ^kolla/.*$
# releasenotes
- ^releasenotes/.*$
gate:
jobs:
- skyline-tox-unittest-py38:
@ -94,6 +96,8 @@
- ^.*\.rst$
- ^.*\.md$
- ^kolla/.*$
# releasenotes
- ^releasenotes/.*$
post:
jobs:
- publish-skyline-python-branch-tarball

View File

@ -41,6 +41,6 @@ commands =
description =
Generate release notes.
commands =
make install
poetry install -vvv
rm -rf releasenotes/build
poetry run sphinx-build -W --keep-going -b html -j auto releasenotes/source releasenotes/build/html