From 1ff62211a5dd1af844b02ec7227ef2b785ad1f2a Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 22 Nov 2024 15:35:04 +0100 Subject: [PATCH] WIP DNM Fix the kuttl zuul jobs A few needed changes: - add the missing required manila-operator project; - fix the URL of the manila-operator-index generated by the content-provider job. Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/2556 --- zuul.d/jobs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index f6a91cad..06b6c3cb 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -3,13 +3,15 @@ name: manila-operator-kuttl parent: cifmw-base-multinode-kuttl attempts: 1 + required-projects: + - github.com/openstack-k8s-operators/manila-operator vars: cifmw_kuttl_tests_env_vars: CEPH_HOSTNETWORK: true CEPH_TIMEOUT: 90 CEPH_DATASIZE: "2Gi" PV_NUM: 20 - MANILA_IMG: "{{ content_provider_registry_ip }}:5001/podified-antelope-centos9/manila-operator-index:{{ cifmw_repo_setup_full_hash }}" + MANILA_IMG: "{{ content_provider_registry_ip }}:5001/openstack-k8s-operators/manila-operator-index:{{ cifmw_repo_setup_full_hash }}" cifmw_kuttl_tests_operator_list: - manila