From 8ca84c2462c69015d70b55495d1b841a7267eab3 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 09:42:05 +0300 Subject: buildbot: Update host details --- testing/buildbot.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testing') 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}}" -- cgit v1.2.1