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 27, 2024
1 parent 7ec0729 commit a397a4b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .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 All @@ -19,7 +20,7 @@
vars:
watcher_repo: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator"
watcher_hook: "{{ watcher_repo }}/ci/playbooks/deploy_watcher_service.yaml"
cifmw_install_yamls_whitelisted_vars:
cifmw_install_yamls_whitelisted_vars: &install_yamls_whitelist
- 'WATCHER_REPO'
- 'WATCHER_BRANCH'
- 'OUTPUT_DIR'
Expand All @@ -37,3 +38,17 @@
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
cifmw_install_yamls_whitelisted_vars: *install_yamls_whitelist
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 a397a4b

Please sign in to comment.