From 76df83782beef7105dc29f45a5ec3f7276a02cc7 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 14 Jun 2024 18:00:05 +0100 Subject: [PATCH] include nova base log collection playbook in all zuul jobs This change addes the extra log colleciton playbook we use for the kuttl job to all jobs to ensure we have a standard basline of logs regradless of other ci changes. --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 8b96c29b5..06d11bf10 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -76,6 +76,8 @@ name: nova-operator-tempest-multinode parent: podified-multinode-edpm-deployment-crc-3comp dependencies: ["openstack-k8s-operators-content-provider"] + post-run: + - ci/nova-operator-base/playbooks/collect-logs.yaml vars: cifmw_run_test_role: test_operator cifmw_test_operator_concurrency: 4 @@ -128,6 +130,8 @@ parent: podified-multinode-hci-deployment-crc-3comp dependencies: ["openstack-k8s-operators-content-provider"] # Note: When inheriting from a job (or creating a variant of a job) vars are merged with previous definitions + post-run: + - ci/nova-operator-base/playbooks/collect-logs.yaml vars: cifmw_extras: - "@scenarios/centos-9/multinode-ci.yml"