Skip to content

Commit

Permalink
WIP DNM Fix the kuttl zuul jobs
Browse files Browse the repository at this point in the history
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: openstack-k8s-operators/ci-framework#2556
  • Loading branch information
tosky committed Nov 22, 2024
1 parent bfd56f1 commit 1ff6221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ff6221

Please sign in to comment.