synapse/jenkins-postgres.sh

18 lines
350 B
Bash
Raw Normal View History

#!/bin/bash
set -eux
2016-03-03 15:26:07 +00:00
: ${WORKSPACE:="$(pwd)"}
export WORKSPACE
2016-03-03 15:26:07 +00:00
export PYTHONDONTWRITEBYTECODE=yep
export SYNAPSE_CACHE_FACTOR=1
./jenkins/prepare_synapse.sh
./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git
2016-03-03 15:26:07 +00:00
./sytest/jenkins/prep_sytest_for_postgres.sh
2016-03-03 15:26:07 +00:00
./sytest/jenkins/install_and_run.sh \
--synapse-directory $WORKSPACE \