From 679c6a1855f6eb8be57625d63042dd70e9f9eaf5 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 17 Sep 2025 17:06:27 +0200 Subject: [PATCH] DNM Checking removing nested ansible execution for 99-logs There was exception done for run_logs tasks in cifmw_setup role, that calling that role was used in e2e-collect-logs using ansible binary (not ansible-playbook as it is in multiple places). There is no need to run as nested ansible, if it can be called directly. Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/3242 Signed-off-by: Daniel Pawlik --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 8a60d927..68241ad0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ --- +# dpawlik - test - project: name: openstack-k8s-operators/watcher-operator default-branch: main