adding local buildslave for testing qadevel buildbot
This commit is contained in:
parent
ab85e701df
commit
4d439b4770
1 changed files with 18 additions and 0 deletions
|
@ -68,3 +68,21 @@
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue