Use validation_component for Standalone CI jobs

This patch also relaxes the Jinja2 constraint as they released 3.0.1 and
it is already in the master upper-constraints. Without it, this patch won't
be able to be merged.

Depends-On: https://review.opendev.org/c/openstack/validations-common/+/793151
Change-Id: I109beb134c52da440ff7a07a8a99e3e4fcb29a39
(cherry picked from commit aac0c5f04d)
This commit is contained in:
matbu 2021-05-26 15:08:03 +02:00 committed by Gael Chamoulaud (Strider)
parent e50c19326e
commit eda796e08d
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# this is required for the molecule jobs
ansi2html
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
jinja2>=2.8.0,<3
jinja2>=2.8.0
molecule>=3.3.1,<4 # MIT
molecule-podman # MIT
pytest

View File

@ -21,4 +21,4 @@
featureset: '052'
validate_services: true
enable_validation: true
component: validation
validation_component: validation