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