Skip to content

Commit 2f62daa

Browse files
committed
Add KUTTL zuul jobs
It is meant to replace the prow one in the long term. Signed-off-by: Luigi Toscano <[email protected]>
1 parent 81f5007 commit 2f62daa

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

zuul.d/jobs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
# This var is specific to ci-framework docs directory using sphinx
88
doc_available: false
99

10+
- job:
11+
name: openstack-operator-kuttl
12+
parent: cifmw-base-multinode-kuttl
13+
dependencies: ["openstack-k8s-operators-content-provider"]
14+
attempts: 1
15+
required-projects:
16+
- github.com/openstack-k8s-operators/openstack-operator
17+
irrelevant-files:
18+
- .*/*.md
19+
- ^\..*$
20+
- ^LICENSE$
21+
- ^OWNERS$
22+
- ^OWNERS_ALIASES$
23+
- ^PROJECT$
24+
- ^README.md$
25+
- tests?\/functional
26+
vars:
27+
cifmw_kuttl_tests_operator_list:
28+
- openstack
29+
1030
- job:
1131
name: openstack-operator-tempest-multinode
1232
parent: podified-multinode-edpm-deployment-crc-3comp

zuul.d/projects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
jobs:
99
- openstack-operator-tempest-multinode
1010
- openstack-operator-docs-preview
11+
- openstack-operator-kuttl:
12+
voting: false

0 commit comments

Comments
 (0)