From 1d545de72c3509875e7cd7bcfedca0072eb82d4d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 27 Oct 2025 12:27:12 +0100 Subject: [PATCH] Add cifmw_installyamls_repos variable for the kuttl job After https://github.com/openstack-k8s-operators/ci-framework/pull/3430/ we need to explicitely set the variable. In the edpm jobs we are inheriting it from base definitions, but for kuttl one we need to add it. Signed-off-by: Alfredo Moralejo --- ci/scenarios/kuttl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scenarios/kuttl.yml b/ci/scenarios/kuttl.yml index 8b48ce82..8d7ddc5a 100644 --- a/ci/scenarios/kuttl.yml +++ b/ci/scenarios/kuttl.yml @@ -1,6 +1,7 @@ --- watcher_repo: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator" watcher_operator_hook: "{{ watcher_repo }}/ci/playbooks/deploy_watcher_operator.yaml" +cifmw_installyamls_repos: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/install_yamls" cifmw_install_yamls_whitelisted_vars: - 'WATCHER_REPO'