summaryrefslogtreecommitdiffstats
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 06:42:05 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 06:42:05 (GMT)
commit26c06d7fa3a726cc0f388e5ae3df86691f5c759c (patch)
treea243896132d33b27371c3b1196c36b8e2f0953b7 /testing/buildbot.yml
parenta3fcf694f19ab8e53ed4e028180bb88db993adf2 (diff)
downloadSCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.zip
SCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.tar.gz
SCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.tar.bz2
buildbot: Update host details
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 65f5d6f..14ba76a 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}}"