From d9199fd0081fc74811efa94483eb46e71afa79ab Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Tue, 10 Oct 2017 08:53:09 -0400 Subject: [PATCH] Remove integration test playbooks from zuul-jobs Integration tests were moved to openstack-zuul-jobs in Ic04c48d7a0e15459632b91bce81e777d12622222, these have just been forgotten here so let's delete them. Change-Id: I2ecccf66595920f6830c538212060be3c644ded5 --- playbooks/integration-tests/README.rst | 5 ----- playbooks/integration-tests/base.yaml | 1 - playbooks/integration-tests/configure-mirrors.yaml | 11 ----------- 3 files changed, 17 deletions(-) delete mode 100644 playbooks/integration-tests/README.rst delete mode 100644 playbooks/integration-tests/base.yaml delete mode 100644 playbooks/integration-tests/configure-mirrors.yaml diff --git a/playbooks/integration-tests/README.rst b/playbooks/integration-tests/README.rst deleted file mode 100644 index 455040e2d..000000000 --- a/playbooks/integration-tests/README.rst +++ /dev/null @@ -1,5 +0,0 @@ -zuul-jobs integration tests ---------------------------- - -This directory contains playbooks and files that are meant to be used for -self-testing the zuul-jobs project. diff --git a/playbooks/integration-tests/base.yaml b/playbooks/integration-tests/base.yaml deleted file mode 100644 index 91d3da11b..000000000 --- a/playbooks/integration-tests/base.yaml +++ /dev/null @@ -1 +0,0 @@ -- include: configure-mirrors.yaml diff --git a/playbooks/integration-tests/configure-mirrors.yaml b/playbooks/integration-tests/configure-mirrors.yaml deleted file mode 100644 index 5e05e3aa8..000000000 --- a/playbooks/integration-tests/configure-mirrors.yaml +++ /dev/null @@ -1,11 +0,0 @@ -- name: Test the configure-mirrors role - hosts: all - roles: - - role: configure-mirrors - mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" - post_tasks: - - name: Install a package to sanity check the mirror configuration - package: - name: "emacs" - state: "present" - become: yes