Use validation_component for Standalone CI jobs

Renaming the 'component' key by 'validation_component' will prevent us
to get our validation component delorean repository disabled by [1]
during our standalone CI runs.

In master and stable/wallaby, this patch has been applied with the
Jinja2 fix [2][3]. This latter is not needed in victoria, ussuri and
train. This is the reason why I didn't do a backport here.

[1] - https://review.opendev.org/c/openstack/tripleo-quickstart/+/792818
[2] - https://review.opendev.org/c/openstack/tripleo-validations/+/793154
[3] - https://review.opendev.org/c/openstack/tripleo-validations/+/793675

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I8f197a2a240e0a9571b7cfca198530f170233dac
(cherry picked from commit 7af4352e27)
This commit is contained in:
Gael Chamoulaud (Strider) 2021-06-03 09:21:50 +02:00 committed by Gael Chamoulaud
parent 56b5a1d873
commit 56faf912b4
1 changed files with 1 additions and 1 deletions

View File

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