Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jenkins.sh: set -x | Richard van der Hoff | 2016-03-03 | 1 | -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 jenkins | Erik Johnston | 2016-03-02 | 1 | -0/+1 |
| | |||||
* | Set WORKSPACE if not set | Daniel Wagner-Hall | 2016-02-23 | 1 | -0/+2 |
| | |||||
* | Prune on fetching | Daniel Wagner-Hall | 2016-01-28 | 1 | -1/+1 |
| | | | | So we don't try to checkout a stale ref | ||||
* | Quot all the things | Daniel Wagner-Hall | 2016-01-28 | 1 | -2/+2 |
| | |||||
* | Add top level filters for filtering by room id | Mark Haines | 2015-12-22 | 1 | -1/+0 |
| | | | | Documented by matrix-org/matrix-doc#246 | ||||
* | Delete all the .coverage files, including the combined .coverage | Mark Haines | 2015-12-21 | 1 | -1/+2 |
| | |||||
* | Use an absolute path when specifying the directory for synapse in jenkins.sh | Mark Haines | 2015-12-21 | 1 | -8/+8 |
| | |||||
* | Generate code coverage report when running jenkins.sh | Mark Haines | 2015-12-18 | 1 | -5/+16 |
| | |||||
* | Write the tap results for each database to different files when running sytest | Mark Haines | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Set the port when running sytest under postgresql | Mark Haines | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Use a PORT_BASE environment variable to configure the ports that sytest uses | Mark Haines | 2015-12-01 | 1 | -12/+4 |
| | |||||
* | Run sytest against postgresql if appropriate databases exist for it to run ↵ | Mark Haines | 2015-11-26 | 1 | -0/+33 |
| | | | | against | ||||
* | Share sytest clone across runs | Daniel Wagner-Hall | 2015-11-18 | 1 | -2/+8 |
| | | | | Depends on https://github.com/matrix-org/synapse/pull/380 | ||||
* | Run sytests on jenkins | Daniel Wagner-Hall | 2015-11-16 | 1 | -1/+22 |
| | |||||
* | Output results files on jenkins | Daniel Wagner-Hall | 2015-11-16 | 1 | -1/+15 |
| | | | | | | | Outputs: * results.xml * coverage.xml * violations.flake8.log | ||||
* | Pull out jenkins script into a checked in script | Daniel Wagner-Hall | 2015-11-13 | 1 | -0/+4 |