summary refs log tree commit diff
path: root/jenkins-dendron-haproxy-postgres.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-09-01 10:06:21 +0100
committerRichard van der Hoff <richard@matrix.org>2017-09-01 11:20:37 +0100
commitdff396de0f91e6c1647b865fdb310228aefca2cb (patch)
tree7ac4221ab3a0ad6f428d5582eb1c420cc2c1c399 /jenkins-dendron-haproxy-postgres.sh
parentMerge pull request #2416 from matrix-org/rav/prometheus_config (diff)
downloadsynapse-dff396de0f91e6c1647b865fdb310228aefca2cb.tar.xz
Set --python when running sytest
.. because I want to make the 'install_and_run' script useful for non-synapse
jobs, which do not accept --python. In any case we set up the path here, so
sytest shouldn't be guessing it.
Diffstat (limited to 'jenkins-dendron-haproxy-postgres.sh')
-rwxr-xr-xjenkins-dendron-haproxy-postgres.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-dendron-haproxy-postgres.sh b/jenkins-dendron-haproxy-postgres.sh
index d64b2d2c9d..07979bf8b8 100755
--- a/jenkins-dendron-haproxy-postgres.sh
+++ b/jenkins-dendron-haproxy-postgres.sh
@@ -17,6 +17,7 @@ export HAPROXY_BIN=/home/haproxy/haproxy-1.6.11/haproxy
 ./sytest/jenkins/prep_sytest_for_postgres.sh
 
 ./sytest/jenkins/install_and_run.sh \
+    --python $WORKSPACE/.tox/py27/bin/python \
     --synapse-directory $WORKSPACE \
     --dendron $WORKSPACE/dendron/bin/dendron \
     --haproxy \