Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add zuul.d/molecule.yaml file back in the yamllint ignore list
Browse files Browse the repository at this point in the history
The validation_init role auto generates the molecule.yaml file when
adding a new role. But, due to [1][2], the to_nice_yaml filter is not
correctly indenting lists and will break the indentation every time a
new validation will be created.

This patch adds this file to the yamllint ignore list and provides a new
molecule.yaml sorted by job names as the validation_init role will
generate in a follow up patch.

Moreover, this patch enables the oslo_config_validator molecule job in
the check/gate as it was not added in the initial patch[3].

[1] ansible/ansible#48865
[2] yaml/pyyaml#234
[3] https://review.opendev.org/c/openstack/tripleo-validations/+/789698

Signed-off-by: Gael Chamoulaud (Strider) <[email protected]>
Change-Id: Iac63dc6f161a0e885110a246b68001522a6f62e3
(cherry picked from commit 41dcda8)
(cherry picked from commit f798c56)
  • Loading branch information
strider committed Jul 6, 2021
1 parent bd0d497 commit 04c0871
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 325 deletions.
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ rules:
indent-sequences: true
check-multi-line-strings: false
ignore: |
zuul.d/molecule.yaml
releasenotes/notes/*.yaml
Loading

0 comments on commit 04c0871

Please sign in to comment.