2016-03-03 06:38:36 -05:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -eux
|
2016-03-03 10:26:07 -05:00
|
|
|
|
|
|
|
: ${WORKSPACE:="$(pwd)"}
|
|
|
|
|
2016-08-04 07:31:55 -04:00
|
|
|
export WORKSPACE
|
2016-03-03 10:26:07 -05:00
|
|
|
export PYTHONDONTWRITEBYTECODE=yep
|
|
|
|
export SYNAPSE_CACHE_FACTOR=1
|
|
|
|
|
2016-08-02 15:42:30 -04:00
|
|
|
./jenkins/prepare_synapse.sh
|
|
|
|
./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git
|
2016-03-03 10:26:07 -05:00
|
|
|
|
2016-08-04 07:31:55 -04:00
|
|
|
./sytest/jenkins/prep_sytest_for_postgres.sh
|
2016-03-03 10:26:07 -05:00
|
|
|
|
2016-08-04 07:31:55 -04:00
|
|
|
./sytest/jenkins/install_and_run.sh \
|
2017-09-01 05:31:45 -04:00
|
|
|
--python $WORKSPACE/.tox/py27/bin/python \
|
2016-08-04 07:31:55 -04:00
|
|
|
--synapse-directory $WORKSPACE \
|