Browse Source

Remove Buildbot version from host file

Buildbot master already obtains and publishes this in the UI.
pull/4/head
Jack Grigg 7 years ago
parent
commit
8247fd954c
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 1
      contrib/ci-workers/templates/host.j2
  2. 4
      contrib/ci-workers/unix.yml

1
contrib/ci-workers/templates/host.j2

@ -1,4 +1,3 @@
OS: {{ ansible_distribution }} {{ ansible_distribution_version }}
Memory: {{ ansible_memtotal_mb }} MB
CPU: {{ ansible_processor[1] }}
{{ buildbot_worker_version.stdout }}

4
contrib/ci-workers/unix.yml

@ -80,10 +80,6 @@
with_items: "{{ python_modules }}"
notify: restart buildbot-worker
- name: Get installed Buildbot version
command: buildbot-worker --version
register: buildbot_worker_version
- name: Set up the Buildbot worker user
user:
name: "{{ buildbot_worker_user }}"

Loading…
Cancel
Save