From a619fea8e8df9941a5e40c82d06fad8a94e415fe Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 16 Oct 2019 15:26:16 -0400 Subject: [PATCH] Remove unused playbook AFAICT, this isn't used in nodepool, openstacksdk, or dib. Change-Id: Ibe94d5c3e8717c381aee4472d84379cf6d31b336 --- playbooks/nodepool-functional-py35/run.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 playbooks/nodepool-functional-py35/run.yaml diff --git a/playbooks/nodepool-functional-py35/run.yaml b/playbooks/nodepool-functional-py35/run.yaml deleted file mode 100644 index 00b9dd590..000000000 --- a/playbooks/nodepool-functional-py35/run.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- 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 }}'