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
This commit is contained in:
David Moreau-Simard 2017-10-10 08:53:09 -04:00
parent be97351c97
commit d9199fd008
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
3 changed files with 0 additions and 17 deletions

View File

@ -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.

View File

@ -1 +0,0 @@
- include: configure-mirrors.yaml

View File

@ -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