Skip to content

Commit

Permalink
Add KUTTL and tempest zuul jobs
Browse files Browse the repository at this point in the history
They are meant to replace the prow ones in the long term.

Signed-off-by: Luigi Toscano <[email protected]>
  • Loading branch information
tosky committed Jan 10, 2025
1 parent 1d2ba9b commit f43985e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
28 changes: 28 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
- 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_default_groups: &cinder_tests_group
- cinder-operator
cifmw_test_operator_default_jobs: *cinder_tests_group
14 changes: 14 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f43985e

Please sign in to comment.