Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix python path in jenkins scripts | Richard van der Hoff | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | Set --python when running sytest | Richard van der Hoff | 2017-09-01 | 1 | -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 Haines | 2016-08-04 | 1 | -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 Haines | 2016-08-02 | 1 | -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 count | Erik Johnston | 2016-08-02 | 1 | -2/+3 |
| | |||||
* | Fix the sytests to use a port-range rather than a port base | Mark Haines | 2016-06-24 | 1 | -2/+3 |
| | |||||
* | pip install new python dependencies in jenkins.sh | Mark Haines | 2016-04-21 | 1 | -0/+1 |
| | |||||
* | Make jenkins install lxml | Erik Johnston | 2016-04-21 | 1 | -0/+1 |
| | |||||
* | Reinstate coverage checks for integ tests | Richard van der Hoff | 2016-03-09 | 1 | -1/+2 |
| | |||||
* | Specify synapse-directory for integ tests | Richard van der Hoff | 2016-03-09 | 1 | -1/+3 |
| | |||||
* | Only build py27 tox env for integ tests | Richard van der Hoff | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Use sytest build scripts, rather than reinventing the wheel | Richard van der Hoff | 2016-03-08 | 1 | -13/+2 |
| | |||||
* | 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" | ||||
* | Change port-base in jenkins-sqlite.sh | Erik Johnston | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Use different PORT_BASE | Erik Johnston | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Add jenkins-sqlite.sh | Erik Johnston | 2016-03-03 | 1 | -0/+61 |