summary refs log tree commit diff
path: root/jenkins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix tox installsRichard van der Hoff2018-10-301-19/+0
| | | | | | | | | | | | It seems that, at some point, the ability to run tox on old servers (with old setuptools) got broken - and it was only working on our Jenkins instance by dint of reusing the tox environments. Let's try to get tox to do the right thing, and remove the guff from jenkins/prepare_synapse.sh. (There is a separate question about whether the jenkins builds should be using tox to prepare the virtualenv at all here, but that is somewhat orthogonal).
* Remove Jenkins & other old dev junk (#3988)Amber Brown2018-10-031-44/+0
|
* Port storage/ to Python 3 (#3725)Amber Brown2018-08-311-1/+1
|
* also upgrade pip when installingRichard van der Hoff2018-04-271-0/+4
|
* jenkins build: make sure we have a recent setuptoolsRichard van der Hoff2018-04-261-1/+12
|
* Let pip install multiple packages at onceRichard van der Hoff2016-11-291-3/+3
| | | | | | Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason.
* Jenkins: tox install setuptoolsErik Johnston2016-08-181-0/+1
|
* Factor out more common code from the jenkins scripts (#980)Mark Haines2016-08-041-8/+28
| | | | | | | | | | * 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-022-0/+43
* 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