summary refs log tree commit diff
path: root/jenkins-dendron-haproxy-postgres.sh
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-10-02 16:44:57 +0100
committerErik Johnston <erik@matrix.org>2018-10-02 16:44:57 +0100
commitc4b37cbf18cab6e19cc67c93bd090077435b7dd2 (patch)
tree63b080f21490ab7d707b8003a2d50916b9b17b50 /jenkins-dendron-haproxy-postgres.sh
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentMerge pull request #3991 from matrix-org/erikj/fix_pop_retry_cache (diff)
downloadsynapse-c4b37cbf18cab6e19cc67c93bd090077435b7dd2.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'jenkins-dendron-haproxy-postgres.sh')
-rwxr-xr-xjenkins-dendron-haproxy-postgres.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/jenkins-dendron-haproxy-postgres.sh b/jenkins-dendron-haproxy-postgres.sh
deleted file mode 100755

index 07979bf8b8..0000000000 --- a/jenkins-dendron-haproxy-postgres.sh +++ /dev/null
@@ -1,23 +0,0 @@ -#!/bin/bash - -set -eux - -: ${WORKSPACE:="$(pwd)"} - -export WORKSPACE -export PYTHONDONTWRITEBYTECODE=yep -export SYNAPSE_CACHE_FACTOR=1 - -export HAPROXY_BIN=/home/haproxy/haproxy-1.6.11/haproxy - -./jenkins/prepare_synapse.sh -./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git -./jenkins/clone.sh dendron https://github.com/matrix-org/dendron.git -./dendron/jenkins/build_dendron.sh -./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 \