summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/buildbot.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index d64182a0..0bf28569 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -9,7 +9,8 @@
# host is overridable with --extra-vars 'host=address'
- hosts: "{{ host | default('localhost') }}"
vars:
- - botuser: scons2
+ # botuser can be overridden with -e 'botuser=scons2'
+ - botuser: scons
- hgrc: /home/{{ botuser }}/.hgrc
tasks: