summary refs log tree commit diff
path: root/jenkins-postgres.sh
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-03 00:59:11 +1000
committerGitHub <noreply@github.com>2018-10-03 00:59:11 +1000
commit058a4c665e55a8654d253bf9cafaf814b465fbd9 (patch)
tree9f6c1c80a54b1ada1939675606cacbb135a92805 /jenkins-postgres.sh
parentMerge pull request #3960 from matrix-org/rav/fix_missing_create_event_error (diff)
downloadsynapse-058a4c665e55a8654d253bf9cafaf814b465fbd9.tar.xz
Remove Jenkins & other old dev junk (#3988)
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-xjenkins-postgres.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh
deleted file mode 100755

index 1afb736394..0000000000 --- a/jenkins-postgres.sh +++ /dev/null
@@ -1,18 +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/prep_sytest_for_postgres.sh - -./sytest/jenkins/install_and_run.sh \ - --python $WORKSPACE/.tox/py27/bin/python \ - --synapse-directory $WORKSPACE \