diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 06:42:05 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 06:42:05 (GMT) |
commit | 26c06d7fa3a726cc0f388e5ae3df86691f5c759c (patch) | |
tree | a243896132d33b27371c3b1196c36b8e2f0953b7 /testing | |
parent | a3fcf694f19ab8e53ed4e028180bb88db993adf2 (diff) | |
download | SCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.zip SCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.tar.gz SCons-26c06d7fa3a726cc0f388e5ae3df86691f5c759c.tar.bz2 |
buildbot: Update host details
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot.yml | 7 |
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}}" |