Skip to content

Commit

Permalink
WIP 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;
- remove the MANILA_IMG setting, as this is now autodetected
  by the CI scripts.

Depends-On: openstack-k8s-operators/ci-framework#2556
  • Loading branch information
tosky committed Nov 25, 2024
1 parent bfd56f1 commit 7a245dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
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 }}"
cifmw_kuttl_tests_operator_list:
- manila

Expand Down

0 comments on commit 7a245dc

Please sign in to comment.