Brad P. Crochet dfc03ae6e4 Migrate the jobs to native Zuul v3 format
Change-Id: I10c06d3fb644c7e3026eac7a00660f0465fb0749
Depends-On: I3997350ec1b5bb58328cd761a61dd885177ac339
2018-01-24 07:06:43 +00:00

13 lines
301 B
YAML

- hosts: all
tasks:
- name: Run Devstack
include_role:
name: run-devstack
- name: Run rally
shell:
cmd: |
./tests/ci/rally-gate.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/src/{{ zuul.project.canonical_name }}/../rally'