diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-06-08 15:11:31 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-06-08 15:11:31 +0100 |
commit | defa28efa186013fab18b3da76f60273cb6c3bb1 (patch) | |
tree | a0406d208560ea4a22f65d9a24b144879c352e6d /jenkins-dendron-postgres.sh | |
parent | Fix up federation PublicRoomList (diff) | |
download | synapse-defa28efa186013fab18b3da76f60273cb6c3bb1.tar.xz |
Disable the synchrotron on jenkins until the sytest support lands (#855)
* Disable the synchrotron on jenkins until the sytest support lands * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins
Diffstat (limited to 'jenkins-dendron-postgres.sh')
-rwxr-xr-x | jenkins-dendron-postgres.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins-dendron-postgres.sh b/jenkins-dendron-postgres.sh index 8e3a4c51a9..d15836e6bf 100755 --- a/jenkins-dendron-postgres.sh +++ b/jenkins-dendron-postgres.sh @@ -73,11 +73,12 @@ git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling b ./jenkins/prep_sytest_for_postgres.sh +mkdir -p var + echo >&2 "Running sytest with PostgreSQL"; ./jenkins/install_and_run.sh --python $TOX_BIN/python \ --synapse-directory $WORKSPACE \ --dendron $WORKSPACE/dendron/bin/dendron \ - --synchrotron \ --pusher \ --port-base $PORT_BASE |