From 587205f37e9251f9a2b10c7eec6c486cfd9c015d Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 19 Nov 2024 17:54:43 +0100 Subject: [PATCH] Fix kuttl job to clone repos from zuul projects directory When running kuttl tests using install_yamls, operators code are cloned before running the job. All credits to Douglas Viroel who investigated and fixed a similar issue downstream. --- scenarios/centos-9/kuttl.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/scenarios/centos-9/kuttl.yml b/scenarios/centos-9/kuttl.yml index 7104755615..ea3ab7544c 100644 --- a/scenarios/centos-9/kuttl.yml +++ b/scenarios/centos-9/kuttl.yml @@ -1,6 +1,5 @@ --- cifmw_install_yamls_vars: - OPERATOR_BASE_DIR: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators" BMO_SETUP: false cifmw_artifacts_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"