From 4d439b477091d8a2ba36fd69905f4e64126f25ea Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 18 Aug 2014 09:27:24 +0000 Subject: [PATCH] adding local buildslave for testing qadevel buildbot --- playbooks/groups/qadevel.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index 3c9f937597..74025dafac 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -68,3 +68,21 @@ handlers: - include: "{{ handlers }}/restart_services.yml" + +- name: configure taskotron-ci local slave + hosts: qadevel + user: root + gather_facts: True + accelerate: "{{ accelerated }}" + + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - "{{ private }}/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + + roles: + - { role: taskotron/buildslave, tags: ['buildslave'] } + - { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] } + + handlers: + - include: "{{ handlers }}/restart_services.yml"