Skip to content

Commit 76837ac

Browse files
cescginaopenshift-merge-bot[bot]
authored andcommitted
Use cifmw kuttl job as parent job for reusability
In the depends-on PR, a new job definition is introduced that runs kuttl tests following the pattern used in nova-operator. This is done mainly to reuse the job definition for watcher-operator, which has just introduced kuttl testing following the same pattern. This change modifies the nova job to use the same parent. Depends-On: openstack-k8s-operators/ci-framework#2571
1 parent 6106bcb commit 76837ac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.zuul.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,20 @@
2626

2727
- job:
2828
name: nova-operator-kuttl
29-
parent: nova-operator-base
29+
parent: cifmw-multinode-kuttl-operator-target
3030
dependencies: ["openstack-meta-content-provider"]
3131
roles:
3232
- zuul: github.com/openstack-k8s-operators/ci-framework
3333
description: |
3434
This job deploy a basic "Compute Starter Kit" topology
3535
https://www.openstack.org/software/sample-configs#compute-starter-kit
3636
that is the minium set of openstack services required to boot a vm.
37-
pre-run:
38-
- ci/nova-operator-kuttl/playbooks/deploy-deps.yaml
39-
run:
40-
- ci/nova-operator-kuttl/playbooks/run-kuttl.yaml
41-
nodeset: centos-9-medium-crc-extracted-2-39-0-3xl
4237
vars:
4338
collection_namespace_override: "nova-kuttl-default"
39+
operator_name: nova-operator
4440
zuul_log_collection: true
41+
post-run:
42+
- ci/nova-operator-base/playbooks/collect-logs.yaml
4543
extra-vars:
4644
crc_ci_bootstrap_networking:
4745
networks:

0 commit comments

Comments
 (0)