summary refs log tree commit diff
path: root/.buildkite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move buildkite config to the pipelines repo (#5943)Amber Brown2020-02-241-0/+15
| | | | Note: I kept it in the repo for now ~anoa
* Fix coverage in sytest and use plugins for buildkite (#5922)Andrew Morgan2020-02-245-18/+80
|\
| * Fix coverage in sytest and use plugins for buildkite (#5922)Amber Brown2019-08-295-18/+80
| |
* | Implement a structured logging output system. (#5680)Andrew Morgan2020-02-214-0/+12
|\|
| * Implement a structured logging output system. (#5680)Amber Brown2019-08-284-1/+12
| |
* | Merge pull request #5843 from matrix-org/erikj/workers_hist_visAndrew Morgan2020-02-201-4/+0
|\|
| * Whitelist history visbility sytests for worker modeErik Johnston2019-08-121-4/+0
| |
* | Merge pull request #5770 from matrix-org/erikj/fix_current_state_event_sqliteAndrew Morgan2020-02-201-2/+3
|\|
| * Update old deps unit test to use old sqlite3Erik Johnston2019-07-291-2/+3
| |
* | Merge pull request #5740 from matrix-org/erikj/worker_flakey_testsAndrew Morgan2020-02-191-1/+7
|\|
| * Mark flakey tests as blacklisted for worker modeErik Johnston2019-07-231-1/+7
| |
* | Fix logging in workers (#5729)Andrew Morgan2020-02-192-1/+30
|\|
| * Fix logging in workers (#5729)Amber Brown2019-07-222-1/+30
| | | | | | This also adds a worker blacklist.
* | Speed up the PostgreSQL unit tests (#5717)Andrew Morgan2020-02-191-3/+9
|\|
| * Speed up the PostgreSQL unit tests (#5717)Amber Brown2019-07-191-3/+9
| |
* | Use /src for checking out synapse during sytests (#5664)Andrew Morgan2020-02-171-0/+3
|\|
| * Use /src for checking out synapse during sytests (#5664)Amber Brown2019-07-111-0/+3
| |
* | Add a sytest blacklist file (#5611)Andrew Morgan2020-02-172-169/+33
|\|
| * Add a sytest blacklist file (#5611)Andrew Morgan2019-07-052-148/+6
| | | | | | | | | | | | | | * Add a sytest blacklist file * Add changelog * Add blacklist to manifest
* | Run Black. (#5482)Andrew Morgan2020-02-131-2/+2
|\|
| * Run Black. (#5482)Amber Brown2019-06-201-2/+2
| |
* | Remove Postgres 9.4 support (#5448)Andrew Morgan2020-02-102-38/+0
|\|
| * Remove Postgres 9.4 support (#5448)Amber Brown2019-06-182-38/+0
| |
* | Move SyTest to Buildkite (#5459)Andrew Morgan2020-02-104-61/+188
|\|
| * Move SyTest to Buildkite (#5459)Amber Brown2019-06-174-0/+271
| | | | | | Including workers!
* | Merge remote-tracking branch 'dinsic/dinsic' into dinsic-release-v1.1.0Andrew Morgan2020-02-102-0/+137
|\ \ | |/ |/|
| * Remove python TAP scriptBrendan Abolivier2019-10-311-48/+0
| |
| * Don't use test imageBrendan Abolivier2019-10-311-2/+2
| |
| * Move sytest jobs to the right locationBrendan Abolivier2019-10-231-102/+103
| |
| * Try running the workers job on bigger agentsBrendan Abolivier2019-10-211-2/+2
| |
| * Add py3 jobs on BuildKiteBrendan Abolivier2019-10-181-2/+53
| |
| * Add TAP formatting scriptBrendan Abolivier2019-10-181-0/+48
| |
| * Add workers to buildkiteBrendan Abolivier2019-10-091-0/+25
| |
| * Try to run stuff on buildkiteBrendan Abolivier2019-10-091-6/+1
| |
| * peekBrendan Abolivier2019-10-081-0/+1
| |
| * peekBrendan Abolivier2019-10-081-1/+1
| |
| * peekBrendan Abolivier2019-10-081-0/+1
| |
| * peekBrendan Abolivier2019-10-081-0/+2
| |
| * Temporarily move the sytest job before the waitBrendan Abolivier2019-10-081-26/+27
| |
| * peekBrendan Abolivier2019-10-081-0/+1
| |
| * Use mainline's merge_base_branch.shBrendan Abolivier2019-10-071-11/+10
| |
| * First attempt at running SyTest in buildkiteBrendan Abolivier2019-10-072-0/+60
| |
* | Remove Python 2.7 support. (#5425)Amber Brown2019-06-123-96/+3
|/ | | | | | | | * remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5
* Automatically retry builds when a buildkite agent is lost (#5380)Andrew Morgan2019-06-071-0/+66
| | | | | | | | | | | | Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens. Error code reference: * -1: Agent was lost * 0: Build successful * 1: There was an error in your code * 2: The build stopped abruptly * 255: The build was cancelled
* Regen sample config before kicking off agents (#5370)Andrew Morgan2019-06-061-2/+2
| | | | | | * Regen sample config before kicking off agents * Add changelog
* Add py27-old test case to buildkiteErik Johnston2019-03-181-0/+11
|
* Include a default configuration file in the 'docs' directory. (#4791)Richard van der Hoff2019-03-041-0/+8
|
* Move from TravisCI to BuildKite (#4752)Amber Brown2019-02-278-0/+288