From c83fa9700d17ca522d8cc8a867fd7dcf72f87299 Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Thu, 3 Jun 2021 09:21:50 +0200 Subject: [PATCH] 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) Change-Id: I8f197a2a240e0a9571b7cfca198530f170233dac (cherry picked from commit 7af4352e270c751fda57ec5645741e749e9c6cb9) (cherry picked from commit 56faf912b460a2b5aefbadcd162a8724608e2d2c) --- zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 011c039c2..6d12451e9 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -21,4 +21,4 @@ featureset: '052' validate_services: true enable_validation: true - component: validation + validation_component: validation