diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-06-15 16:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 16:41:58 +0100 |
commit | 78a16d395c6d1925c348c167bc2217efebbaf64e (patch) | |
tree | 45011a68970710588b9285f3d65c70a64fab5ca0 | |
parent | Merge branch 'release-v0.16.1' of github.com:matrix-org/synapse into develop (diff) | |
parent | Enable testing the synchrotron on jenkins (diff) | |
download | synapse-78a16d395c6d1925c348c167bc2217efebbaf64e.tar.xz |
Merge pull request #867 from matrix-org/markjh/enable_jenkins_synchrotron
Enable testing the synchrotron on jenkins
-rwxr-xr-x | jenkins-dendron-postgres.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-dendron-postgres.sh b/jenkins-dendron-postgres.sh index d15836e6bf..7e6f24aa7d 100755 --- a/jenkins-dendron-postgres.sh +++ b/jenkins-dendron-postgres.sh @@ -80,6 +80,7 @@ echo >&2 "Running sytest with PostgreSQL"; --synapse-directory $WORKSPACE \ --dendron $WORKSPACE/dendron/bin/dendron \ --pusher \ + --synchrotron \ --port-base $PORT_BASE cd .. |