summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 04:15:20 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 04:15:20 (GMT)
commit01020250a853d6922066f09b48b616041824df94 (patch)
tree2e9943d00ffbf2225d162a58c4d360245de25a81 /testing
parent12753c7775b659aca390b6bc48cf2cb117b8a2c0 (diff)
downloadSCons-01020250a853d6922066f09b48b616041824df94.zip
SCons-01020250a853d6922066f09b48b616041824df94.tar.gz
SCons-01020250a853d6922066f09b48b616041824df94.tar.bz2
buildbot: Explain how to run and add hosts file
Diffstat (limited to 'testing')
-rw-r--r--testing/README.md2
-rw-r--r--testing/buildbot.hosts1
-rw-r--r--testing/buildbot.yml4
3 files changed, 6 insertions, 1 deletions
diff --git a/testing/README.md b/testing/README.md
index 9da8ff8..bb81ce2 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -3,3 +3,5 @@ can not find the place in other directories:
buildbot.yml - Ansible playbook to set up
buildbot for running tests
+
+ buildbot.hosts - Ansible inventory file
diff --git a/testing/buildbot.hosts b/testing/buildbot.hosts
new file mode 100644
index 0000000..05614f6
--- /dev/null
+++ b/testing/buildbot.hosts
@@ -0,0 +1 @@
+localhost ansible_connection=local \ No newline at end of file
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index 38986e8..9c85e71 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -1,7 +1,9 @@
# Ansible playbook to setup buildbot instance
# http://scons.org/wiki/InstallingBuildbotSlaves
#
-# Send questions to:
+# ansible-playbook -i buildbot.hosts buildbot.yml -e 'botuser=scons'
+#
+# Tested with Ansible 1.5.0. Send questions to:
#
# anatoly techtonik <techtonik@gmail.com>
#