Skip to content

Commit

Permalink
Merge pull request #190 from lpiwowar/feature/enable-ansibletests
Browse files Browse the repository at this point in the history
[Ansibletest] Enable ansibletest testing in check job
  • Loading branch information
openshift-merge-bot[bot] authored Sep 20, 2024
2 parents e86bfa6 + 487d6c9 commit 1f0c355
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@

cifmw_run_test_role: test_operator

cifmw_run_tempest: true
# Test operator
cifmw_test_operator_concurrency: 4
cifmw_test_operator_timeout: 7200

# Tempest
cifmw_run_tempest: true
cifmw_test_operator_tempest_include_list: |
^tempest.
cifmw_test_operator_tempest_exclude_list: |
Expand Down Expand Up @@ -79,6 +82,7 @@
cifmw_test_operator_tempest_network_attachments:
- ctlplane

# Tobiko
cifmw_run_tobiko: true
cifmw_test_operator_tobiko_workflow:
- stepName: 'podified-functional'
Expand All @@ -88,6 +92,18 @@
testenv: 'sanity'
cifmw_test_operator_tobiko_network_attachments:
- ctlplane

# Ansibletest
run_ansibletest: true
cifmw_test_operator_ansibletest_ansible_git_repo: https://github.com/ansible/test-playbooks
cifmw_test_operator_ansibletest_ansible_playbook_path: ./debug.yml
cifmw_test_operator_ansibletest_workload_ssh_key_secret_name: test-operator-controller-priv-key
cifmw_test_operator_ansibletest_ansible_extra_vars: -e manual_run=false
cifmw_test_operator_ansibletest_ansible_inventory: |
localhost ansible_connection=local ansible_python_interpreter=python3
cifmw_test_operator_ansibletest_ansible_var_files: |
---
foo: bar
required-projects: &rp
- name: openstack-k8s-operators/install_yamls
override-checkout: main
Expand Down

0 comments on commit 1f0c355

Please sign in to comment.