8d910aca97
Changes nodepool-functional-py35 and nodepool-functional-py35-src to use the native devstack job and not the legacy job. Change-Id: I3d97d83360816001da0f599d95b13eae3abb6c96
7 lines
197 B
YAML
7 lines
197 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run nodepool tests
|
|
command: tools/check_devstack_plugin.sh {{ ansible_user_dir }}/work/logs/nodepool
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|