Skip to content

Commit

Permalink
[WIP] Add kuttl job
Browse files Browse the repository at this point in the history
  • Loading branch information
cescgina committed Nov 26, 2024
1 parent 7ec0729 commit 3c13ae3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
vars:
cifmw_operator_build_meta_build: false
- watcher-operator-validation
- watcher-operator-kuttl

- job:
name: watcher-operator-base
Expand Down Expand Up @@ -37,3 +38,16 @@
A zuul job to validate the watcher operator and its service deployment.
vars:
run_tempest: false

- job:
name: watcher-operator-kuttl
parent: cifmw-multinode-kuttl-operator-target
description: |
A zuul job to run watcher operator kuttl tests.
vars:
operator_name: watcher-operator
cifmw_target_hook_host: controller
pre-run:
# TODO: this hook also deploys watcher, which is probably not good for
# kuttl
- ci/playbooks/deploy_watcher_service.yaml

0 comments on commit 3c13ae3

Please sign in to comment.