From c17fd6ddf8ea0221cc32fef10c3122d34d052087 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 18 Oct 2019 09:38:28 -0400 Subject: [PATCH] Remove unused functional testing playbooks Similar to change Ibe94d5c3e8717c381aee4472d84379cf6d31b336, the nodepool-functional-py35-src and nodepool-functional-base playbooks are also unused at this point. Change-Id: I02359f0e147aed429643f8e316f997a22545959c --- playbooks/nodepool-functional-base/post.yaml | 9 --------- playbooks/nodepool-functional-base/pre.yaml | 11 ----------- playbooks/nodepool-functional-py35-src/run.yaml | 6 ------ 3 files changed, 26 deletions(-) delete mode 100644 playbooks/nodepool-functional-base/post.yaml delete mode 100644 playbooks/nodepool-functional-base/pre.yaml delete mode 100644 playbooks/nodepool-functional-py35-src/run.yaml diff --git a/playbooks/nodepool-functional-base/post.yaml b/playbooks/nodepool-functional-base/post.yaml deleted file mode 100644 index 2a784f035..000000000 --- a/playbooks/nodepool-functional-base/post.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: all - vars: - nodepool_log_dir: '{{ ansible_user_dir }}/work/logs/nodepool' - tasks: - - name: 'Copy files from {{ nodepool_log_dir }}' - synchronize: - src: '{{ nodepool_log_dir }}' - dest: '{{ zuul.executor.log_root }}/{{ inventory_hostname }}' - mode: pull diff --git a/playbooks/nodepool-functional-base/pre.yaml b/playbooks/nodepool-functional-base/pre.yaml deleted file mode 100644 index 5ac259cff..000000000 --- a/playbooks/nodepool-functional-base/pre.yaml +++ /dev/null @@ -1,11 +0,0 @@ -- hosts: all - roles: - - run-devstack - - role: bindep - bindep_profile: default - - tasks: - - name: Ensure nodepool output log directory - file: - path: '{{ ansible_user_dir }}/work/logs/nodepool' - state: directory diff --git a/playbooks/nodepool-functional-py35-src/run.yaml b/playbooks/nodepool-functional-py35-src/run.yaml deleted file mode 100644 index 4d3593211..000000000 --- a/playbooks/nodepool-functional-py35-src/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.projects['opendev.org/zuul/nodepool'].src_dir }}"