summary refs log tree commit diff
path: root/jenkins.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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"
* Set SYNAPSE_CACHE_FACTOR=1 in jenkinsErik Johnston2016-03-021-0/+1
|
* Set WORKSPACE if not setDaniel Wagner-Hall2016-02-231-0/+2
|
* Prune on fetchingDaniel Wagner-Hall2016-01-281-1/+1
| | | | So we don't try to checkout a stale ref
* Quot all the thingsDaniel Wagner-Hall2016-01-281-2/+2
|
* Add top level filters for filtering by room idMark Haines2015-12-221-1/+0
| | | | Documented by matrix-org/matrix-doc#246
* Delete all the .coverage files, including the combined .coverageMark Haines2015-12-211-1/+2
|
* Use an absolute path when specifying the directory for synapse in jenkins.shMark Haines2015-12-211-8/+8
|
* Generate code coverage report when running jenkins.shMark Haines2015-12-181-5/+16
|
* Write the tap results for each database to different files when running sytestMark Haines2015-12-011-2/+2
|
* Set the port when running sytest under postgresqlMark Haines2015-12-011-1/+1
|
* Use a PORT_BASE environment variable to configure the ports that sytest usesMark Haines2015-12-011-12/+4
|
* Run sytest against postgresql if appropriate databases exist for it to run ↵Mark Haines2015-11-261-0/+33
| | | | against
* Share sytest clone across runsDaniel Wagner-Hall2015-11-181-2/+8
| | | | Depends on https://github.com/matrix-org/synapse/pull/380
* Run sytests on jenkinsDaniel Wagner-Hall2015-11-161-1/+22
|
* Output results files on jenkinsDaniel Wagner-Hall2015-11-161-1/+15
| | | | | | | Outputs: * results.xml * coverage.xml * violations.flake8.log
* Pull out jenkins script into a checked in scriptDaniel Wagner-Hall2015-11-131-0/+4