Add groups.yaml to the openstack-tox-jobs files

This patch adds the `groups.yaml` to the list of files which triggers
the documentation build.

This patch also adds some words in the documentation in order to notify
the user that he/she/it will have to add a new entry in the doc
index.rst file when adding a new validations group.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: Ib4a92f98821bcecd4e2f84ee0b6d3445152ee8ce
This commit is contained in:
Gael Chamoulaud (Strider) 2021-04-28 18:12:34 +02:00
parent cdac934316
commit 6befef2c75
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
2 changed files with 17 additions and 0 deletions

View File

@ -56,6 +56,22 @@ the root of the TripleO Validations directory::
update it.
...
And a new entry in the sphinx documentation index::
$ [vim|emacs] doc/source/index.rst
...
Existing validations:
.. toctree::
:maxdepth: 2
validations-no-op-details
validations-prep-details
validations-pre-introspection-details
validations-pre-deployment-details
validations-post-deployment-details
...
Writing Validations
-------------------

View File

@ -10,6 +10,7 @@
- openstack-tox-docs: &tripleo-docs
files:
- ^doc/.*
- ^groups.yaml
- ^molecule-requirements.txt
- ^requirements.txt
- ^README.rst