diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml new file mode 100644 index 00000000..c5483a33 --- /dev/null +++ b/zuul.d/jobs.yaml @@ -0,0 +1,38 @@ +--- +- job: + name: cinder-operator-kuttl + parent: cifmw-base-multinode-kuttl + attempts: 1 + required-projects: + - github.com/openstack-k8s-operators/cinder-operator + irrelevant-files: + - .*/*.md + - ^\..*$ + - ^LICENSE$ + - ^OWNERS$ + - ^OWNERS_ALIASES$ + - ^PROJECT$ + - ^README.md$ + - tests?\/functional + vars: + cifmw_kuttl_tests_operator_list: + - cinder + +- job: + name: cinder-operator-tempest + parent: podified-multinode-hci-deployment-crc-1comp-backends + vars: + cifmw_test_operator_concurrency: 3 + cifmw_test_operator_tempest_include_list: | + ^tempest.api.volume. + ^tempest.scenario.test_encrypted_cinder_volumes..* + ^tempest.scenario.test_stamp_pattern..* + ^tempest.scenario.test_volume_..* + ^cinder_tempest_plugin..* + cifmw_test_operator_tempest_tempestconf_config: + overrides: | + compute-feature-enabled.attach_encrypted_volume True + volume-feature-enabled.extend_attached_encrypted_volume True + volume-feature-enabled.extend_attached_volume True + volume-feature-enabled.volume_revert True + volume.storage_protocol 'ceph' diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml new file mode 100644 index 00000000..baf11094 --- /dev/null +++ b/zuul.d/projects.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: openstack-k8s-operators/cinder-operator + github-check: + jobs: + - openstack-k8s-operators-content-provider + - cinder-operator-kuttl: + dependencies: + - openstack-k8s-operators-content-provider + voting: false + - cinder-operator-tempest: + dependencies: + - openstack-k8s-operators-content-provider + voting: false