openstack-helm-addons/tools/gate/playbooks/osh-addons-sonobuoy.yaml

9 lines
199 B
YAML

- hosts: primary
tasks:
- name: Install and Test Sonobuoy Chart
shell: |
set -xe;
./tools/gate/scripts/sonobuoy.sh
args:
chdir: "{{ zuul.project.src_dir }}"