summary refs log tree commit diff
path: root/.circleci/config.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run the circle builds in docker containersRichard van der Hoff2018-10-161-41/+48
| | | | Docker containers spin up faster than entire VMs.
* Docker build all tags starting vX.Y.Z, inc RCsMichael Kaye2018-10-031-1/+1
| | | | | Note the regex must match the complete string anyway, so the leading ^ was useless.
* build python 3 docker images on circle CI (#3976)Jan Christian Grünhage2018-09-281-5/+11
|
* Make a ":latest" tag, and a SHA1 commit ID one too.Michael Kaye2018-09-271-3/+16
| | | | | | | | | | | | Latest is horrible and makes debugging what has happened anywhere a nightmare. We push a latest because of demand for it, but we'll also push a SHA1 commit id so those wanting to know what they're running (and be able to roll back if required) can use those instead. Note that latest here is defined as "most recent master commit" not "most recent released version", as the actual semantics of making latest correct while still being able to build bugfixed releases of previous versions is just ARGH. So we define it as "master" not "latest release".
* Also, don't run this job on any branchesMichael Kaye2018-09-271-1/+3
|
* Make username configurable in the UI tooMichael Kaye2018-09-271-1/+1
|
* Fix typoMichael Kaye2018-09-271-1/+1
|
* Build and push docker image to hubMichael Kaye2018-09-271-0/+11
|
* Reduce the load on our CI (#3957)Amber Brown2018-09-271-8/+20
| | | | | | | | | | * changelog * reduce circleci config * plus a handy script * fix regex
* merge (#3576)Amber Brown2018-09-141-5/+12
|
* Add JUnit summaries to CircleCI as well as merged runs (#3704)Amber Brown2018-09-121-0/+66
|
* Dockerised sytest (#3660)Amber Brown2018-08-141-0/+48