summary refs log tree commit diff
path: root/jenkins-postgres.sh
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-02 13:41:17 +0100
committerErik Johnston <erik@matrix.org>2016-08-02 13:41:17 +0100
commit55e8a8788895b0c6b6b5a27d153f6d9e7e21d68b (patch)
tree1b04f9387a37a8f787c35a16398c19d22d5cc1b5 /jenkins-postgres.sh
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_reader (diff)
downloadsynapse-55e8a8788895b0c6b6b5a27d153f6d9e7e21d68b.tar.xz
Change default jenkins port base and count
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-xjenkins-postgres.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh

index 2f0768fcb7..7a43df0d58 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh
@@ -43,8 +43,8 @@ cd sytest git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop) -: ${PORT_BASE:=8000} -: ${PORT_COUNT=20} +: ${PORT_BASE:=20000} +: ${PORT_COUNT=100} ./jenkins/prep_sytest_for_postgres.sh