Skip to content

Commit 6d04380

Browse files
committed
Fix the kuttl zuul job
A few needed changes: - add the missing required manila-operator project; - remove the MANILA_IMG setting, as this is now autodetected by the CI scripts; - depends on a few changes in ci-framework. Depends-On: openstack-k8s-operators/ci-framework#2556
1 parent bfd56f1 commit 6d04380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zuul.d/jobs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
name: manila-operator-kuttl
44
parent: cifmw-base-multinode-kuttl
55
attempts: 1
6+
required-projects:
7+
- github.com/openstack-k8s-operators/manila-operator
68
vars:
79
cifmw_kuttl_tests_env_vars:
810
CEPH_HOSTNETWORK: true
911
CEPH_TIMEOUT: 90
1012
CEPH_DATASIZE: "2Gi"
1113
PV_NUM: 20
12-
MANILA_IMG: "{{ content_provider_registry_ip }}:5001/podified-antelope-centos9/manila-operator-index:{{ cifmw_repo_setup_full_hash }}"
1314
cifmw_kuttl_tests_operator_list:
1415
- manila
1516

0 commit comments

Comments
 (0)