Codebase list matrix-synapse / debian/0.27.3-1 jenkins-postgres.sh
debian/0.27.3-1

Tree @debian/0.27.3-1 (Download .tar.gz)

jenkins-postgres.sh @debian/0.27.3-1raw · history · blame

#!/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 \