summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-06-08 15:11:31 +0100
committerMark Haines <mjark@negativecurvature.net>2016-06-08 15:11:31 +0100
commitdefa28efa186013fab18b3da76f60273cb6c3bb1 (patch)
treea0406d208560ea4a22f65d9a24b144879c352e6d
parentFix up federation PublicRoomList (diff)
downloadsynapse-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
-rwxr-xr-xjenkins-dendron-postgres.sh3
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