openstack-chef-repo/playbooks/integration.yaml
Jens Harbott 577adaea35 Implement native zuul v3 tests
Change-Id: I5160ce88aefa2c5b70e4a4cb085867198e60b45a
2017-10-27 13:34:05 +00:00

9 lines
258 B
YAML

- hosts: all
tasks:
- name: run integration
shell:
cmd: chef exec rake integration
chdir: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstack-chef-repo'
environment:
WORKSPACE: '{{ ansible_user_dir }}'