Skip to content

Commit

Permalink
include nova base log collection playbook in all zuul jobs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SeanMooney authored and openshift-merge-bot[bot] committed Jun 18, 2024
1 parent b2afaf2 commit 76df837
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 76df837

Please sign in to comment.