summary refs log tree commit diff
path: root/jenkins-sqlite.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix python path in jenkins scriptsRichard van der Hoff2017-09-011-1/+1
|
* Set --python when running sytestRichard van der Hoff2017-09-011-0/+1
| | | | | | .. because I want to make the 'install_and_run' script useful for non-synapse jobs, which do not accept --python. In any case we set up the path here, so sytest shouldn't be guessing it.
* Factor out more common code from the jenkins scripts (#980)Mark Haines2016-08-041-37/+2
| | | | | | | | | | * Factor out more common code from the jenkins scripts * Fix install_and_run path * Poke jenkins * Poke jenkins
* Factor out some of the code shared between the sytest scripts (#974)Mark Haines2016-08-021-17/+8
| | | | | | | | | | | | | | | | * Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins
* Change default jenkins port base and countErik Johnston2016-08-021-2/+3
|
* Fix the sytests to use a port-range rather than a port baseMark Haines2016-06-241-2/+3
|
* pip install new python dependencies in jenkins.shMark Haines2016-04-211-0/+1
|
* Make jenkins install lxmlErik Johnston2016-04-211-0/+1
|
* Reinstate coverage checks for integ testsRichard van der Hoff2016-03-091-1/+2
|
* Specify synapse-directory for integ testsRichard van der Hoff2016-03-091-1/+3
|
* Only build py27 tox env for integ testsRichard van der Hoff2016-03-081-1/+1
|
* Use sytest build scripts, rather than reinventing the wheelRichard van der Hoff2016-03-081-13/+2
|
* jenkins-*.sh: set -xRichard van der Hoff2016-03-031-1/+3
| | | | | Also move the options from the shebang line to the body of the script, so that they take effect even if somebody explicitly runs "bash jenkins.sh"
* Change port-base in jenkins-sqlite.shErik Johnston2016-03-031-1/+1
|
* Use different PORT_BASEErik Johnston2016-03-031-1/+1
|
* Add jenkins-sqlite.shErik Johnston2016-03-031-0/+61