summary refs log tree commit diff
path: root/jenkins-sqlite.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-sqlite.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-sqlite.sh')
-rwxr-xr-xjenkins-sqlite.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
deleted file mode 100755

index baf4713a01..0000000000 --- a/jenkins-sqlite.sh +++ /dev/null
@@ -1,16 +0,0 @@ -#!/bin/bash - -set -eux - -: ${WORKSPACE:="$(pwd)"} - -export WORKSPACE -export PYTHONDONTWRITEBYTECODE=yep -export SYNAPSE_CACHE_FACTOR=1 - -./jenkins/prepare_synapse.sh -./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git - -./sytest/jenkins/install_and_run.sh \ - --python $WORKSPACE/.tox/py27/bin/python \ - --synapse-directory $WORKSPACE \