summaryrefslogtreecommitdiff
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/buildbot.yml')
-rw-r--r--testing/buildbot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index 65f5d6f7..14ba76a7 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -61,3 +61,10 @@
- name: set contact details of the buildbot owner
copy: dest="{{ work }}/info/admin" content="{{ maintainer }}"
+
+ - name: update host information
+ copy: dest="{{ work }}/info/host"
+ content="{{ansible_lsb.description}}
+ {{'\n'}}{{ansible_machine}}
+ {{'\n'}}{{ansible_memtotal_mb}}MB RAM
+ {{'\n'}}Python {{ansible_python_version}}"