summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 07:15:20 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 07:15:20 +0300
commit4bd8965206e09e987451e6d45edc0cd9f0d753d2 (patch)
tree2e9943d00ffbf2225d162a58c4d360245de25a81 /testing
parentecd67531f114a1f80eed76e0d8225bd1488e9bd2 (diff)
downloadscons-4bd8965206e09e987451e6d45edc0cd9f0d753d2.tar.gz
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 9da8ff80..bb81ce20 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 00000000..05614f63
--- /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 38986e82..9c85e716 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>
#