summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 09:42:05 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 09:42:05 +0300
commit8ca84c2462c69015d70b55495d1b841a7267eab3 (patch)
treea243896132d33b27371c3b1196c36b8e2f0953b7 /testing
parentc250d8249c7cfc706579c237afc6dea80070180b (diff)
downloadscons-8ca84c2462c69015d70b55495d1b841a7267eab3.tar.gz
buildbot: Update host details
Diffstat (limited to 'testing')
-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}}"