Skip to content

Commit 071e5a3

Browse files
committed
WIP Add pre-run task for openstack-operator-kuttl
There is missing playbook that should be executed to make the openstack-operator-kuttl CI test pass. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 1ec2176 commit 071e5a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

zuul.d/jobs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
attempts: 1
1515
required-projects:
1616
- github.com/openstack-k8s-operators/openstack-operator
17+
- github.com/openstack-k8s-operators/ci-framework
1718
irrelevant-files:
1819
- .*/*.md
1920
- ^\..*$
@@ -26,6 +27,9 @@
2627
vars:
2728
cifmw_kuttl_tests_operator_list:
2829
- openstack
30+
cifmw_target_host: controller
31+
pre-run:
32+
- "{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/ci/playbooks/kuttl/kuttl-from-operator-deps.yaml"
2933

3034
- job:
3135
name: openstack-operator-tempest-multinode

0 commit comments

Comments
 (0)